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

Function untagAllTsFiles

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

Source from the content-addressed store, hash-verified

126 * `ShimReferenceTagger`, restore the original `referencedFiles` array that does not have shim tags.
127 */
128export function untagAllTsFiles(program: ts.Program): void {
129 for (const sf of program.getSourceFiles()) {
130 untagTsFile(sf);
131 }
132}
133
134/**
135 * For those `ts.SourceFile`s in the `program` which have previously been tagged by a

Callers 2

prepareEmitMethod · 0.90
updateFilesMethod · 0.90

Calls 1

untagTsFileFunction · 0.85

Tested by

no test coverage detected