New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
0
Versions
879
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
20.0.0-next.0

bundles/chunk-2MJ6YSB2.js

12

bundles/index.js

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

constructorParametersDownlevelTransform
} from "./chunk-TFVEDCQN.js";
} from "./chunk-HXSKCJMP.js";
import {

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

readConfiguration
} from "./chunk-ZBHF2MOM.js";
} from "./chunk-UCG5K4BI.js";
import {

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

getInitializerApiJitTransform
} from "./chunk-VAZZGFGP.js";
} from "./chunk-KDHDNSXW.js";
import {
OptimizeFor,
TsCreateProgramDriver
} from "./chunk-J43IYRBM.js";
} from "./chunk-2MJ6YSB2.js";
import {

@@ -53,3 +53,3 @@ ErrorCode,

ngErrorCode
} from "./chunk-KOIBHR3X.js";
} from "./chunk-5B64KRP2.js";
import {

@@ -89,3 +89,3 @@ ActivePerfRecorder,

import { Version } from "@angular/compiler";
var VERSION = new Version("19.2.0");
var VERSION = new Version("20.0.0-next.0");

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

@@ -11,4 +11,4 @@

isFatalLinkerError
} from "../../chunk-RNO4EXM5.js";
import "../../chunk-KOIBHR3X.js";
} from "../../chunk-SXMUFI7N.js";
import "../../chunk-5B64KRP2.js";
import {

@@ -126,2 +126,5 @@ ConsoleLogger,

}
createVoidExpression(expression) {
return t.unaryExpression("void", expression);
}
createUnaryExpression = t.unaryExpression;

@@ -128,0 +131,0 @@ createVariableDeclaration(variableName, initializer, type) {

@@ -13,4 +13,4 @@

needsLinking
} from "../chunk-RNO4EXM5.js";
import "../chunk-KOIBHR3X.js";
} from "../chunk-SXMUFI7N.js";
import "../chunk-5B64KRP2.js";
import "../chunk-5UDS2TPQ.js";

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

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

forwardRefResolver
} from "../chunk-J43IYRBM.js";
} from "../chunk-2MJ6YSB2.js";
import {

@@ -19,3 +19,3 @@ ImportManager,

reflectObjectLiteral
} from "../chunk-KOIBHR3X.js";
} from "../chunk-5B64KRP2.js";
import "../chunk-I6R3GL3L.js";

@@ -22,0 +22,0 @@ import "../chunk-STORTTKY.js";

@@ -9,6 +9,6 @@

constructorParametersDownlevelTransform
} from "../chunk-TFVEDCQN.js";
import "../chunk-VAZZGFGP.js";
import "../chunk-J43IYRBM.js";
import "../chunk-KOIBHR3X.js";
} from "../chunk-HXSKCJMP.js";
import "../chunk-KDHDNSXW.js";
import "../chunk-2MJ6YSB2.js";
import "../chunk-5B64KRP2.js";
import "../chunk-I6R3GL3L.js";

@@ -15,0 +15,0 @@ import "../chunk-STORTTKY.js";

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

readCommandLineAndConfiguration
} from "../../chunk-S2PFGODW.js";
} from "../../chunk-NSLVDBJJ.js";
import {
EmitFlags
} from "../../chunk-ZBHF2MOM.js";
import "../../chunk-VAZZGFGP.js";
import "../../chunk-J43IYRBM.js";
import "../../chunk-KOIBHR3X.js";
} from "../../chunk-UCG5K4BI.js";
import "../../chunk-KDHDNSXW.js";
import "../../chunk-2MJ6YSB2.js";
import "../../chunk-5B64KRP2.js";
import "../../chunk-I6R3GL3L.js";

@@ -18,0 +18,0 @@ import {

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

main
} from "../../chunk-S2PFGODW.js";
import "../../chunk-ZBHF2MOM.js";
import "../../chunk-VAZZGFGP.js";
import "../../chunk-J43IYRBM.js";
import "../../chunk-KOIBHR3X.js";
} from "../../chunk-NSLVDBJJ.js";
import "../../chunk-UCG5K4BI.js";
import "../../chunk-KDHDNSXW.js";
import "../../chunk-2MJ6YSB2.js";
import "../../chunk-5B64KRP2.js";
import "../../chunk-I6R3GL3L.js";

@@ -15,0 +15,0 @@ import {

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

createTypeOfExpression(expression: t.Expression): t.Expression;
createVoidExpression(expression: t.Expression): t.Expression;
createUnaryExpression: typeof t.unaryExpression;

@@ -46,0 +47,0 @@ createVariableDeclaration(variableName: string, initializer: t.Expression | null, type: VariableDeclarationType): t.Statement;

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

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

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

{
"name": "@angular/compiler-cli",
"version": "19.2.0",
"version": "20.0.0-next.0",
"description": "Angular - the compiler CLI for Node.js",

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

"peerDependencies": {
"@angular/compiler": "19.2.0",
"@angular/compiler": "20.0.0-next.0",
"typescript": ">=5.5 <5.9"

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

@@ -201,2 +201,8 @@ /**

/**
* Create an expression that evaluates an expression and returns `undefined`.
*
* @param expression the expression whose type we want.
*/
createVoidExpression(expression: TExpression): TExpression;
/**
* Prefix the `operand` with the given `operator` (e.g. `-expr`).

@@ -236,3 +242,3 @@ *

*/
export type BinaryOperator = '&&' | '>' | '>=' | '&' | '|' | '/' | '==' | '===' | '<' | '<=' | '-' | '%' | '*' | '!=' | '!==' | '||' | '+' | '??';
export type BinaryOperator = '&&' | '>' | '>=' | '&' | '|' | '/' | '==' | '===' | '<' | '<=' | '-' | '%' | '*' | '**' | '!=' | '!==' | '||' | '+' | '??';
/**

@@ -239,0 +245,0 @@ * The original location of the start or end of a node created by the `AstFactory`.

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

visitTypeofExpr(ast: o.TypeofExpr, context: Context): TExpression;
visitVoidExpr(ast: o.VoidExpr, context: Context): TExpression;
visitUnaryOperatorExpr(ast: o.UnaryOperatorExpr, context: Context): TExpression;

@@ -65,0 +66,0 @@ private visitStatements;

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

createTypeOfExpression: (expression: ts.Expression) => ts.TypeOfExpression;
createVoidExpression: (expression: ts.Expression) => ts.VoidExpression;
createUnaryExpression(operator: UnaryOperator, operand: ts.Expression): ts.Expression;

@@ -44,0 +45,0 @@ createVariableDeclaration(variableName: string, initializer: ts.Expression | null, type: VariableDeclarationType): ts.Statement;

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

Sorry, the diff of this file is not supported yet