Timofei Iatsenko
Timofei Iatsenko
@jlubeck could you share your forked dts-gen and typings with all latest changes? Maybe we can then push it to DefinetelyTyped
> What about nasty little transpiling trick so that every "await foo()" is transpiled to "await foo(); app.tick()"? That way async await would be ~native, but with additional code on...
You can use Angular with any version of ES the only thing you need is async/await downleveling. Just pipe babel with async/await plugin into AngularCLI underlaying webpack (using `@angular-builders/custom-webpack`)
AstExplorer uses static pre-generated typings for [TernJs](http://ternjs.net/). You can review them there [jscodeshift.json](https://github.com/fkling/astexplorer/blob/master/website/src/defs/jscodeshift.json) So there wasn't any kind of "dynamic" inference of typings, just static
Probably we can create a Wiki for this project, and store all information there. I think put it into readme not a good idea. The main thing, that this wiki...
in additional to first post 5. Using '"target": "es6"' in jest setup is not currently supported by Angular JIT compiler. > TypeError: Cannot convert undefined or null to object >...
Thanks for warm words. Add couple thinks which figured out after updating to Angular 5 and latest material. Q: While testing components which used Material Design lib, you receive an...
Thanks for your feedback. I'm not actively working on this library now. It would be really nice to have PR to fix it.
Please provide a minimal reproduction repo.
@nogorilla hey I want to set up some project automation according to the roadmap, but I need administrators privileges for that. I tried to reach you using email from package.json,...