Bradford C. Smith

Results 135 comments of Bradford C. Smith

@GHLover we should be making ES_2018 and ES_2019 output available very soon, possibly the next release. Transpilation happens about mid-way through compilation, after checks but before optimizations. We have to...

@christiantjl If `NO_TRANSPILE` were the default, then projects using the default would end up broken when we add new features that are understood only by the front end (checks) of...

OK, I think I see where the problem is. https://github.com/google/closure-compiler/blob/fa09c835b819d78a78148c5b4115b05c29e55185/src/com/google/javascript/jscomp/FindModuleDependencies.java#L168-L178 This bit of code attempts to resolve the dynamically imported module path. Then, if that attempt returns null, it skips...

Could someone who cares about this option submit a PR to fix it? I don't think I'm likely to find time for it.

@ChadKillingsworth perhaps you have an interest in fixing this?

FYI, static class fields are currently in stage 3 of the TC39 process, so they aren't officially part of the language yet. https://github.com/tc39/proposal-class-fields I expect we will start working toward...

Created Google internal issue http://b/142268971