We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Howdy,
I have a file called "Example.ts", I compile it, then I rename it to "example.ts" and re-compile.
The javascript files that get output remain "Example.js".
I expect my rename to propagate to my .js files.
The bug can get particularly ugly in visual studio, here is an example video:
https://www.youtube.com/watch?v=7cYQqvBSXPQ&feature=youtu.be
Here is my tsc:
{ "compilerOptions": { "noImplicitAny": false, "noEmitOnError": true, "removeComments": false, "sourceMap": true, "target": "es6" }, "exclude": [ "node_modules", "wwwroot" ] }
am using tsc 1.6.2
The text was updated successfully, but these errors were encountered:
Did not search well enough, #5275 should fix
Sorry, something went wrong.
No branches or pull requests
Howdy,
I have a file called "Example.ts", I compile it, then I rename it to "example.ts" and re-compile.
The javascript files that get output remain "Example.js".
I expect my rename to propagate to my .js files.
The bug can get particularly ugly in visual studio, here is an example video:
https://www.youtube.com/watch?v=7cYQqvBSXPQ&feature=youtu.be
Here is my tsc:
am using tsc 1.6.2
The text was updated successfully, but these errors were encountered: