mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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. |
||
|---|---|---|
| .. | ||
| README.md | ||
| view_compiler.ts | ||
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.