angular-cn/packages/compiler-cli/ngcc/test/rendering
Pete Bacon Darwin 73cf7d5cb4 fix(ngcc): handle mappings outside the content when flattening source-maps (#35718)
Previously when rendering flattened source-maps, it was assumed that no
mapping would come from a line that is outside the lines of the actual
source content. It turns out this is not a valid assumption.

Now the code that renders flattened source-maps will handle such
mappings, with the additional benefit that the rendered source-map
will only contain mapping lines up to the last mapping, rather than a
mapping line for every content line.

Fixes #35709

PR Close #35718
2020-02-27 16:09:36 -05:00
..
commonjs_rendering_formatter_spec.ts test(ngcc): remove usage of ES2015 syntax in ES5/UMD/CommonJS tests (#34889) 2020-01-23 14:47:03 -08:00
dts_renderer_spec.ts fix(ngcc): correctly match aliased classes between src and dts files (#34254) 2019-12-18 11:25:01 -08:00
esm5_rendering_formatter_spec.ts test(ngcc): remove usage of ES2015 syntax in ES5/UMD/CommonJS tests (#34889) 2020-01-23 14:47:03 -08:00
esm_rendering_formatter_spec.ts fix(ngcc): insert definitions after statement (#34677) 2020-01-08 15:09:24 -08:00
renderer_spec.ts fix(ngcc): handle mappings outside the content when flattening source-maps (#35718) 2020-02-27 16:09:36 -05:00
umd_rendering_formatter_spec.ts test(ngcc): remove usage of ES2015 syntax in ES5/UMD/CommonJS tests (#34889) 2020-01-23 14:47:03 -08:00