Buslowicz / twc

TypeScript based, boilerplate-less, Polymer toolbox friendly Polymer Modules
32 stars 1 forks source link

Warn about invalid link/script import #57

Closed tpluscode closed 7 years ago

tpluscode commented 7 years ago

With the ability to add link and script tags as ES6 imports (link!/script!), it would be nice to receive warning when the imported files don't actually exist.

So that it's not confused with other errors/warnings I thought that maybe the output could sum up non-TS problems like

[22:00:45] TypeScript: 14 semantic errors
[22:00:45] TypeScript: emit succeeded (with errors)
[22:00:45] TWC: 3 link/script errors
Done: 1768.568ms

or something similar so that it's immediately obvious what the problem is