UNPKG

@angular/compiler-cli

Version:
41 lines (37 loc) 1.1 kB
#!/usr/bin/env node import {createRequire as __cjsCompatRequire} from 'module'; const require = __cjsCompatRequire(import.meta.url); import { main } from "../../chunk-6XM6Y45F.js"; import "../../chunk-NJNVVM2O.js"; import "../../chunk-QHHWSWGY.js"; import "../../chunk-XWQSF6XG.js"; import "../../chunk-I6T4FEIP.js"; import { setFileSystem } from "../../chunk-UTWH365F.js"; import { NodeJSFileSystem } from "../../chunk-KWAGEHJJ.js"; import "../../chunk-IEBNHER4.js"; // packages/compiler-cli/src/bin/ngc.ts import "reflect-metadata"; async function runNgcComamnd() { process.title = "Angular Compiler (ngc)"; const args = process.argv.slice(2); setFileSystem(new NodeJSFileSystem()); process.exitCode = main(args, void 0, void 0, void 0, void 0, void 0); } runNgcComamnd().catch((e) => { console.error(e); process.exitCode = 1; }); /** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ //# sourceMappingURL=ngc.js.map