angular/modules/@angular/compiler/src
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
..
animation refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
aot refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
compiler_util refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
css_parser perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
expression_parser fix: build and test fixes for TS 2.1 (#13294) 2017-02-08 11:32:40 -06:00
i18n refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
jit perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
ml_parser refactor(Compiler): misc cleanup 2017-01-09 19:32:01 -05:00
output fix(compiler): make view engine work with Aot 2017-02-21 09:12:21 -08:00
schema refactor(compiler): store metadata of top level symbols also in summaries (#13289) 2016-12-15 09:12:40 -08:00
template_parser refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
view_compiler refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
view_compiler_next perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
assertions.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
chars.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
compile_metadata.ts perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
compiler.ts perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
config.ts fix: make all tests green with new view engine and JIT 2017-02-17 17:18:55 -08:00
directive_normalizer.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
directive_resolver.ts refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
directive_wrapper_compiler.ts refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
facade repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
identifiers.ts perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
injectable.ts perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
lifecycle_reflector.ts refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
metadata_resolver.ts perf: distrubute smaller bundled code and include es2015 bundle 2017-02-21 20:48:55 -08:00
ng_module_compiler.ts refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
ng_module_resolver.ts refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
parse_util.ts refactor(compiler): add ability to get the context around a ParseLocation (#14113) 2017-01-27 12:10:47 -06:00
pipe_resolver.ts refactor: rewrite private export using the ɵ prefix 2017-02-21 20:48:55 -08:00
provider_analyzer.ts feat(compiler): integrate compiler with view engine (#14487) 2017-02-15 08:36:49 -08:00
resource_loader.ts fix(platform-browser-dynamic): Rename CACHED_TEMPLATE_PROVIDER to RESOURCE_CACHE_PROVIDER (#10866) 2016-08-17 09:24:44 -07:00
selector.ts style(compiler): run format 2017-01-25 13:17:18 -08:00
shadow_css.ts refactor(): use const and let instead of var 2016-11-12 16:40:17 -08:00
style_compiler.ts refactor(compiler): store metadata of top level symbols also in summaries (#13289) 2016-12-15 09:12:40 -08:00
style_url_resolver.ts fix(compiler): REVERT allow absolute style urls (#14365) 2017-02-10 18:23:58 -06:00
summary_resolver.ts feat(compiler): generate proper reexports in .ngfactory.ts files to not need transitive deps for compiling .ngfactory.ts files. (#13524) 2016-12-27 09:36:47 -08:00
url_resolver.ts feat(core): Add type information to injector.get() (#13785) 2017-01-17 15:34:54 -06:00
util.ts perf: Don’t subclass Error; resulting in smaller binary (#14160) 2017-02-07 19:18:26 -06:00
version.ts fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00