Martin Probst
Martin Probst
I'm happy to take pull requests on this @CheslavBochko (I'm not entirely sure I follow your fix in fork though).
Internal issue created: b/148431526
Yes, I can reproduce. I think the problem is as kwiva writes that the Guava version referenced in `build.gradle` does not match what we're using internally. 28.2 should actually include...
I think the term is literal types. I'm not sure this is a good idea though. Closure Compiler has no concept of literal types, there is no type `'baz'` for...
Seems like a weird corner case. Could you fix the originating code?
I think Clutz these days should work without passing in dependencies if you tickle it with just the right command line flags. /CC @radokirov
The setup we use in Google is all based on the Closure module loader (`goog.module`). This assumption is baked into `tsickle`. It wouldn't be impossible to change that, but my...
@BenjaminNolan Sorry, I no longer have control over this repository. That said, I don't believe anybody should be depending on this at this point. You should probably be using prettier,...
https://reviews.llvm.org/D31698 Dzmitry Shylovich schrieb am Mo., 3. Apr. 2017 um 08:02 Uhr: > Input: of(null) > Output: of (null) > Expected: of(null) > > Input: import {of} from 'rxjs/observable/of'; >...
Just making the VM automatically serve the right thing when importing dart:html on the server sounds good. Any idea what a timeline in that would be? Alan Knight [email protected] schrieb...