b0c1282fbe
Currently if there are multiple source files within a given TypeScript source file, only the last template in the source file is checked as we store templates in a `Map` with the source file paths as keys. This is problematic as multiple templates can live within the same source file and we therefore accidentally overwrite existing entries in the resolved templates map. PR Close #29841 |
||
---|---|---|
.. | ||
migrations | ||
test | ||
utils | ||
BUILD.bazel | ||
migrations.json | ||
tsconfig.json |