@angular/compiler-cli
Advanced tools
Comparing version 18.1.0-next.2 to 18.1.0-next.3
@@ -12,3 +12,3 @@ | ||
getInitializerApiJitTransform | ||
} from "./chunk-LH4HQPYV.js"; | ||
} from "./chunk-VBH4SN7I.js"; | ||
import { | ||
@@ -40,3 +40,3 @@ DEFAULT_ERROR_CODE, | ||
readConfiguration | ||
} from "./chunk-C6UWCS4B.js"; | ||
} from "./chunk-QL7ORWNN.js"; | ||
import { | ||
@@ -46,14 +46,14 @@ OptimizeFor, | ||
untagAllTsFiles | ||
} from "./chunk-PFBSCCQT.js"; | ||
} from "./chunk-F7RSDLI3.js"; | ||
import { | ||
isLocalCompilationDiagnostics | ||
} from "./chunk-JNLETH45.js"; | ||
} from "./chunk-C5LPGSDY.js"; | ||
import { | ||
ActivePerfRecorder, | ||
PerfPhase | ||
} from "./chunk-AQFTVE7F.js"; | ||
} from "./chunk-JZQHA4E7.js"; | ||
import { | ||
ConsoleLogger, | ||
LogLevel | ||
} from "./chunk-SBDNBITT.js"; | ||
} from "./chunk-LYJKWJUC.js"; | ||
import { | ||
@@ -79,10 +79,10 @@ LogicalFileSystem, | ||
toRelativeImport | ||
} from "./chunk-EU3OILAK.js"; | ||
} from "./chunk-54G5EVKM.js"; | ||
import "./chunk-XI2RTGAL.js"; | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs | ||
import { Version } from "@angular/compiler"; | ||
var VERSION = new Version("18.1.0-next.2"); | ||
var VERSION = new Version("18.1.0-next.3"); | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs | ||
var NgTscPlugin = class { | ||
@@ -164,3 +164,3 @@ get compiler() { | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs | ||
setFileSystem(new NodeJSFileSystem()); | ||
@@ -167,0 +167,0 @@ export { |
@@ -11,18 +11,18 @@ | ||
isFatalLinkerError | ||
} from "../../chunk-LTQ7ZO65.js"; | ||
import "../../chunk-JNLETH45.js"; | ||
} from "../../chunk-BRUTQYO2.js"; | ||
import "../../chunk-C5LPGSDY.js"; | ||
import { | ||
ConsoleLogger, | ||
LogLevel | ||
} from "../../chunk-SBDNBITT.js"; | ||
import "../../chunk-WR7TUJ7M.js"; | ||
} from "../../chunk-LYJKWJUC.js"; | ||
import "../../chunk-QYV344EV.js"; | ||
import { | ||
NodeJSFileSystem | ||
} from "../../chunk-EU3OILAK.js"; | ||
} from "../../chunk-54G5EVKM.js"; | ||
import "../../chunk-XI2RTGAL.js"; | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs | ||
import { types as t4 } from "@babel/core"; | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs | ||
import { types as t } from "@babel/core"; | ||
@@ -152,3 +152,3 @@ var BabelAstFactory = class { | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs | ||
import { types as t2 } from "@babel/core"; | ||
@@ -281,3 +281,3 @@ var BabelAstHost = class { | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs | ||
import { types as t3 } from "@babel/core"; | ||
@@ -308,3 +308,3 @@ var BabelDeclarationScope = class { | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs | ||
function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) { | ||
@@ -372,7 +372,7 @@ let fileLinker = null; | ||
const body = program.get("body"); | ||
const importStatements = body.filter((statement) => statement.isImportDeclaration()); | ||
if (importStatements.length === 0) { | ||
const insertBeforeIndex = body.findIndex((statement) => !statement.isImportDeclaration()); | ||
if (insertBeforeIndex === -1) { | ||
program.unshiftContainer("body", statements); | ||
} else { | ||
importStatements[importStatements.length - 1].insertAfter(statements); | ||
body[insertBeforeIndex].insertBefore(statements); | ||
} | ||
@@ -411,3 +411,3 @@ } | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs | ||
function defaultLinkerPlugin(api, options) { | ||
@@ -422,3 +422,3 @@ api.assertVersion(7); | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs | ||
var babel_default = defaultLinkerPlugin; | ||
@@ -425,0 +425,0 @@ export { |
@@ -13,6 +13,6 @@ | ||
needsLinking | ||
} from "../chunk-LTQ7ZO65.js"; | ||
import "../chunk-JNLETH45.js"; | ||
import "../chunk-WR7TUJ7M.js"; | ||
import "../chunk-EU3OILAK.js"; | ||
} from "../chunk-BRUTQYO2.js"; | ||
import "../chunk-C5LPGSDY.js"; | ||
import "../chunk-QYV344EV.js"; | ||
import "../chunk-54G5EVKM.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
@@ -19,0 +19,0 @@ export { |
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs | ||
function stringEncaseCRLFWithFirstIndex(value, prefix, postfix, index) { | ||
@@ -10,0 +10,0 @@ let endIndex = 0; |
@@ -7,3 +7,3 @@ | ||
PerfPhase | ||
} from "../chunk-AQFTVE7F.js"; | ||
} from "../chunk-JZQHA4E7.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
@@ -10,0 +10,0 @@ export { |
@@ -8,7 +8,7 @@ | ||
LogLevel | ||
} from "../chunk-SBDNBITT.js"; | ||
} from "../chunk-LYJKWJUC.js"; | ||
import { | ||
SourceFile, | ||
SourceFileLoader | ||
} from "../chunk-WR7TUJ7M.js"; | ||
} from "../chunk-QYV344EV.js"; | ||
import { | ||
@@ -34,3 +34,3 @@ LogicalFileSystem, | ||
toRelativeImport | ||
} from "../chunk-EU3OILAK.js"; | ||
} from "../chunk-54G5EVKM.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
@@ -37,0 +37,0 @@ export { |
@@ -12,3 +12,3 @@ | ||
forwardRefResolver | ||
} from "../chunk-PFBSCCQT.js"; | ||
} from "../chunk-F7RSDLI3.js"; | ||
import { | ||
@@ -18,5 +18,5 @@ Reference, | ||
reflectObjectLiteral | ||
} from "../chunk-JNLETH45.js"; | ||
import "../chunk-AQFTVE7F.js"; | ||
import "../chunk-EU3OILAK.js"; | ||
} from "../chunk-C5LPGSDY.js"; | ||
import "../chunk-JZQHA4E7.js"; | ||
import "../chunk-54G5EVKM.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
@@ -23,0 +23,0 @@ export { |
@@ -9,7 +9,7 @@ | ||
constructorParametersDownlevelTransform | ||
} from "../chunk-LH4HQPYV.js"; | ||
import "../chunk-PFBSCCQT.js"; | ||
import "../chunk-JNLETH45.js"; | ||
import "../chunk-AQFTVE7F.js"; | ||
import "../chunk-EU3OILAK.js"; | ||
} from "../chunk-VBH4SN7I.js"; | ||
import "../chunk-F7RSDLI3.js"; | ||
import "../chunk-C5LPGSDY.js"; | ||
import "../chunk-JZQHA4E7.js"; | ||
import "../chunk-54G5EVKM.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
@@ -16,0 +16,0 @@ export { |
@@ -9,19 +9,19 @@ #!/usr/bin/env node | ||
readCommandLineAndConfiguration | ||
} from "../../chunk-YDOWTHQV.js"; | ||
} from "../../chunk-HLA6H3PC.js"; | ||
import { | ||
EmitFlags | ||
} from "../../chunk-C6UWCS4B.js"; | ||
import "../../chunk-PFBSCCQT.js"; | ||
import "../../chunk-JNLETH45.js"; | ||
import "../../chunk-AQFTVE7F.js"; | ||
} from "../../chunk-QL7ORWNN.js"; | ||
import "../../chunk-F7RSDLI3.js"; | ||
import "../../chunk-C5LPGSDY.js"; | ||
import "../../chunk-JZQHA4E7.js"; | ||
import { | ||
NodeJSFileSystem, | ||
setFileSystem | ||
} from "../../chunk-EU3OILAK.js"; | ||
} from "../../chunk-54G5EVKM.js"; | ||
import "../../chunk-XI2RTGAL.js"; | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs | ||
import "reflect-metadata"; | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs | ||
import yargs from "yargs"; | ||
@@ -49,3 +49,3 @@ function mainXi18n(args2, consoleError = console.error) { | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs | ||
process.title = "Angular i18n Message Extractor (ng-xi18n)"; | ||
@@ -52,0 +52,0 @@ var args = process.argv.slice(2); |
@@ -8,14 +8,14 @@ #!/usr/bin/env node | ||
main | ||
} from "../../chunk-YDOWTHQV.js"; | ||
import "../../chunk-C6UWCS4B.js"; | ||
import "../../chunk-PFBSCCQT.js"; | ||
import "../../chunk-JNLETH45.js"; | ||
import "../../chunk-AQFTVE7F.js"; | ||
} from "../../chunk-HLA6H3PC.js"; | ||
import "../../chunk-QL7ORWNN.js"; | ||
import "../../chunk-F7RSDLI3.js"; | ||
import "../../chunk-C5LPGSDY.js"; | ||
import "../../chunk-JZQHA4E7.js"; | ||
import { | ||
NodeJSFileSystem, | ||
setFileSystem | ||
} from "../../chunk-EU3OILAK.js"; | ||
} from "../../chunk-54G5EVKM.js"; | ||
import "../../chunk-XI2RTGAL.js"; | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs | ||
import "reflect-metadata"; | ||
@@ -22,0 +22,0 @@ async function runNgcComamnd() { |
@@ -10,3 +10,3 @@ /** | ||
import { AstObject, AstValue } from '../../ast/ast_value'; | ||
export declare const PLACEHOLDER_VERSION = "18.1.0-next.2"; | ||
export declare const PLACEHOLDER_VERSION = "18.1.0-next.3"; | ||
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference; | ||
@@ -13,0 +13,0 @@ /** |
{ | ||
"name": "@angular/compiler-cli", | ||
"version": "18.1.0-next.2", | ||
"version": "18.1.0-next.3", | ||
"description": "Angular - the compiler CLI for Node.js", | ||
@@ -56,3 +56,3 @@ "typings": "index.d.ts", | ||
"peerDependencies": { | ||
"@angular/compiler": "18.1.0-next.2", | ||
"@angular/compiler": "18.1.0-next.3", | ||
"typescript": ">=5.4 <5.6" | ||
@@ -59,0 +59,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42114
2518838