angular/packages/compiler-cli/ngcc/src/rendering
Pete Bacon Darwin 5d8f7da3aa refactor(ngcc): guard against a crash if source-map flattening fails (#35718)
Source-maps in the wild could be badly formatted,
causing the source-map flattening processing to fail
unexpectedly. Rather than causing the whole of ngcc
to crash, we gracefully fallback to just returning the
generated source-map instead.

PR Close #35718
2020-02-27 16:09:37 -05:00
..
commonjs_rendering_formatter.ts refactor(ngcc): share code between CommonJsReflectionHost and UmdReflectionHost (#34512) 2020-01-08 15:00:49 -08:00
dts_renderer.ts refactor(ngcc): guard against a crash if source-map flattening fails (#35718) 2020-02-27 16:09:37 -05:00
esm5_rendering_formatter.ts fix(ngcc): do not emit ES2015 code in ES5 files (#33514) 2019-11-13 13:49:31 -08:00
esm_rendering_formatter.ts fix(ngcc): insert definitions after statement (#34677) 2020-01-08 15:09:24 -08:00
ngcc_import_rewriter.ts refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
renderer.ts refactor(ngcc): guard against a crash if source-map flattening fails (#35718) 2020-02-27 16:09:37 -05:00
rendering_formatter.ts fix(ngcc): do not emit ES2015 code in ES5 files (#33514) 2019-11-13 13:49:31 -08:00
source_maps.ts refactor(ngcc): guard against a crash if source-map flattening fails (#35718) 2020-02-27 16:09:37 -05:00
umd_rendering_formatter.ts fix(ngcc): handle UMD factories that do not use all params (#34660) 2020-01-08 15:07:36 -08:00
utils.ts refactor(ivy): implement a virtual file-system layer in ngtsc + ngcc (#30921) 2019-06-25 16:25:24 -07:00