build(bazel): fix typos in comments (#25172)

PR Close #25172
This commit is contained in:
Greg Magolan
2018-07-27 14:25:23 -07:00
committed by Igor Minar
parent a87d44c187
commit f82b6b2ed7
2 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ export function compile({allowNonHermeticReads, allDepsCompiledWithBazel = true,
if (fileName ===
path.join(compilerOpts.baseUrl, bazelOpts.package, compilerOpts.flatModuleOutFile + '.ts'))
return true;
// Also handle the case when angular is build from source as an external repository
// Also handle the case when angular is built from source as an external repository
if (fileName ===
path.join(
compilerOpts.baseUrl, 'external/angular', bazelOpts.package,