feat(compiler-cli): add parameters to ngc main needed by bazel rules (#17885)
This commit is contained in:

committed by
Jason Aden

parent
0ede642cb9
commit
c1474f33be
@ -385,6 +385,7 @@ function createProgramWithStubsHost(
|
||||
getCanonicalFileName = (fileName: string) => originalHost.getCanonicalFileName(fileName);
|
||||
useCaseSensitiveFileNames = () => originalHost.useCaseSensitiveFileNames();
|
||||
getNewLine = () => originalHost.getNewLine();
|
||||
realPath = (p: string) => p;
|
||||
fileExists = (fileName: string) =>
|
||||
this.generatedFiles.has(fileName) || originalHost.fileExists(fileName);
|
||||
};
|
||||
|
Reference in New Issue
Block a user