Buslowicz / twc

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

Setting module in tsconfig.json #44

Closed tpluscode closed 7 years ago

tpluscode commented 7 years ago

Speaking of modules (see #39), when I set the module option in tsconfig.json, the output actually contains the System.register, require, etc depending on the module type selected.

It seems related to #43, where the TS compilation output is not properly processed before saving in <dom-module>

tpluscode commented 7 years ago

Interestingly, it seems this could almost work, if it was possible to fix the decorator issue #43 while at the same time leaving the module code intact. I wonder whether the output would still be Polymer-tooling-friendly