style(compiler-cli): reformat of codebase with new clang-format version (#36520)
This commit reformats the packages/compiler-cli tree using the new version of clang-format. PR Close #36520
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
/// <reference types="node" />
|
||||
import {readFileSync, readdirSync, statSync} from 'fs';
|
||||
import {readdirSync, readFileSync, statSync} from 'fs';
|
||||
import {resolve} from 'path';
|
||||
|
||||
import {getAngularPackagesFromRunfiles, resolveNpmTreeArtifact} from '..';
|
||||
|
@ -22,7 +22,7 @@ export function getAngularPackagesFromRunfiles() {
|
||||
const runfilesManifestPath = process.env.RUNFILES_MANIFEST_FILE;
|
||||
|
||||
if (!runfilesManifestPath) {
|
||||
const packageRunfilesDir = path.join(process.env.RUNFILES !, 'angular/packages');
|
||||
const packageRunfilesDir = path.join(process.env.RUNFILES!, 'angular/packages');
|
||||
|
||||
return fs.readdirSync(packageRunfilesDir)
|
||||
.map(name => ({name, pkgPath: path.join(packageRunfilesDir, name, 'npm_package/')}))
|
||||
|
Reference in New Issue
Block a user