angular/packages/compiler-cli/ngcc/test
Pete Bacon Darwin bfe7657006 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:37 -05:00
..
analysis fix(ngcc): do not attempt compilation when analysis fails (#34889) 2020-01-23 14:47:04 -08:00
dependencies fix(ngcc): allow deep-import warnings to be ignored (#35683) 2020-02-27 10:48:49 -08:00
entry_point_finder fix(ngcc): allow deep-import warnings to be ignored (#35683) 2020-02-27 10:48:49 -08:00
execution Revert "feat(ngcc): pause async ngcc processing if another process has the lockfile (#35131)" 2020-02-19 11:14:31 -08:00
helpers Revert "feat(ngcc): pause async ngcc processing if another process has the lockfile (#35131)" 2020-02-19 11:14:31 -08:00
host fix(ngcc): correctly detect emitted TS helpers in ES5 (#35191) 2020-02-21 09:06:47 -08:00
integration fix(ngcc): correctly detect emitted TS helpers in ES5 (#35191) 2020-02-21 09:06:47 -08:00
logging feat(compiler-cli): ngcc - make logging more configurable (#29591) 2019-04-01 11:53:28 -07:00
migrations feat(ivy): error in ivy when inheriting a ctor from an undecorated base (#34460) 2019-12-18 15:04:51 -08:00
packages refactor(ngcc): add additional build marker helpers (#35079) 2020-01-31 17:02:45 -08:00
rendering fix(ngcc): handle mappings outside the content when flattening source-maps (#35718) 2020-02-27 16:09:37 -05:00
sourcemaps fix(ngcc): handle mappings outside the content when flattening source-maps (#35718) 2020-02-27 16:09:37 -05:00
writing feat(ngcc): automatically clean outdated ngcc artifacts (#35079) 2020-01-31 17:02:45 -08:00
BUILD.bazel feat(ngcc): implement source-map flattening (#35132) 2020-02-26 12:51:36 -08:00
utils_spec.ts fix(ngcc): correctly detect emitted TS helpers in ES5 (#35191) 2020-02-21 09:06:47 -08:00