MCPcopy Create free account
hub / github.com/angular/angular / retagAllTsFiles

Function retagAllTsFiles

packages/compiler-cli/src/ngtsc/shims/src/expando.ts:139–143  ·  view source on GitHub ↗
(program: ts.Program)

Source from the content-addressed store, hash-verified

137 * the tagged version produced previously.
138 */
139export function retagAllTsFiles(program: ts.Program): void {
140 for (const sf of program.getSourceFiles()) {
141 retagTsFile(sf);
142 }
143}
144
145/**
146 * Restore the original `referencedFiles` for the given `ts.SourceFile`.

Callers 2

constructorMethod · 0.90
updateFilesMethod · 0.90

Calls 1

retagTsFileFunction · 0.85

Tested by

no test coverage detected