@angular/compiler-cli 18.2.0-next.0 → 18.2.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/bundles/{chunk-BKZN6F4B.js → chunk-GKWXRLYL.js} +21 -8
  2. package/bundles/chunk-GKWXRLYL.js.map +6 -0
  3. package/bundles/chunk-HXUTQSG7.js +1 -1
  4. package/bundles/{chunk-JQI7OB4Q.js → chunk-K6EUU7R4.js} +44 -10
  5. package/bundles/chunk-K6EUU7R4.js.map +6 -0
  6. package/bundles/{chunk-MLBHTW5L.js → chunk-MAWNNEES.js} +2 -2
  7. package/bundles/{chunk-N6GPWJA3.js → chunk-SJE2NFCG.js} +22 -37
  8. package/bundles/chunk-SJE2NFCG.js.map +6 -0
  9. package/bundles/{chunk-AQFTVE7F.js → chunk-THQF5ZZE.js} +3 -1
  10. package/bundles/chunk-THQF5ZZE.js.map +6 -0
  11. package/bundles/chunk-Z5UNTO33.js +34 -0
  12. package/bundles/chunk-Z5UNTO33.js.map +6 -0
  13. package/bundles/index.js +11 -9
  14. package/bundles/index.js.map +1 -1
  15. package/bundles/private/bazel.js +1 -1
  16. package/bundles/private/migrations.js +2 -2
  17. package/bundles/private/tooling.js +4 -3
  18. package/bundles/src/bin/ng_xi18n.js +5 -4
  19. package/bundles/src/bin/ng_xi18n.js.map +1 -1
  20. package/bundles/src/bin/ngc.js +5 -4
  21. package/bundles/src/bin/ngc.js.map +1 -1
  22. package/bundles_metadata.json +1 -1
  23. package/index.d.ts +1 -1
  24. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  25. package/package.json +2 -2
  26. package/src/ngtsc/annotations/common/index.d.ts +1 -0
  27. package/src/ngtsc/annotations/common/src/jit_declaration_registry.d.ts +15 -0
  28. package/src/ngtsc/annotations/component/src/handler.d.ts +3 -1
  29. package/src/ngtsc/annotations/directive/src/handler.d.ts +3 -2
  30. package/src/ngtsc/annotations/directive/src/shared.d.ts +4 -1
  31. package/src/ngtsc/annotations/index.d.ts +1 -1
  32. package/src/ngtsc/perf/src/api.d.ts +9 -1
  33. package/src/ngtsc/transform/jit/index.d.ts +8 -0
  34. package/src/{transformers/jit_transforms → ngtsc/transform/jit/src}/downlevel_decorators_transform.d.ts +3 -2
  35. package/src/{transformers/jit_transforms → ngtsc/transform/jit/src}/index.d.ts +1 -1
  36. package/src/{transformers/jit_transforms → ngtsc/transform/jit/src}/initializer_api_transforms/transform.d.ts +8 -3
  37. package/src/{transformers/jit_transforms → ngtsc/transform/jit/src}/initializer_api_transforms/transform_api.d.ts +3 -3
  38. package/bundles/chunk-AQFTVE7F.js.map +0 -6
  39. package/bundles/chunk-BKZN6F4B.js.map +0 -6
  40. package/bundles/chunk-JQI7OB4Q.js.map +0 -6
  41. package/bundles/chunk-N6GPWJA3.js.map +0 -6
  42. /package/bundles/{chunk-MLBHTW5L.js.map → chunk-MAWNNEES.js.map} +0 -0
  43. /package/src/{transformers/jit_transforms → ngtsc/transform/jit/src}/initializer_api_transforms/input_function.d.ts +0 -0
  44. /package/src/{transformers/jit_transforms → ngtsc/transform/jit/src}/initializer_api_transforms/model_function.d.ts +0 -0
  45. /package/src/{transformers/jit_transforms → ngtsc/transform/jit/src}/initializer_api_transforms/output_function.d.ts +0 -0
  46. /package/src/{transformers/jit_transforms → ngtsc/transform/jit/src}/initializer_api_transforms/query_functions.d.ts +0 -0
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { VERSION } from './src/version';
2
- export * from './src/transformers/jit_transforms';
2
+ export * from './src/ngtsc/transform/jit';
3
3
  export * from './src/transformers/api';
4
4
  export * from './src/transformers/entry_points';
5
5
  export * from './src/perform_compile';
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
9
9
  import { AstObject, AstValue } from '../../ast/ast_value';
10
- export declare const PLACEHOLDER_VERSION = "18.2.0-next.0";
10
+ export declare const PLACEHOLDER_VERSION = "18.2.0-next.1";
11
11
  export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
12
12
  /**
13
13
  * Parses the value of an enum from the AST value's symbol name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler-cli",
3
- "version": "18.2.0-next.0",
3
+ "version": "18.2.0-next.1",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "typings": "index.d.ts",
6
6
  "bin": {
@@ -53,7 +53,7 @@
53
53
  "yargs": "^17.2.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@angular/compiler": "18.2.0-next.0",
56
+ "@angular/compiler": "18.2.0-next.1",
57
57
  "typescript": ">=5.4 <5.6"
58
58
  },
59
59
  "repository": {
@@ -17,3 +17,4 @@ export * from './src/references_registry';
17
17
  export * from './src/schema';
18
18
  export * from './src/util';
19
19
  export * from './src/input_transforms';
20
+ export * from './src/jit_declaration_registry';
@@ -0,0 +1,15 @@
1
+ /**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+ import { ClassDeclaration } from '../../../reflection';
9
+ /**
10
+ * Registry that keeps track of Angular declarations that are explicitly
11
+ * marked for JIT compilation and are skipping compilation by trait handlers.
12
+ */
13
+ export declare class JitDeclarationRegistry {
14
+ jitDeclarations: Set<ClassDeclaration>;
15
+ }
@@ -25,6 +25,7 @@ import { Xi18nContext } from '../../../xi18n';
25
25
  import { InjectableClassRegistry, ReferencesRegistry, ResourceLoader } from '../../common';
26
26
  import { ComponentAnalysisData, ComponentResolutionData } from './metadata';
27
27
  import { ComponentSymbol } from './symbol';
28
+ import { JitDeclarationRegistry } from '../../common/src/jit_declaration_registry';
28
29
  /**
29
30
  * `DecoratorHandler` which handles the `@Component` annotation.
30
31
  */
@@ -66,7 +67,8 @@ export declare class ComponentDecoratorHandler implements DecoratorHandler<Decor
66
67
  private readonly enableBlockSyntax;
67
68
  private readonly enableLetSyntax;
68
69
  private readonly localCompilationExtraImportsTracker;
69
- 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);
70
+ private readonly jitDeclarationRegistry;
71
+ 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);
70
72
  private literalCache;
71
73
  private elementSchemaRegistry;
72
74
  /**
@@ -17,6 +17,7 @@ import { LocalModuleScopeRegistry } from '../../../scope';
17
17
  import { AnalysisOutput, CompilationMode, CompileResult, DecoratorHandler, DetectResult, HandlerPrecedence, ResolveResult } from '../../../transform';
18
18
  import { InjectableClassRegistry, ReferencesRegistry } from '../../common';
19
19
  import { DirectiveSymbol } from './symbol';
20
+ import { JitDeclarationRegistry } from '../../common/src/jit_declaration_registry';
20
21
  export interface DirectiveHandlerData {
21
22
  baseClass: Reference<ClassDeclaration> | 'dynamic' | null;
22
23
  typeCheckMeta: DirectiveTypeCheckMeta;
@@ -48,8 +49,8 @@ export declare class DirectiveDecoratorHandler implements DecoratorHandler<Decor
48
49
  private importTracker;
49
50
  private includeClassMetadata;
50
51
  private readonly compilationMode;
51
- private readonly generateExtraImportsInLocalMode;
52
- 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, generateExtraImportsInLocalMode: boolean);
52
+ private readonly jitDeclarationRegistry;
53
+ 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);
53
54
  readonly precedence = HandlerPrecedence.PRIMARY;
54
55
  readonly name = "DirectiveDecoratorHandler";
55
56
  detect(node: ClassDeclaration, decorators: Decorator[] | null): DetectResult<Decorator | null> | undefined;
@@ -22,6 +22,7 @@ export declare const queryDecoratorNames: QueryDecoratorName[];
22
22
  * the module.
23
23
  */
24
24
  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): {
25
+ jitForced: false;
25
26
  decorator: Map<string, ts.Expression>;
26
27
  metadata: R3DirectiveMetadata;
27
28
  inputs: ClassPropertyMapping<InputMapping>;
@@ -29,7 +30,9 @@ export declare function extractDirectiveMetadata(clazz: ClassDeclaration, decora
29
30
  isStructural: boolean;
30
31
  hostDirectives: HostDirectiveMeta[] | null;
31
32
  rawHostDirectives: ts.Expression | null;
32
- } | undefined;
33
+ } | {
34
+ jitForced: true;
35
+ };
33
36
  export declare function extractDecoratorQueryMetadata(exprNode: ts.Node, name: string, args: ReadonlyArray<ts.Expression>, propertyName: string, reflector: ReflectionHost, evaluator: PartialEvaluator): R3QueryMetadata;
34
37
  export declare function extractHostBindings(members: ClassMember[], evaluator: PartialEvaluator, coreModule: string | undefined, compilationMode: CompilationMode, metadata?: Map<string, ts.Expression>): ParsedHostBindings;
35
38
  export declare function parseDirectiveStyles(directive: Map<string, ts.Expression>, evaluator: PartialEvaluator, compilationMode: CompilationMode): null | string[];
@@ -5,7 +5,7 @@
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
- export { forwardRefResolver, getAngularDecorators, isAngularDecorator, NoopReferencesRegistry, ReferencesRegistry, ResourceLoader, ResourceLoaderContext, } from './common';
8
+ export { forwardRefResolver, getAngularDecorators, isAngularDecorator, NoopReferencesRegistry, ReferencesRegistry, ResourceLoader, ResourceLoaderContext, JitDeclarationRegistry, } from './common';
9
9
  export { ComponentDecoratorHandler } from './component';
10
10
  export { DirectiveDecoratorHandler, InitializerApiFunction, INPUT_INITIALIZER_FN, MODEL_INITIALIZER_FN, OUTPUT_INITIALIZER_FNS, QUERY_INITIALIZER_FNS, queryDecoratorNames, QueryFunctionName, tryParseInitializerApi, tryParseInitializerBasedOutput, tryParseSignalInputMapping, tryParseSignalModelMapping, tryParseSignalQueryFromInitializer, } from './directive';
11
11
  export { NgModuleDecoratorHandler } from './ng_module';
@@ -139,7 +139,15 @@ export declare enum PerfPhase {
139
139
  /**
140
140
  * Time spent by the Angular Language Service to fix all detected same type errors.
141
141
  */
142
- LsCodeFixesAll = 27
142
+ LsCodeFixesAll = 27,
143
+ /**
144
+ * Time spent computing possible Angular refactorings.
145
+ */
146
+ LSComputeApplicableRefactorings = 28,
147
+ /**
148
+ * Time spent computing changes for applying a given refactoring.
149
+ */
150
+ LSApplyRefactoring = 29
143
151
  }
144
152
  /**
145
153
  * Represents some occurrence during compilation, and is tracked with a counter.
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright Google LLC All Rights Reserved.
4
+ *
5
+ * Use of this source code is governed by an MIT-style license that can be
6
+ * found in the LICENSE file at https://angular.io/license
7
+ */
8
+ export { angularJitApplicationTransform, getDownlevelDecoratorsTransform, getInitializerApiJitTransform, } from './src/index';
@@ -6,7 +6,7 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  import ts from 'typescript';
9
- import { ReflectionHost } from '../../ngtsc/reflection';
9
+ import { ReflectionHost } from '../../../reflection';
10
10
  /**
11
11
  * Gets a transformer for downleveling Angular constructor parameter and property decorators.
12
12
  *
@@ -18,5 +18,6 @@ import { ReflectionHost } from '../../ngtsc/reflection';
18
18
  * @param diagnostics List which will be populated with diagnostics if any.
19
19
  * @param isCore Whether the current TypeScript program is for the `@angular/core` package.
20
20
  * @param isClosureCompilerEnabled Whether closure annotations need to be added where needed.
21
+ * @param shouldTransformClass Optional function to check if a given class should be transformed.
21
22
  */
22
- export declare function getDownlevelDecoratorsTransform(typeChecker: ts.TypeChecker, host: ReflectionHost, diagnostics: ts.Diagnostic[], isCore: boolean, isClosureCompilerEnabled: boolean): ts.TransformerFactory<ts.SourceFile>;
23
+ export declare function getDownlevelDecoratorsTransform(typeChecker: ts.TypeChecker, host: ReflectionHost, diagnostics: ts.Diagnostic[], isCore: boolean, isClosureCompilerEnabled: boolean, shouldTransformClass?: (node: ts.ClassDeclaration) => boolean): ts.TransformerFactory<ts.SourceFile>;
@@ -26,4 +26,4 @@ export { getInitializerApiJitTransform } from './initializer_api_transforms/tran
26
26
  * added that will declare the input as a signal input while also capturing the necessary
27
27
  * metadata
28
28
  */
29
- export declare function angularJitApplicationTransform(program: ts.Program, isCore?: boolean): ts.TransformerFactory<ts.SourceFile>;
29
+ export declare function angularJitApplicationTransform(program: ts.Program, isCore?: boolean, shouldTransformClass?: (node: ts.ClassDeclaration) => boolean): ts.TransformerFactory<ts.SourceFile>;
@@ -6,13 +6,18 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  import ts from 'typescript';
9
- import { ImportedSymbolsTracker } from '../../../ngtsc/imports';
10
- import { ReflectionHost } from '../../../ngtsc/reflection';
9
+ import { ImportedSymbolsTracker } from '../../../../imports';
10
+ import { ReflectionHost } from '../../../../reflection';
11
11
  /**
12
12
  * Creates an AST transform that looks for Angular classes and transforms
13
13
  * initializer-based declared members to work with JIT compilation.
14
14
  *
15
15
  * For example, an `input()` member may be transformed to add an `@Input`
16
16
  * decorator for JIT.
17
+ *
18
+ * @param host Reflection host
19
+ * @param importTracker Import tracker for efficient import checking.
20
+ * @param isCore Whether this transforms runs against `@angular/core`.
21
+ * @param shouldTransformClass Optional function to check if a given class should be transformed.
17
22
  */
18
- export declare function getInitializerApiJitTransform(host: ReflectionHost, importTracker: ImportedSymbolsTracker, isCore: boolean): ts.TransformerFactory<ts.SourceFile>;
23
+ export declare function getInitializerApiJitTransform(host: ReflectionHost, importTracker: ImportedSymbolsTracker, isCore: boolean, shouldTransformClass?: (node: ts.ClassDeclaration) => boolean): ts.TransformerFactory<ts.SourceFile>;
@@ -6,9 +6,9 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  import ts from 'typescript';
9
- import { ImportedSymbolsTracker } from '../../../ngtsc/imports';
10
- import { ClassMember, Decorator, ReflectionHost } from '../../../ngtsc/reflection';
11
- import { ImportManager } from '../../../ngtsc/translator';
9
+ import { ImportedSymbolsTracker } from '../../../../imports';
10
+ import { ClassMember, Decorator, ReflectionHost } from '../../../../reflection';
11
+ import { ImportManager } from '../../../../translator';
12
12
  /** Function that can be used to transform class properties. */
13
13
  export type PropertyTransform = (member: Pick<ClassMember, 'name' | 'accessLevel' | 'value'> & {
14
14
  node: ts.PropertyDeclaration;
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../../../packages/compiler-cli/src/ngtsc/perf/src/api.ts", "../../../../../../packages/compiler-cli/src/ngtsc/perf/src/noop.ts", "../../../../../../packages/compiler-cli/src/ngtsc/perf/src/clock.ts", "../../../../../../packages/compiler-cli/src/ngtsc/perf/src/recorder.ts"],
4
- "mappings": "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",
5
- "names": ["PerfPhase", "PerfEvent", "PerfCheckpoint", "mark"]
6
- }