🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
2
Versions
910
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/compiler-cli - npm Package Compare versions

Comparing version

to
19.2.12

bundles/chunk-65ENP3XI.js

2

bundles/chunk-ARPXJQKJ.js

@@ -314,3 +314,3 @@

import semver from "semver";
var PLACEHOLDER_VERSION = "19.2.11";
var PLACEHOLDER_VERSION = "19.2.12";
function wrapReference(wrapped) {

@@ -317,0 +317,0 @@ return { value: wrapped, type: wrapped };

@@ -9,3 +9,3 @@

constructorParametersDownlevelTransform
} from "./chunk-OWM3CFGF.js";
} from "./chunk-65ENP3XI.js";
import {

@@ -37,3 +37,3 @@ DEFAULT_ERROR_CODE,

readConfiguration
} from "./chunk-PLOJWHUQ.js";
} from "./chunk-BGTUPMWP.js";
import {

@@ -43,7 +43,7 @@ angularJitApplicationTransform,

getInitializerApiJitTransform
} from "./chunk-YBCHZNNP.js";
} from "./chunk-CV2U5QH5.js";
import {
OptimizeFor,
TsCreateProgramDriver
} from "./chunk-EGTPNAWG.js";
} from "./chunk-EUDTP5KR.js";
import {

@@ -88,3 +88,3 @@ ErrorCode,

import { Version } from "@angular/compiler";
var VERSION = new Version("19.2.11");
var VERSION = new Version("19.2.12");

@@ -91,0 +91,0 @@ // bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs

@@ -12,3 +12,3 @@

createForwardRefResolver
} from "../chunk-EGTPNAWG.js";
} from "../chunk-EUDTP5KR.js";
import {

@@ -15,0 +15,0 @@ ImportManager,

@@ -9,5 +9,5 @@

constructorParametersDownlevelTransform
} from "../chunk-OWM3CFGF.js";
import "../chunk-YBCHZNNP.js";
import "../chunk-EGTPNAWG.js";
} from "../chunk-65ENP3XI.js";
import "../chunk-CV2U5QH5.js";
import "../chunk-EUDTP5KR.js";
import "../chunk-QZPLIVJG.js";

@@ -14,0 +14,0 @@ import "../chunk-WUCT7QTW.js";

@@ -9,8 +9,8 @@ #!/usr/bin/env node

readCommandLineAndConfiguration
} from "../../chunk-4GCU2QCV.js";
} from "../../chunk-NMOWPRJI.js";
import {
EmitFlags
} from "../../chunk-PLOJWHUQ.js";
import "../../chunk-YBCHZNNP.js";
import "../../chunk-EGTPNAWG.js";
} from "../../chunk-BGTUPMWP.js";
import "../../chunk-CV2U5QH5.js";
import "../../chunk-EUDTP5KR.js";
import "../../chunk-QZPLIVJG.js";

@@ -17,0 +17,0 @@ import "../../chunk-WUCT7QTW.js";

@@ -8,6 +8,6 @@ #!/usr/bin/env node

main
} from "../../chunk-4GCU2QCV.js";
import "../../chunk-PLOJWHUQ.js";
import "../../chunk-YBCHZNNP.js";
import "../../chunk-EGTPNAWG.js";
} from "../../chunk-NMOWPRJI.js";
import "../../chunk-BGTUPMWP.js";
import "../../chunk-CV2U5QH5.js";
import "../../chunk-EUDTP5KR.js";
import "../../chunk-QZPLIVJG.js";

@@ -14,0 +14,0 @@ import "../../chunk-WUCT7QTW.js";

@@ -10,3 +10,3 @@ /**

import { AstObject, AstValue } from '../../ast/ast_value';
export declare const PLACEHOLDER_VERSION = "19.2.11";
export declare const PLACEHOLDER_VERSION = "19.2.12";
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;

@@ -13,0 +13,0 @@ /**

{
"name": "@angular/compiler-cli",
"version": "19.2.11",
"version": "19.2.12",
"description": "Angular - the compiler CLI for Node.js",

@@ -56,3 +56,3 @@ "typings": "index.d.ts",

"peerDependencies": {
"@angular/compiler": "19.2.11",
"@angular/compiler": "19.2.12",
"typescript": ">=5.5 <5.9"

@@ -59,0 +59,0 @@ },

@@ -77,2 +77,3 @@ /**

private isComplete;
private priorResultsAdopted;
constructor(originalProgram: ts.Program, programDriver: ProgramDriver, typeCheckAdapter: ProgramTypeCheckAdapter, config: TypeCheckingConfig, refEmitter: ReferenceEmitter, reflector: ReflectionHost, compilerHost: Pick<ts.CompilerHost, 'getCanonicalFileName'>, priorBuild: IncrementalBuild<unknown, FileTypeCheckingData>, metaReader: MetadataReader, localMetaReader: MetadataReaderWithIndex, ngModuleIndex: NgModuleIndex, componentScopeReader: ComponentScopeReader, typeCheckScopeRegistry: TypeCheckScopeRegistry, perf: PerfRecorder);

@@ -107,3 +108,3 @@ getTemplate(component: ts.ClassDeclaration, optimizeFor?: OptimizeFor): TmplAstNode[] | null;

private getOrCreateCompletionEngine;
private maybeAdoptPriorResultsForFile;
private maybeAdoptPriorResults;
private ensureAllShimsForAllFiles;

@@ -110,0 +111,0 @@ private ensureAllShimsForOneFile;

Sorry, the diff of this file is too big to display