angular/modules/@angular/compiler/src/view_compiler_next
Jason Aden de795ea233 perf: distrubute smaller bundled code and include es2015 bundle
TypeScript compiler will now build to ES2015 code and modules. Babili is used to minify ES2015
code, providing an initial optimization that we couldn't previously get just from Uglify. Uses
Babel to convert ES2015 to UMD/ES5 code, and Uglify to minimize the output.
2017-02-21 20:48:55 -08:00
..
README.md feat(compiler): integrate compiler with view engine - main integration tests work (#14284) 2017-02-10 14:10:03 -06:00
view_compiler.ts perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00

Compiler Integration for new View Engine

This folder contains the code to integrate the compiler with the new view engine.

Note: This is work in progress, and once complete will replace the regular view_compiler folder.