tscc icon indicating copy to clipboard operation
tscc copied to clipboard

Produce a warning when it tries to transpile non-modules

Open theseanl opened this issue 3 years ago • 0 comments

There have been several reported compilation errors caused by feeding "script"s, a recent one being https://github.com/theseanl/tscc/issues/380. It'd be helpful for debugging to print some warnings about usage of non-modules with its file name instead of being left with some obscure error messages from closure compiler.

theseanl avatar Oct 27 '20 09:10 theseanl