@angular/compiler-cli
Advanced tools
Comparing version 19.0.0-next.11 to 19.0.0-rc.0
@@ -9,3 +9,3 @@ | ||
constructorParametersDownlevelTransform | ||
} from "./chunk-KGEMNMTH.js"; | ||
} from "./chunk-V2Z4WDVR.js"; | ||
import { | ||
@@ -37,3 +37,3 @@ DEFAULT_ERROR_CODE, | ||
readConfiguration | ||
} from "./chunk-2KSGTNY4.js"; | ||
} from "./chunk-TQQOHNLL.js"; | ||
import { | ||
@@ -43,18 +43,18 @@ angularJitApplicationTransform, | ||
getInitializerApiJitTransform | ||
} from "./chunk-TFIXU576.js"; | ||
} from "./chunk-NS33RCEE.js"; | ||
import { | ||
OptimizeFor, | ||
TsCreateProgramDriver | ||
} from "./chunk-GVXGZHIM.js"; | ||
} from "./chunk-S2JI2WY5.js"; | ||
import { | ||
isLocalCompilationDiagnostics | ||
} from "./chunk-O2RMLJTP.js"; | ||
} from "./chunk-TRCFFQ47.js"; | ||
import { | ||
ActivePerfRecorder, | ||
PerfPhase | ||
} from "./chunk-XSNUHRLJ.js"; | ||
} from "./chunk-I6R3GL3L.js"; | ||
import { | ||
ConsoleLogger, | ||
LogLevel | ||
} from "./chunk-RT2QTF73.js"; | ||
} from "./chunk-GBKXY6BH.js"; | ||
import { | ||
@@ -81,11 +81,16 @@ LogicalFileSystem, | ||
toRelativeImport | ||
} from "./chunk-UJ2J6WV4.js"; | ||
import "./chunk-XI2RTGAL.js"; | ||
} from "./chunk-STORTTKY.js"; | ||
import "./chunk-KPQ72R34.js"; | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs | ||
import { Version } from "@angular/compiler"; | ||
var VERSION = new Version("19.0.0-next.11"); | ||
var VERSION = new Version("19.0.0-rc.0"); | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs | ||
var NgTscPlugin = class { | ||
ngOptions; | ||
name = "ngtsc"; | ||
options = null; | ||
host = null; | ||
_compiler = null; | ||
get compiler() { | ||
@@ -99,6 +104,2 @@ if (this._compiler === null) { | ||
this.ngOptions = ngOptions; | ||
this.name = "ngtsc"; | ||
this.options = null; | ||
this.host = null; | ||
this._compiler = null; | ||
setFileSystem(new NodeJSFileSystem()); | ||
@@ -166,3 +167,3 @@ } | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/index.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/index.mjs | ||
setFileSystem(new NodeJSFileSystem()); | ||
@@ -169,0 +170,0 @@ export { |
@@ -11,33 +11,23 @@ | ||
isFatalLinkerError | ||
} from "../../chunk-WIYBGC3E.js"; | ||
import "../../chunk-O2RMLJTP.js"; | ||
} from "../../chunk-PXQLBKVP.js"; | ||
import "../../chunk-TRCFFQ47.js"; | ||
import { | ||
ConsoleLogger, | ||
LogLevel | ||
} from "../../chunk-RT2QTF73.js"; | ||
import "../../chunk-3Z25BX6N.js"; | ||
} from "../../chunk-GBKXY6BH.js"; | ||
import "../../chunk-5UDS2TPQ.js"; | ||
import { | ||
NodeJSFileSystem | ||
} from "../../chunk-UJ2J6WV4.js"; | ||
import "../../chunk-XI2RTGAL.js"; | ||
} from "../../chunk-STORTTKY.js"; | ||
import "../../chunk-KPQ72R34.js"; | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs | ||
import { types as t4 } from "@babel/core"; | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_factory.mjs | ||
import { types as t } from "@babel/core"; | ||
var BabelAstFactory = class { | ||
sourceUrl; | ||
constructor(sourceUrl) { | ||
this.sourceUrl = sourceUrl; | ||
this.createArrayLiteral = t.arrayExpression; | ||
this.createBlock = t.blockStatement; | ||
this.createConditional = t.conditionalExpression; | ||
this.createExpressionStatement = t.expressionStatement; | ||
this.createIdentifier = t.identifier; | ||
this.createIfStatement = t.ifStatement; | ||
this.createNewExpression = t.newExpression; | ||
this.createParenthesizedExpression = t.parenthesizedExpression; | ||
this.createReturnStatement = t.returnStatement; | ||
this.createThrowStatement = t.throwStatement; | ||
this.createUnaryExpression = t.unaryExpression; | ||
} | ||
@@ -50,2 +40,3 @@ attachComments(statement, leadingComments) { | ||
} | ||
createArrayLiteral = t.arrayExpression; | ||
createAssignment(target, value) { | ||
@@ -65,2 +56,3 @@ assert(target, isLExpression, "must be a left hand side expression"); | ||
} | ||
createBlock = t.blockStatement; | ||
createCallExpression(callee, args, pure) { | ||
@@ -73,5 +65,7 @@ const call = t.callExpression(callee, args); | ||
} | ||
createConditional = t.conditionalExpression; | ||
createElementAccess(expression, element) { | ||
return t.memberExpression(expression, element, true); | ||
} | ||
createExpressionStatement = t.expressionStatement; | ||
createFunctionDeclaration(functionName, parameters, body) { | ||
@@ -92,2 +86,4 @@ assert(body, t.isBlockStatement, "a block"); | ||
} | ||
createIdentifier = t.identifier; | ||
createIfStatement = t.ifStatement; | ||
createDynamicImport(url) { | ||
@@ -111,2 +107,3 @@ return this.createCallExpression(t.import(), [typeof url === "string" ? t.stringLiteral(url) : url], false); | ||
} | ||
createNewExpression = t.newExpression; | ||
createObjectLiteral(properties) { | ||
@@ -118,5 +115,7 @@ return t.objectExpression(properties.map((prop) => { | ||
} | ||
createParenthesizedExpression = t.parenthesizedExpression; | ||
createPropertyAccess(expression, propertyName) { | ||
return t.memberExpression(expression, t.identifier(propertyName), false); | ||
} | ||
createReturnStatement = t.returnStatement; | ||
createTaggedTemplate(tag, template) { | ||
@@ -126,5 +125,7 @@ const elements = template.elements.map((element, i) => this.setSourceMapRange(t.templateElement(element, i === template.elements.length - 1), element.range)); | ||
} | ||
createThrowStatement = t.throwStatement; | ||
createTypeOfExpression(expression) { | ||
return t.unaryExpression("typeof", expression); | ||
} | ||
createUnaryExpression = t.unaryExpression; | ||
createVariableDeclaration(variableName, initializer, type) { | ||
@@ -159,12 +160,5 @@ return t.variableDeclaration(type, [ | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/ast/babel_ast_host.mjs | ||
import { types as t2 } from "@babel/core"; | ||
var BabelAstHost = class { | ||
constructor() { | ||
this.isStringLiteral = t2.isStringLiteral; | ||
this.isNumericLiteral = t2.isNumericLiteral; | ||
this.isArrayLiteral = t2.isArrayExpression; | ||
this.isObjectLiteral = t2.isObjectExpression; | ||
this.isCallExpression = t2.isCallExpression; | ||
} | ||
getSymbolName(node) { | ||
@@ -179,2 +173,3 @@ if (t2.isIdentifier(node)) { | ||
} | ||
isStringLiteral = t2.isStringLiteral; | ||
parseStringLiteral(str) { | ||
@@ -184,2 +179,3 @@ assert(str, t2.isStringLiteral, "a string literal"); | ||
} | ||
isNumericLiteral = t2.isNumericLiteral; | ||
parseNumericLiteral(num) { | ||
@@ -204,2 +200,3 @@ assert(num, t2.isNumericLiteral, "a numeric literal"); | ||
} | ||
isArrayLiteral = t2.isArrayExpression; | ||
parseArrayLiteral(array) { | ||
@@ -213,2 +210,3 @@ assert(array, t2.isArrayExpression, "an array literal"); | ||
} | ||
isObjectLiteral = t2.isObjectExpression; | ||
parseObjectLiteral(obj) { | ||
@@ -251,2 +249,3 @@ assert(obj, t2.isObjectExpression, "an object literal"); | ||
} | ||
isCallExpression = t2.isCallExpression; | ||
parseCallee(call) { | ||
@@ -293,5 +292,6 @@ assert(call, t2.isCallExpression, "a call expression"); | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_declaration_scope.mjs | ||
import { types as t3 } from "@babel/core"; | ||
var BabelDeclarationScope = class { | ||
declarationScope; | ||
constructor(declarationScope) { | ||
@@ -320,3 +320,3 @@ this.declarationScope = declarationScope; | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/es2015_linker_plugin.mjs | ||
function createEs2015LinkerPlugin({ fileSystem, logger, ...options }) { | ||
@@ -422,3 +422,3 @@ let fileLinker = null; | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/src/babel_plugin.mjs | ||
function defaultLinkerPlugin(api, options) { | ||
@@ -433,3 +433,3 @@ api.assertVersion(7); | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/linker/babel/index.mjs | ||
var babel_default = defaultLinkerPlugin; | ||
@@ -436,0 +436,0 @@ export { |
@@ -13,7 +13,7 @@ | ||
needsLinking | ||
} from "../chunk-WIYBGC3E.js"; | ||
import "../chunk-O2RMLJTP.js"; | ||
import "../chunk-3Z25BX6N.js"; | ||
import "../chunk-UJ2J6WV4.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
} from "../chunk-PXQLBKVP.js"; | ||
import "../chunk-TRCFFQ47.js"; | ||
import "../chunk-5UDS2TPQ.js"; | ||
import "../chunk-STORTTKY.js"; | ||
import "../chunk-KPQ72R34.js"; | ||
export { | ||
@@ -20,0 +20,0 @@ DEFAULT_LINKER_OPTIONS, |
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/ngcc/index.mjs | ||
function stringEncaseCRLFWithFirstIndex(value, prefix, postfix, index) { | ||
@@ -10,0 +10,0 @@ let endIndex = 0; |
@@ -7,4 +7,4 @@ | ||
PerfPhase | ||
} from "../chunk-XSNUHRLJ.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
} from "../chunk-I6R3GL3L.js"; | ||
import "../chunk-KPQ72R34.js"; | ||
export { | ||
@@ -11,0 +11,0 @@ PerfPhase |
@@ -8,7 +8,7 @@ | ||
LogLevel | ||
} from "../chunk-RT2QTF73.js"; | ||
} from "../chunk-GBKXY6BH.js"; | ||
import { | ||
SourceFile, | ||
SourceFileLoader | ||
} from "../chunk-3Z25BX6N.js"; | ||
} from "../chunk-5UDS2TPQ.js"; | ||
import { | ||
@@ -35,4 +35,4 @@ LogicalFileSystem, | ||
toRelativeImport | ||
} from "../chunk-UJ2J6WV4.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
} from "../chunk-STORTTKY.js"; | ||
import "../chunk-KPQ72R34.js"; | ||
export { | ||
@@ -39,0 +39,0 @@ ConsoleLogger, |
@@ -12,3 +12,3 @@ | ||
forwardRefResolver | ||
} from "../chunk-GVXGZHIM.js"; | ||
} from "../chunk-S2JI2WY5.js"; | ||
import { | ||
@@ -19,6 +19,6 @@ ImportManager, | ||
reflectObjectLiteral | ||
} from "../chunk-O2RMLJTP.js"; | ||
import "../chunk-XSNUHRLJ.js"; | ||
import "../chunk-UJ2J6WV4.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
} from "../chunk-TRCFFQ47.js"; | ||
import "../chunk-I6R3GL3L.js"; | ||
import "../chunk-STORTTKY.js"; | ||
import "../chunk-KPQ72R34.js"; | ||
export { | ||
@@ -25,0 +25,0 @@ DynamicValue, |
@@ -9,9 +9,9 @@ | ||
constructorParametersDownlevelTransform | ||
} from "../chunk-KGEMNMTH.js"; | ||
import "../chunk-TFIXU576.js"; | ||
import "../chunk-GVXGZHIM.js"; | ||
import "../chunk-O2RMLJTP.js"; | ||
import "../chunk-XSNUHRLJ.js"; | ||
import "../chunk-UJ2J6WV4.js"; | ||
import "../chunk-XI2RTGAL.js"; | ||
} from "../chunk-V2Z4WDVR.js"; | ||
import "../chunk-NS33RCEE.js"; | ||
import "../chunk-S2JI2WY5.js"; | ||
import "../chunk-TRCFFQ47.js"; | ||
import "../chunk-I6R3GL3L.js"; | ||
import "../chunk-STORTTKY.js"; | ||
import "../chunk-KPQ72R34.js"; | ||
export { | ||
@@ -18,0 +18,0 @@ GLOBAL_DEFS_FOR_TERSER, |
@@ -9,20 +9,20 @@ #!/usr/bin/env node | ||
readCommandLineAndConfiguration | ||
} from "../../chunk-I7ZLTQZI.js"; | ||
} from "../../chunk-4W4CWRSP.js"; | ||
import { | ||
EmitFlags | ||
} from "../../chunk-2KSGTNY4.js"; | ||
import "../../chunk-TFIXU576.js"; | ||
import "../../chunk-GVXGZHIM.js"; | ||
import "../../chunk-O2RMLJTP.js"; | ||
import "../../chunk-XSNUHRLJ.js"; | ||
} from "../../chunk-TQQOHNLL.js"; | ||
import "../../chunk-NS33RCEE.js"; | ||
import "../../chunk-S2JI2WY5.js"; | ||
import "../../chunk-TRCFFQ47.js"; | ||
import "../../chunk-I6R3GL3L.js"; | ||
import { | ||
NodeJSFileSystem, | ||
setFileSystem | ||
} from "../../chunk-UJ2J6WV4.js"; | ||
import "../../chunk-XI2RTGAL.js"; | ||
} from "../../chunk-STORTTKY.js"; | ||
import "../../chunk-KPQ72R34.js"; | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs | ||
import "reflect-metadata"; | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/extract_i18n.mjs | ||
import yargs from "yargs"; | ||
@@ -50,3 +50,3 @@ function mainXi18n(args2, consoleError = console.error) { | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ng_xi18n.mjs | ||
process.title = "Angular i18n Message Extractor (ng-xi18n)"; | ||
@@ -53,0 +53,0 @@ var args = process.argv.slice(2); |
@@ -8,15 +8,15 @@ #!/usr/bin/env node | ||
main | ||
} from "../../chunk-I7ZLTQZI.js"; | ||
import "../../chunk-2KSGTNY4.js"; | ||
import "../../chunk-TFIXU576.js"; | ||
import "../../chunk-GVXGZHIM.js"; | ||
import "../../chunk-O2RMLJTP.js"; | ||
import "../../chunk-XSNUHRLJ.js"; | ||
} from "../../chunk-4W4CWRSP.js"; | ||
import "../../chunk-TQQOHNLL.js"; | ||
import "../../chunk-NS33RCEE.js"; | ||
import "../../chunk-S2JI2WY5.js"; | ||
import "../../chunk-TRCFFQ47.js"; | ||
import "../../chunk-I6R3GL3L.js"; | ||
import { | ||
NodeJSFileSystem, | ||
setFileSystem | ||
} from "../../chunk-UJ2J6WV4.js"; | ||
import "../../chunk-XI2RTGAL.js"; | ||
} from "../../chunk-STORTTKY.js"; | ||
import "../../chunk-KPQ72R34.js"; | ||
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs | ||
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/bin/ngc.mjs | ||
import "reflect-metadata"; | ||
@@ -23,0 +23,0 @@ async function runNgcComamnd() { |
@@ -10,3 +10,3 @@ /** | ||
import { AstObject, AstValue } from '../../ast/ast_value'; | ||
export declare const PLACEHOLDER_VERSION = "19.0.0-next.11"; | ||
export declare const PLACEHOLDER_VERSION = "19.0.0-rc.0"; | ||
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference; | ||
@@ -13,0 +13,0 @@ /** |
{ | ||
"name": "@angular/compiler-cli", | ||
"version": "19.0.0-next.11", | ||
"version": "19.0.0-rc.0", | ||
"description": "Angular - the compiler CLI for Node.js", | ||
@@ -56,3 +56,3 @@ "typings": "index.d.ts", | ||
"peerDependencies": { | ||
"@angular/compiler": "19.0.0-next.11", | ||
"@angular/compiler": "19.0.0-rc.0", | ||
"typescript": ">=5.5 <5.7" | ||
@@ -59,0 +59,0 @@ }, |
@@ -75,3 +75,4 @@ /** | ||
private readonly enableHmr; | ||
constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, metaReader: MetadataReader, scopeReader: ComponentScopeReader, compilerHost: Pick<ts.CompilerHost, 'getCanonicalFileName'>, scopeRegistry: LocalModuleScopeRegistry, typeCheckScopeRegistry: TypeCheckScopeRegistry, resourceRegistry: ResourceRegistry, isCore: boolean, strictCtorDeps: boolean, resourceLoader: ResourceLoader, rootDirs: ReadonlyArray<string>, defaultPreserveWhitespaces: boolean, i18nUseExternalIds: boolean, enableI18nLegacyMessageIdFormat: boolean, usePoisonedData: boolean, i18nNormalizeLineEndingsInICUs: boolean, moduleResolver: ModuleResolver, cycleAnalyzer: CycleAnalyzer, cycleHandlingStrategy: CycleHandlingStrategy, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, depTracker: DependencyTracker | null, injectableRegistry: InjectableClassRegistry, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, annotateForClosureCompiler: boolean, perf: PerfRecorder, hostDirectivesResolver: HostDirectivesResolver, importTracker: ImportedSymbolsTracker, includeClassMetadata: boolean, compilationMode: CompilationMode, deferredSymbolTracker: DeferredSymbolTracker, forbidOrphanRendering: boolean, enableBlockSyntax: boolean, enableLetSyntax: boolean, externalRuntimeStyles: boolean, localCompilationExtraImportsTracker: LocalCompilationExtraImportsTracker | null, jitDeclarationRegistry: JitDeclarationRegistry, i18nPreserveSignificantWhitespace: boolean, strictStandalone: boolean, enableHmr: boolean); | ||
private readonly implicitStandaloneValue; | ||
constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, metaReader: MetadataReader, scopeReader: ComponentScopeReader, compilerHost: Pick<ts.CompilerHost, 'getCanonicalFileName'>, scopeRegistry: LocalModuleScopeRegistry, typeCheckScopeRegistry: TypeCheckScopeRegistry, resourceRegistry: ResourceRegistry, isCore: boolean, strictCtorDeps: boolean, resourceLoader: ResourceLoader, rootDirs: ReadonlyArray<string>, defaultPreserveWhitespaces: boolean, i18nUseExternalIds: boolean, enableI18nLegacyMessageIdFormat: boolean, usePoisonedData: boolean, i18nNormalizeLineEndingsInICUs: boolean, moduleResolver: ModuleResolver, cycleAnalyzer: CycleAnalyzer, cycleHandlingStrategy: CycleHandlingStrategy, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, depTracker: DependencyTracker | null, injectableRegistry: InjectableClassRegistry, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, annotateForClosureCompiler: boolean, perf: PerfRecorder, hostDirectivesResolver: HostDirectivesResolver, importTracker: ImportedSymbolsTracker, includeClassMetadata: boolean, compilationMode: CompilationMode, deferredSymbolTracker: DeferredSymbolTracker, forbidOrphanRendering: boolean, enableBlockSyntax: boolean, enableLetSyntax: boolean, externalRuntimeStyles: boolean, localCompilationExtraImportsTracker: LocalCompilationExtraImportsTracker | null, jitDeclarationRegistry: JitDeclarationRegistry, i18nPreserveSignificantWhitespace: boolean, strictStandalone: boolean, enableHmr: boolean, implicitStandaloneValue: boolean); | ||
private literalCache; | ||
@@ -78,0 +79,0 @@ private elementSchemaRegistry; |
@@ -55,3 +55,4 @@ /** | ||
private readonly strictStandalone; | ||
constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, metaReader: MetadataReader, injectableRegistry: InjectableClassRegistry, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, isCore: boolean, strictCtorDeps: boolean, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, annotateForClosureCompiler: boolean, perf: PerfRecorder, importTracker: ImportedSymbolsTracker, includeClassMetadata: boolean, compilationMode: CompilationMode, jitDeclarationRegistry: JitDeclarationRegistry, strictStandalone: boolean); | ||
private readonly implicitStandaloneValue; | ||
constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, metaReader: MetadataReader, injectableRegistry: InjectableClassRegistry, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, isCore: boolean, strictCtorDeps: boolean, semanticDepGraphUpdater: SemanticDepGraphUpdater | null, annotateForClosureCompiler: boolean, perf: PerfRecorder, importTracker: ImportedSymbolsTracker, includeClassMetadata: boolean, compilationMode: CompilationMode, jitDeclarationRegistry: JitDeclarationRegistry, strictStandalone: boolean, implicitStandaloneValue: boolean); | ||
readonly precedence = HandlerPrecedence.PRIMARY; | ||
@@ -58,0 +59,0 @@ readonly name = "DirectiveDecoratorHandler"; |
@@ -24,3 +24,3 @@ /** | ||
*/ | ||
export declare function extractDirectiveMetadata(clazz: ClassDeclaration, decorator: Readonly<Decorator>, reflector: ReflectionHost, importTracker: ImportedSymbolsTracker, evaluator: PartialEvaluator, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, isCore: boolean, annotateForClosureCompiler: boolean, compilationMode: CompilationMode, defaultSelector: string | null, strictStandalone: boolean): { | ||
export declare function extractDirectiveMetadata(clazz: ClassDeclaration, decorator: Readonly<Decorator>, reflector: ReflectionHost, importTracker: ImportedSymbolsTracker, evaluator: PartialEvaluator, refEmitter: ReferenceEmitter, referencesRegistry: ReferencesRegistry, isCore: boolean, annotateForClosureCompiler: boolean, compilationMode: CompilationMode, defaultSelector: string | null, strictStandalone: boolean, implicitStandaloneValue: boolean): { | ||
jitForced: false; | ||
@@ -27,0 +27,0 @@ decorator: Map<string, ts.Expression>; |
@@ -45,3 +45,4 @@ /** | ||
private readonly strictStandalone; | ||
constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, injectableRegistry: InjectableClassRegistry, isCore: boolean, perf: PerfRecorder, includeClassMetadata: boolean, compilationMode: CompilationMode, generateExtraImportsInLocalMode: boolean, strictStandalone: boolean); | ||
private readonly implicitStandaloneValue; | ||
constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, scopeRegistry: LocalModuleScopeRegistry, injectableRegistry: InjectableClassRegistry, isCore: boolean, perf: PerfRecorder, includeClassMetadata: boolean, compilationMode: CompilationMode, generateExtraImportsInLocalMode: boolean, strictStandalone: boolean, implicitStandaloneValue: boolean); | ||
readonly precedence = HandlerPrecedence.PRIMARY; | ||
@@ -48,0 +49,0 @@ readonly name = "PipeDecoratorHandler"; |
@@ -137,2 +137,3 @@ /** | ||
private readonly enableHmr; | ||
private readonly implicitStandaloneValue; | ||
/** | ||
@@ -139,0 +140,0 @@ * `NgCompiler` can be reused for multiple compilations (for resource-only changes), and each |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2634450
43900
376
1