Closed tpluscode closed 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
Speaking of modules (see #39), when I set the
module
option in tsconfig.json, the output actually contains theSystem.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>