yury-yufimov

Results 6 comments of yury-yufimov

@jakemac53 , thanks, we'll take it into consideration. But compilation time in case of dart2js is inapplicable for simultaneous development of host-app and some-app - we'll need different build configs...

@mraleph , I've mean time for whole-project build, and _performResolve actually is called for every component generation. If componentA and componentB both depends on library class MyHelper, then this class,...

@natebosch , @jakemac53 , how do think, does it make sense: Allow packages to overwrite BuilderDefinition's from other packages? Due to performance reasons, in our project we have custom angular...

Thanks, @jakemac53 ! We'll take this option into account.

@jakemac53 , am I right, that this is implemented in https://github.com/dart-lang/build/pull/1647 ?

@jakemac53 , may be something like "add all generated .dart files to bundle/module of initial .dart file and compile to same .ddc.js" ? It can be and option for "build_web_compilers|entrypoint"