forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Compiler API #5
Comments
I planned to wait the release branch 1.5 but yeah I can merge master with my current fork I'll try do do so when I have a little time. |
I think on master |
Confirmed I just ran into the same issue. |
Hit this also |
Open
fdecampredon
pushed a commit
that referenced
this issue
Apr 8, 2015
New TextStreamWriter interface with JSDoc and additional members
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been trying to make my gulp-typescript compatible with multiple versions of TypeScript. I also tried it with your fork of TypeScript, but that didn't work. The Program interface has changed between TS1.4 and the current master. I've made my plugin compatible with both of them, but it looks like your fork has an API between those two.. The type checking by TypeScript does work with the typescript.d.ts file from your fork, but at runtime I get this error:
I think merging the master from Microsoft would do the trick, can you do that?
You can test it with the jsx-typescript branch from gulp-typescript by running
gulp
.The text was updated successfully, but these errors were encountered: