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

Support Typescript last version or support choosing local typescript bin #924

Closed
lsagetlethias opened this issue Dec 20, 2018 · 3 comments
Closed

Comments

@lsagetlethias
Copy link

Currently, when executing the typedocbinary, it tries to compile Typescript with shipped version of Typescript (3.1.x now) ;
When developing with new Typescript's features like generic object spread (microsoft/TypeScript#28234) ; the shipped compiler is not able to handle those new functionalities.

Is it possible to, in a first time, ship the latest version of Typescript ?
In a second time, be able to use the local version of Typescript of a project ?

@aciccarello
Copy link
Collaborator

1 should be closed by #922
2 will hopefully be added in a 1.0 release

@lsagetlethias
Copy link
Author

I don't talk about dependency. I talk about configuration needs. Or even peerDependencies

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 3, 2019

  1. v0.14.0 has been released, with the latest compiler version.
  2. Is being tracked in Suggestion: Allow customization of TypeScript version #880, we still rely on a lot of internal APIs, so it isn't feasible yet.

As 1 has been addressed and 2 is being tracked in another issue, closing.

@Gerrit0 Gerrit0 closed this as completed Jan 3, 2019
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

3 participants