-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider moving from tsd to typings for the type definition manager #139
Comments
Thanks for heads up on this. Yes I m aware of the TSD being deprecated aspect, there are a few deprecated libraries in here. We need to find a resource to do this and test it. Right now we are all heads down on Build 2016. As this is not a breaking change it is not urgent. |
@jthake Looks like TSD is really deprecated now. http://definitelytyped.org/tsd is no longer resolving to the tool. |
Any progress in this front? |
I've followed Upgrade steps as described in typings docs. Hope it doesn't break. |
Normally I'd consider sending a PR for something like this, but the (lack of) attention other PRs are getting makes me not consider it worth the effort. @jthake Is this repo abandoned at this point? Should the community create its own fork? |
Hey guys! Great feedback. I am currently working on the next version of generator-office. It is moving away from tsd and will use typings instead. |
@beth-panx Would you also be the person to do a freshness pass over the Office topic oncode.visualstudio.com? The Markdown is at https://github.com/Microsoft/vscode-docs/blob/master/docs/runtimes/office.md. |
@beth-panx actually now typing a has been deprecated in favor of the new @types NPM organization. you install types by typing:
And that's it. No need for any additional tools . |
@josteink also, if are included under node_modules folder of subject library, devs using those libraries don't have to |
Agreed. I was thinking in case the generator had dependent libraries. Thinking it through though, you have 2 dimensions: consumed modules and exported modules. Obviously both needs to be addressed. |
@AndrewJByrne @slabereemsft could you take a look at the link @gregvanl provided and point us to the proper path/contact here? |
New release v1.0 leverages @types for both yo office itself and the generated projects. |
TSD is being deprecated in favor of Typings (see DefinitelyTyped/tsd#269).
Currently the generator output includes a tsd.json files for typings. Typings supports typings.json.
When this is issue is fixed, please update the VS Code doc issue microsoft/vscode-docs#183 and we'll update the Office topic to use Typings.
The text was updated successfully, but these errors were encountered: