angular/packages/compiler-cli/src/ngtsc/sourcemaps
Pete Bacon Darwin 6abb8d0d91 feat(compiler-cli): add SourceFile.getOriginalLocation() to sourcemaps package (#32912)
This method will allow us to find the original location given a
generated location, which is useful in fine grained work with
source-mapping. E.g. in `$localize` tooling.

PR Close #32912
2020-06-25 14:10:03 -07:00
..
src feat(compiler-cli): add SourceFile.getOriginalLocation() to sourcemaps package (#32912) 2020-06-25 14:10:03 -07:00
test feat(compiler-cli): add SourceFile.getOriginalLocation() to sourcemaps package (#32912) 2020-06-25 14:10:03 -07:00
BUILD.bazel refactor(ngcc): move sourcemaps into ngtsc (#37114) 2020-06-22 13:38:47 -07:00
index.ts refactor(ngcc): move sourcemaps into ngtsc (#37114) 2020-06-22 13:38:47 -07: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.