angular-cn/packages/compiler/test/output
Pete Bacon Darwin a12b5f930a fix(compiler): ensure localized strings are ES5 compatible for JIT mode (#34265)
Previously the JIT evaluated code for ivy localized strings included
backtick tagged template strings, which are not compatible with ES5
in legacy browsers such as IE 11.

Now the generated code is ES5 compatible.

Fixes #34246

PR Close #34265
2019-12-06 13:03:46 -08:00
..
abstract_emitter_node_only_spec.ts build: upgrade jasmine (and related typings) to latest version (#19904) 2018-07-06 13:48:02 -07:00
abstract_emitter_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
js_emitter_node_only_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
js_emitter_spec.ts fix(compiler): ensure localized strings are ES5 compatible for JIT mode (#34265) 2019-12-06 13:03:46 -08:00
output_ast_spec.ts feat(compiler): support for singleline, multiline & jsdoc comments (#22715) 2018-03-15 14:48:53 -07:00
output_jit_spec.ts perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00
source_map_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
ts_emitter_node_only_spec.ts build: remove `main()` from specs (#21053) 2017-12-22 13:10:51 -08:00
ts_emitter_spec.ts fix(compiler): ensure localized strings are ES5 compatible for JIT mode (#34265) 2019-12-06 13:03:46 -08:00