angular-cn/packages/compiler-cli/ngcc/test/sourcemaps
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
..
segment_marker_spec.ts feat(ngcc): implement source-map flattening (#35132) 2020-02-26 12:51:35 -08:00
source_file_loader_spec.ts feat(ngcc): implement source-map flattening (#35132) 2020-02-26 12:51:35 -08:00
source_file_spec.ts fix(ngcc): handle mappings outside the content when flattening source-maps (#35718) 2020-02-27 16:09:36 -05:00