compile-hero
compile-hero copied to clipboard
I always get "X Compilation failed!" even when the TypeScript got compiled correctly.
I use Compile Hero to compile TypeScript. The statusbar always shows "X Compilation failed!" even when the .js file gets generated correctly. What could be the reason for this?
I use Compile Hero to compile TypeScript. The statusbar always shows "X Compilation failed!" even when the .js file gets generated correctly. What could be the reason for this?
The writing method of ts is strict, it is not an error, but a warning, so it will remind that the compilation may fail, you can ignore it temporarily.
This happens on even console logging a string.
or just a "true"
This happens on even console logging a string.
or just a "true"
It should be the cause of the console.
Nope can't even define a variable
not even when value in put