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

Documentation improvement: TS version used by atom #617

Closed
atsu85 opened this issue Sep 26, 2015 · 4 comments
Closed

Documentation improvement: TS version used by atom #617

atsu85 opened this issue Sep 26, 2015 · 4 comments
Labels

Comments

@atsu85
Copy link

atsu85 commented Sep 26, 2015

Please document what version plugin is using. As i understand based on the documentation:
https://github.com/TypeStrong/atom-typescript/blob/master/docs/tsconfig.md
"version" attribute in tsconfig.json is not used at the moment by any tools, including atom-typescript.

@GoToLoop
Copy link

What a coincidence! I've just entered here to ask the same thing.
I'd also like to know which "tsc" version "ntsc" is based upon.
Is there any command in "ntsc" which would dump that specific info?

When requesting to "Create Tsconfig.json Project File" I've got "version": "1.5.0-beta"! O_o
So I'm pretty unsure which TypeScript version the emit transpiler is actually using!

@basarat
Copy link
Member

basarat commented Sep 28, 2015

Its the version from microsoft/typescript/master on this date :

"ntypescript": "1.201509200205.1",
currently : 20th september 2015

@GoToLoop
Copy link

So it's very bleeding edge w/ latest features, right? More than excellent. That's what I wanted! :D

@basarat
Copy link
Member

basarat commented Sep 28, 2015

So it's very bleeding edge w/ latest features, right

yes 🌹

I've removed the version option as you are not the first people to be confused by it. If it needed to be in the FAQ then we can probably do without that (unused and not respected) option. Refs #469

@TypeStrong TypeStrong locked and limited conversation to collaborators Jan 20, 2019
angelestelar5z added a commit to angelestelar5z/atom-typescript that referenced this issue Aug 17, 2024
…n. People expect it to be *used in a meaningful way* and we need to respect that 🌹

closes TypeStrong/atom-typescript#617
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants