compile-hero icon indicating copy to clipboard operation
compile-hero copied to clipboard

I always get "X Compilation failed!" even when the TypeScript got compiled correctly.

Open 0x746f6d opened this issue 5 years ago • 5 comments
trafficstars

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?

0x746f6d avatar Sep 14 '20 11:09 0x746f6d

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.

Wscats avatar Sep 15 '20 02:09 Wscats

image This happens on even console logging a string. image or just a "true"

typedashutosh avatar Sep 15 '20 02:09 typedashutosh

image This happens on even console logging a string. image or just a "true"

It should be the cause of the console.

Wscats avatar Sep 15 '20 03:09 Wscats

image Nope can't even define a variable image not even when value in put

typedashutosh avatar Sep 16 '20 01:09 typedashutosh