angular/packages/compiler-cli/src/ngtsc/sourcemaps
Tobias Speicher 4ddcf81e61 refactor: replace deprecated String.prototype.substr() (#45397)
.substr() is deprecated so we replace it with functions which work similarily but aren't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>

PR Close #45397
2022-03-24 11:48:09 -07:00
..
src refactor: replace deprecated String.prototype.substr() (#45397) 2022-03-24 11:48:09 -07:00
test build: switch devmode output to es2015 (#44505) 2022-01-05 23:20:20 +00:00
BUILD.bazel refactor: switch packages away from deep cross-package imports (#43431) 2021-10-01 18:28:43 +00:00
index.ts fix(compiler-cli): handle pseudo cycles in inline source-maps (#40435) 2021-01-21 14:06:57 -08:00
README.md refactor(ngcc): move sourcemaps into ngtsc (#37114) 2020-06-22 13:38:47 -07:00

Source-map handling

Here there are classes for loading and merging source-maps.