@angular/compiler-cli 17.0.0-next.7 → 17.0.0-next.8

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 (55) hide show
  1. package/bundles/{chunk-PBDWVP2J.js → chunk-35SQ73FP.js} +687 -548
  2. package/bundles/chunk-35SQ73FP.js.map +6 -0
  3. package/bundles/{chunk-3NXCUQ44.js → chunk-5WC7IWWT.js} +8 -8
  4. package/bundles/{chunk-HJOPJLIM.js → chunk-BV3ZUD7T.js} +9 -8
  5. package/bundles/chunk-BV3ZUD7T.js.map +6 -0
  6. package/bundles/{chunk-GYHDNUIK.js → chunk-EKTJ7622.js} +7 -7
  7. package/bundles/{chunk-PYIYPY3X.js → chunk-EQ7Q3KIO.js} +30 -30
  8. package/bundles/{chunk-W3AMRN7J.js → chunk-JPBJE7OS.js} +5 -5
  9. package/bundles/{chunk-UHYH6BYB.js → chunk-JZC4T2RR.js} +1 -1
  10. package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
  11. package/bundles/{chunk-C4TR4DIO.js → chunk-NNS2FLUN.js} +4 -4
  12. package/bundles/{chunk-PAPUMJUA.js → chunk-NVNYQX3M.js} +29 -27
  13. package/bundles/{chunk-PAPUMJUA.js.map → chunk-NVNYQX3M.js.map} +1 -1
  14. package/bundles/{chunk-CSOLWS7O.js → chunk-PCMLSPQF.js} +7 -7
  15. package/bundles/{chunk-I3FLXBLP.js → chunk-XXCMYI3O.js} +182 -147
  16. package/bundles/chunk-XXCMYI3O.js.map +6 -0
  17. package/bundles/index.js +13 -13
  18. package/bundles/linker/babel/index.js +13 -13
  19. package/bundles/linker/index.js +5 -5
  20. package/bundles/ngcc/index.js +1 -1
  21. package/bundles/private/bazel.js +1 -1
  22. package/bundles/private/localize.js +3 -3
  23. package/bundles/private/migrations.js +6 -6
  24. package/bundles/private/tooling.js +4 -4
  25. package/bundles/src/bin/ng_xi18n.js +11 -11
  26. package/bundles/src/bin/ngc.js +9 -9
  27. package/bundles_metadata.json +1 -1
  28. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  29. package/package.json +3 -3
  30. package/src/ngtsc/annotations/common/index.d.ts +1 -0
  31. package/src/ngtsc/annotations/common/src/debug_info.d.ts +10 -0
  32. package/src/ngtsc/annotations/common/src/util.d.ts +1 -1
  33. package/src/ngtsc/annotations/component/src/handler.d.ts +2 -1
  34. package/src/ngtsc/annotations/component/src/metadata.d.ts +2 -1
  35. package/src/ngtsc/core/api/src/public_options.d.ts +8 -0
  36. package/src/ngtsc/diagnostics/src/error_code.d.ts +9 -0
  37. package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
  38. package/src/ngtsc/docs/src/entities.d.ts +5 -0
  39. package/src/ngtsc/docs/src/extractor.d.ts +4 -0
  40. package/src/ngtsc/docs/src/filters.d.ts +9 -0
  41. package/src/ngtsc/docs/src/function_extractor.d.ts +3 -0
  42. package/src/ngtsc/docs/src/type_alias_extractor.d.ts +18 -0
  43. package/src/ngtsc/perf/src/api.d.ts +7 -3
  44. package/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.d.ts +10 -0
  45. package/bundles/chunk-HJOPJLIM.js.map +0 -6
  46. package/bundles/chunk-I3FLXBLP.js.map +0 -6
  47. package/bundles/chunk-PBDWVP2J.js.map +0 -6
  48. /package/bundles/{chunk-3NXCUQ44.js.map → chunk-5WC7IWWT.js.map} +0 -0
  49. /package/bundles/{chunk-GYHDNUIK.js.map → chunk-EKTJ7622.js.map} +0 -0
  50. /package/bundles/{chunk-PYIYPY3X.js.map → chunk-EQ7Q3KIO.js.map} +0 -0
  51. /package/bundles/{chunk-W3AMRN7J.js.map → chunk-JPBJE7OS.js.map} +0 -0
  52. /package/bundles/{chunk-UHYH6BYB.js.map → chunk-JZC4T2RR.js.map} +0 -0
  53. /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
  54. /package/bundles/{chunk-C4TR4DIO.js.map → chunk-NNS2FLUN.js.map} +0 -0
  55. /package/bundles/{chunk-CSOLWS7O.js.map → chunk-PCMLSPQF.js.map} +0 -0
@@ -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 = "17.0.0-next.7";
10
+ export declare const PLACEHOLDER_VERSION = "17.0.0-next.8";
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": "17.0.0-next.7",
3
+ "version": "17.0.0-next.8",
4
4
  "description": "Angular - the compiler CLI for Node.js",
5
5
  "typings": "index.d.ts",
6
6
  "bin": {
@@ -43,7 +43,7 @@
43
43
  }
44
44
  },
45
45
  "dependencies": {
46
- "@babel/core": "7.22.19",
46
+ "@babel/core": "7.23.0",
47
47
  "@jridgewell/sourcemap-codec": "^1.4.14",
48
48
  "reflect-metadata": "^0.1.2",
49
49
  "chokidar": "^3.0.0",
@@ -53,7 +53,7 @@
53
53
  "yargs": "^17.2.1"
54
54
  },
55
55
  "peerDependencies": {
56
- "@angular/compiler": "17.0.0-next.7",
56
+ "@angular/compiler": "17.0.0-next.8",
57
57
  "typescript": ">=5.2 <5.3"
58
58
  },
59
59
  "repository": {
@@ -12,6 +12,7 @@ export * from './src/evaluation';
12
12
  export * from './src/factory';
13
13
  export * from './src/injectable_registry';
14
14
  export * from './src/metadata';
15
+ export * from './src/debug_info';
15
16
  export * from './src/references_registry';
16
17
  export * from './src/schema';
17
18
  export * from './src/util';
@@ -0,0 +1,10 @@
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 { R3ClassDebugInfo } from '@angular/compiler';
9
+ import { DeclarationNode, ReflectionHost } from '../../../reflection';
10
+ export declare function extractClassDebugInfo(clazz: DeclarationNode, reflection: ReflectionHost, rootDirs: ReadonlyArray<string>, forbidOrphanRendering: boolean): R3ClassDebugInfo | null;
@@ -90,7 +90,7 @@ export declare function createSourceSpan(node: ts.Node): ParseSourceSpan;
90
90
  /**
91
91
  * Collate the factory and definition compiled results into an array of CompileResult objects.
92
92
  */
93
- export declare function compileResults(fac: CompileResult, def: R3CompiledExpression, metadataStmt: Statement | null, propName: string, additionalFields: CompileResult[] | null, deferrableImports: Set<ts.ImportDeclaration> | null): CompileResult[];
93
+ export declare function compileResults(fac: CompileResult, def: R3CompiledExpression, metadataStmt: Statement | null, propName: string, additionalFields: CompileResult[] | null, deferrableImports: Set<ts.ImportDeclaration> | null, debugInfo?: Statement | null): CompileResult[];
94
94
  export declare function toFactoryMetadata(meta: Omit<R3FactoryMetadata, 'target'>, target: FactoryTarget): R3FactoryMetadata;
95
95
  export declare function resolveImportedFile(moduleResolver: ModuleResolver, importedFile: ImportedFile, expr: Expression, origin: ts.SourceFile): ts.SourceFile | null;
96
96
  /**
@@ -60,7 +60,8 @@ export declare class ComponentDecoratorHandler implements DecoratorHandler<Decor
60
60
  private includeClassMetadata;
61
61
  private readonly compilationMode;
62
62
  private readonly deferredSymbolTracker;
63
- 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, includeClassMetadata: boolean, compilationMode: CompilationMode, deferredSymbolTracker: DeferredSymbolTracker);
63
+ private readonly forbidOrphanRendering;
64
+ 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, includeClassMetadata: boolean, compilationMode: CompilationMode, deferredSymbolTracker: DeferredSymbolTracker, forbidOrphanRendering: boolean);
64
65
  private literalCache;
65
66
  private elementSchemaRegistry;
66
67
  /**
@@ -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
- import { AnimationTriggerNames, R3ClassMetadata, R3ComponentMetadata, R3TemplateDependencyMetadata, SchemaMetadata } from '@angular/compiler';
8
+ import { AnimationTriggerNames, R3ClassDebugInfo, R3ClassMetadata, R3ComponentMetadata, R3TemplateDependencyMetadata, SchemaMetadata } from '@angular/compiler';
9
9
  import ts from 'typescript';
10
10
  import { Reference } from '../../../imports';
11
11
  import { ClassPropertyMapping, ComponentResources, DirectiveTypeCheckMeta, HostDirectiveMeta, InputMapping } from '../../../metadata';
@@ -29,6 +29,7 @@ export interface ComponentAnalysisData {
29
29
  typeCheckMeta: DirectiveTypeCheckMeta;
30
30
  template: ParsedTemplateWithSource;
31
31
  classMetadata: R3ClassMetadata | null;
32
+ classDebugInfo: R3ClassDebugInfo | null;
32
33
  inputs: ClassPropertyMapping<InputMapping>;
33
34
  outputs: ClassPropertyMapping;
34
35
  /**
@@ -375,4 +375,12 @@ export interface MiscOptions {
375
375
  * Disable TypeScript Version Check.
376
376
  */
377
377
  disableTypeScriptVersionCheck?: boolean;
378
+ /**
379
+ * Enables the runtime check to guard against rendering a component without first loading its
380
+ * NgModule.
381
+ *
382
+ * This check is only applied to the current compilation unit, i.e., a component imported from
383
+ * another library without option set will not issue error if rendered in orphan way.
384
+ */
385
+ forbidOrphanComponents?: boolean;
378
386
  }
@@ -321,6 +321,15 @@ export declare enum ErrorCode {
321
321
  * value
322
322
  */
323
323
  SKIP_HYDRATION_NOT_STATIC = 8108,
324
+ /**
325
+ * Signal functions should be invoked when interpolated in templates.
326
+ *
327
+ * For example:
328
+ * ```
329
+ * {{ mySignal() }}
330
+ * ```
331
+ */
332
+ INTERPOLATED_SIGNAL_NOT_INVOKED = 8109,
324
333
  /**
325
334
  * The template type-checking engine would need to generate an inline type check block for a
326
335
  * component, but the current type-checking environment doesn't support it.
@@ -22,5 +22,6 @@ export declare enum ExtendedTemplateDiagnosticName {
22
22
  TEXT_ATTRIBUTE_NOT_BINDING = "textAttributeNotBinding",
23
23
  MISSING_NGFOROF_LET = "missingNgForOfLet",
24
24
  SUFFIX_NOT_SUPPORTED = "suffixNotSupported",
25
- SKIP_HYDRATION_NOT_STATIC = "skipHydrationNotStatic"
25
+ SKIP_HYDRATION_NOT_STATIC = "skipHydrationNotStatic",
26
+ INTERPOLATED_SIGNAL_NOT_INVOKED = "interpolatedSignalNotInvoked"
26
27
  }
@@ -31,6 +31,7 @@ export declare enum MemberType {
31
31
  }
32
32
  /** Informational tags applicable to class members. */
33
33
  export declare enum MemberTags {
34
+ Abstract = "abstract",
34
35
  Static = "static",
35
36
  Readonly = "readonly",
36
37
  Protected = "protected",
@@ -54,8 +55,11 @@ export interface DocEntry {
54
55
  export interface ConstantEntry extends DocEntry {
55
56
  type: string;
56
57
  }
58
+ /** Documentation entity for a type alias. */
59
+ export type TypeAliasEntry = ConstantEntry;
57
60
  /** Documentation entity for a TypeScript class. */
58
61
  export interface ClassEntry extends DocEntry {
62
+ isAbstract: boolean;
59
63
  members: MemberEntry[];
60
64
  }
61
65
  /** Documentation entity for a TypeScript interface. */
@@ -96,6 +100,7 @@ export interface PropertyEntry extends MemberEntry {
96
100
  type: string;
97
101
  inputAlias?: string;
98
102
  outputAlias?: string;
103
+ isRequiredInput?: boolean;
99
104
  }
100
105
  /** Sub-entry for a class method. */
101
106
  export type MethodEntry = MemberEntry & FunctionEntry;
@@ -23,4 +23,8 @@ export declare class DocsExtractor {
23
23
  * @param sourceFile The file from which to extract documentable entries.
24
24
  */
25
25
  extractAll(sourceFile: ts.SourceFile): DocEntry[];
26
+ /** Extract the doc entry for a single declaration. */
27
+ private extractDeclaration;
28
+ /** Gets the list of exported declarations for doc extraction. */
29
+ private getExportedDeclarations;
26
30
  }
@@ -0,0 +1,9 @@
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
+ /** Gets whether a symbol's name indicates it is an Angular-private API. */
9
+ export declare function isAngularPrivateName(name: string): boolean;
@@ -13,4 +13,7 @@ export declare class FunctionExtractor {
13
13
  constructor(declaration: ts.FunctionDeclaration | ts.MethodDeclaration | ts.MethodSignature, typeChecker: ts.TypeChecker);
14
14
  extract(): FunctionEntry;
15
15
  private extractAllParams;
16
+ /** Gets all overloads for the function (excluding this extractor's FunctionDeclaration). */
17
+ getOverloads(): ts.FunctionDeclaration[];
18
+ private getSymbol;
16
19
  }
@@ -0,0 +1,18 @@
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 ts from 'typescript';
9
+ import { EntryType } from './entities';
10
+ /** Extract the documentation entry for a type alias. */
11
+ export declare function extractTypeAlias(declaration: ts.TypeAliasDeclaration): {
12
+ name: string;
13
+ type: string;
14
+ entryType: EntryType;
15
+ rawComment: string;
16
+ description: string;
17
+ jsdocTags: import("./entities").JsDocTagEntry[];
18
+ };
@@ -124,18 +124,22 @@ export declare enum PerfPhase {
124
124
  * Time spent by the Angular Language Service calculating signature help.
125
125
  */
126
126
  LsSignatureHelp = 23,
127
+ /**
128
+ * Time spent by the Angular Language Service calculating outlining spans.
129
+ */
130
+ OutliningSpans = 24,
127
131
  /**
128
132
  * Tracks the number of `PerfPhase`s, and must appear at the end of the list.
129
133
  */
130
- LAST = 24,
134
+ LAST = 25,
131
135
  /**
132
136
  * Time spent by the Angular Language Service calculating code fixes.
133
137
  */
134
- LsCodeFixes = 25,
138
+ LsCodeFixes = 26,
135
139
  /**
136
140
  * Time spent by the Angular Language Service to fix all detected same type errors.
137
141
  */
138
- LsCodeFixesAll = 26
142
+ LsCodeFixesAll = 27
139
143
  }
140
144
  /**
141
145
  * Represents some occurrence during compilation, and is tracked with a counter.
@@ -0,0 +1,10 @@
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 { ErrorCode, ExtendedTemplateDiagnosticName } from '../../../../diagnostics';
9
+ import { TemplateCheckFactory } from '../../api';
10
+ export declare const factory: TemplateCheckFactory<ErrorCode.INTERPOLATED_SIGNAL_NOT_INVOKED, ExtendedTemplateDiagnosticName.INTERPOLATED_SIGNAL_NOT_INVOKED>;
@@ -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
- }