Socket
Socket
Sign inDemoInstall

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
2
Versions
828
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 19.0.0-next.1 to 19.0.0-next.2

bundles/chunk-4R27633S.js

2

bundles/chunk-B4ZOGV3N.js

@@ -302,3 +302,3 @@

import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
var PLACEHOLDER_VERSION = "19.0.0-next.1";
var PLACEHOLDER_VERSION = "19.0.0-next.2";
function wrapReference(wrapped) {

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

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

constructorParametersDownlevelTransform
} from "./chunk-CNPXFKGI.js";
} from "./chunk-4R27633S.js";
import {

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

readConfiguration
} from "./chunk-QJ5A7O7J.js";
} from "./chunk-LYN2P66H.js";
import {

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

getInitializerApiJitTransform
} from "./chunk-DK2K5DIA.js";
} from "./chunk-W4UV2VRG.js";
import {
OptimizeFor,
TsCreateProgramDriver
} from "./chunk-VNKFV2MZ.js";
} from "./chunk-R3PIQMGX.js";
import {

@@ -85,3 +85,3 @@ isLocalCompilationDiagnostics

import { Version } from "@angular/compiler";
var VERSION = new Version("19.0.0-next.1");
var VERSION = new Version("19.0.0-next.2");

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

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

forwardRefResolver
} from "../chunk-VNKFV2MZ.js";
} from "../chunk-R3PIQMGX.js";
import {

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

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

constructorParametersDownlevelTransform
} from "../chunk-CNPXFKGI.js";
import "../chunk-DK2K5DIA.js";
import "../chunk-VNKFV2MZ.js";
} from "../chunk-4R27633S.js";
import "../chunk-W4UV2VRG.js";
import "../chunk-R3PIQMGX.js";
import "../chunk-5DVL3S3Z.js";

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

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

readCommandLineAndConfiguration
} from "../../chunk-UWZBW4E4.js";
} from "../../chunk-YFWSLIDV.js";
import {
EmitFlags
} from "../../chunk-QJ5A7O7J.js";
import "../../chunk-DK2K5DIA.js";
import "../../chunk-VNKFV2MZ.js";
} from "../../chunk-LYN2P66H.js";
import "../../chunk-W4UV2VRG.js";
import "../../chunk-R3PIQMGX.js";
import "../../chunk-5DVL3S3Z.js";

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

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

main
} from "../../chunk-UWZBW4E4.js";
import "../../chunk-QJ5A7O7J.js";
import "../../chunk-DK2K5DIA.js";
import "../../chunk-VNKFV2MZ.js";
} from "../../chunk-YFWSLIDV.js";
import "../../chunk-LYN2P66H.js";
import "../../chunk-W4UV2VRG.js";
import "../../chunk-R3PIQMGX.js";
import "../../chunk-5DVL3S3Z.js";

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

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

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

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

{
"name": "@angular/compiler-cli",
"version": "19.0.0-next.1",
"version": "19.0.0-next.2",
"description": "Angular - the compiler CLI for Node.js",

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

"peerDependencies": {
"@angular/compiler": "19.0.0-next.1",
"@angular/compiler": "19.0.0-next.2",
"typescript": ">=5.4 <5.7"

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

@@ -71,3 +71,4 @@ /**

private readonly jitDeclarationRegistry;
constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, metaReader: MetadataReader, scopeReader: ComponentScopeReader, dtsScopeReader: DtsModuleScopeResolver, 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, localCompilationExtraImportsTracker: LocalCompilationExtraImportsTracker | null, jitDeclarationRegistry: JitDeclarationRegistry);
private readonly i18nPreserveSignificantWhitespace;
constructor(reflector: ReflectionHost, evaluator: PartialEvaluator, metaRegistry: MetadataRegistry, metaReader: MetadataReader, scopeReader: ComponentScopeReader, dtsScopeReader: DtsModuleScopeResolver, 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, localCompilationExtraImportsTracker: LocalCompilationExtraImportsTracker | null, jitDeclarationRegistry: JitDeclarationRegistry, i18nPreserveSignificantWhitespace: boolean);
private literalCache;

@@ -74,0 +75,0 @@ private elementSchemaRegistry;

@@ -23,3 +23,3 @@ /**

url: string;
nodeForError: ts.Node;
expression: ts.Expression;
source: ResourceTypeForDiagnostics.StylesheetFromTemplate | ResourceTypeForDiagnostics.StylesheetFromDecorator;

@@ -98,3 +98,3 @@ }

/** Determines the node to use for debugging purposes for the given TemplateDeclaration. */
export declare function getTemplateDeclarationNodeForError(declaration: TemplateDeclaration): ts.Node;
export declare function getTemplateDeclarationNodeForError(declaration: TemplateDeclaration): ts.Expression;
export interface ExtractTemplateOptions {

@@ -106,2 +106,3 @@ usePoisonedData: boolean;

enableLetSyntax: boolean;
preserveSignificantWhitespace?: boolean;
}

@@ -126,4 +127,4 @@ export declare function extractTemplate(node: ClassDeclaration, template: TemplateDeclaration, evaluator: PartialEvaluator, depTracker: DependencyTracker | null, resourceLoader: ResourceLoader, options: ExtractTemplateOptions, compilationMode: CompilationMode): ParsedTemplateWithSource;

export declare function extractComponentStyleUrls(evaluator: PartialEvaluator, component: Map<string, ts.Expression>): StyleUrlMeta[];
export declare function extractStyleResources(resourceLoader: ResourceLoader, component: Map<string, ts.Expression>, containingFile: string): ReadonlySet<Resource>;
export declare function extractInlineStyleResources(component: Map<string, ts.Expression>): Set<Resource>;
export declare function _extractTemplateStyleUrls(template: ParsedTemplateWithSource): StyleUrlMeta[];
export {};

@@ -360,2 +360,9 @@ /**

i18nNormalizeLineEndingsInICUs?: boolean;
/**
* Whether or not to preserve whitespace when extracting messages with the legacy (View Engine)
* pipeline.
*
* Defaults to `true`.
*/
i18nPreserveWhitespaceForLegacyExtraction?: boolean;
}

@@ -362,0 +369,0 @@ /**

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc