Lewis

Results 93 comments of Lewis

@brad4d That's a good point. I would say "maybe just when `language_in` and `language_out` are both `STABLE`," but I suppose that would defeat the purpose of the specialized `STABLE_IN` feature...

@customcommander Use `--compilation_level=WHITESPACE_ONLY` for that use case. `NO_TRANSPILE` is a `language_out` flag.

Oh, that's alright—anyway, `NO_TRANSPILE` is just an alternative output language, it just uses whatever the input language is, but with some extra caveats that it will not do any kind...

This would be great, but is not exactly critical.

@robfig Agreed. I applaud you for wanting to compile your React project as well, since they are notoriously bloated with dead code. The truth is that the Closure Compiler is...

Yes, but the compiler can't handle them as far as I'm aware.

@joneldiablo, I would not count on it. I have pitched Google about allocating more resources to the compiler, but it was shot down. I would not count on new features...

The fact that V8 has supported this for over a year yet Closure Compiler will immediately throw an error seems a little silly. Support for this would be completely non-breaking,...

Thanks for the clarification @brad4d.

I've resorted to [transpiling class fields to `get` methods](https://github.com/TeleworkInc/rollup-plugin-class-fields-to-getters) until native support for this is added.