Upgraded to typings from tsd. Moved URL workaround and load it with typings#179
Upgraded to typings from tsd. Moved URL workaround and load it with typings#179anwalkers wants to merge 2 commits intoaspnet:devfrom itroncloudservices:dev
Conversation
|
Hi @anwalkers, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution! TTYL, DNFBOT; |
|
@anwalkers, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
|
Thanks @anwalkers for submitting this! It's definitely great to keep the templates on an up-to-date technology stack. A while ago in #53, @MarkPieszak and I were planning to update to Typings, but decided to put it on hold when the TypeScript team announced that with TypeScript v2.0, they would have native support for acquiring I don't know how soon TypeScript 2.0 is going to ship, but I'm guessing it must be pretty much imminent - the beta has been out for a long time, and the roadmap planning has already moved on to 2.1. Given the likelihood of a TS 2.0 release soon, and that we'll update to use its native support for acquiring What do you think? Would it be OK to wait until TS 2.0 ships? Obviously for your own project you've already put in Typings support so it isn't going to affect you, but I suspect that for others, having a simpler story about moving to native TS 2.0 support when available could be a preferable arrangement. |
|
@SteveSandersonMS So I just updated the Universal project to use the new @types, but it's up to you whether you think we should wait for the official release or use typescript@beta and start using it already. It's definitely really nice to just have the package.json contain everything now, love 2.0 so far! Nice job by the TS team :) |
|
Sounds good. |
Upgraded to typings from tsd. You will need to install typings globally
npm install -g typings