Skip to content
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

Wiki Page 1.5: Definitions linking to 1.4 #6

Closed
markwylde opened this issue Apr 12, 2015 · 2 comments
Closed

Wiki Page 1.5: Definitions linking to 1.4 #6

markwylde opened this issue Apr 12, 2015 · 2 comments

Comments

@markwylde
Copy link

On the wiki page:
https://github.com/Microsoft/TypeScript/wiki/Using-the-Compiler-API

The documentation is for 1.5:
First you'll need to install TypeScript >=1.5 from npm.

Definitions Raw File

The definitions file is pointing to the 1.4 on the line:
Going directly to the source on our repository.

This links to:
https://github.com/Microsoft/TypeScript/blob/release-1.4/bin/typescript.d.ts

It should link to:
https://github.com/Microsoft/TypeScript/blob/v1.5.0-alpha/bin/typescript.d.ts

Definitions Installer

Also the command:
tsd query typescript --action install

Installs the 1.4 definitions files

@markwylde
Copy link
Author

Have fixed the link but not sure what to do about the tsd command

#5

@DanielRosenwasser
Copy link
Member

Don't worry about the tsd command, I'll take care of it now. Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants