angular/packages/compiler-cli/ngcc/test/sourcemaps
Pete Bacon Darwin e8900824dd perf(ngcc): use line start positions for computing offsets in source-map flattening (#36027)
By computing and caching the start of each line, rather than the length
of each line, we can save a lot of duplicated computation in the `segmentDiff()`
and `offsetSegment()` functions.

PR Close #36027
2020-03-13 08:00:28 -07:00
..
segment_marker_spec.ts perf(ngcc): use line start positions for computing offsets in source-map flattening (#36027) 2020-03-13 08:00:28 -07: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 perf(ngcc): use line start positions for computing offsets in source-map flattening (#36027) 2020-03-13 08:00:28 -07:00