@angular/compiler-cli 17.0.0-next.7 → 17.0.0-rc.0

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-W3AMRN7J.js → chunk-225M55ER.js} +2 -2
  2. package/bundles/{chunk-HJOPJLIM.js → chunk-3IBJEGH3.js} +5 -4
  3. package/bundles/chunk-3IBJEGH3.js.map +6 -0
  4. package/bundles/{chunk-C4TR4DIO.js → chunk-7BZJ2Z2V.js} +2 -2
  5. package/bundles/{chunk-PYIYPY3X.js → chunk-GTB2POO5.js} +3 -3
  6. package/bundles/{chunk-I3FLXBLP.js → chunk-LPMZPYYV.js} +109 -74
  7. package/bundles/chunk-LPMZPYYV.js.map +6 -0
  8. package/bundles/{chunk-PBDWVP2J.js → chunk-Q5XOEMMF.js} +610 -454
  9. package/bundles/chunk-Q5XOEMMF.js.map +6 -0
  10. package/bundles/{chunk-PAPUMJUA.js → chunk-RAK4OYZY.js} +3 -1
  11. package/bundles/{chunk-PAPUMJUA.js.map → chunk-RAK4OYZY.js.map} +1 -1
  12. package/bundles/{chunk-3NXCUQ44.js → chunk-YR36R26L.js} +2 -2
  13. package/bundles/index.js +7 -7
  14. package/bundles/linker/babel/index.js +3 -3
  15. package/bundles/linker/index.js +3 -3
  16. package/bundles/private/bazel.js +1 -1
  17. package/bundles/private/migrations.js +4 -4
  18. package/bundles/private/tooling.js +2 -2
  19. package/bundles/src/bin/ng_xi18n.js +6 -6
  20. package/bundles/src/bin/ngc.js +6 -6
  21. package/bundles_metadata.json +1 -1
  22. package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
  23. package/package.json +3 -3
  24. package/src/ngtsc/annotations/common/index.d.ts +1 -0
  25. package/src/ngtsc/annotations/common/src/debug_info.d.ts +10 -0
  26. package/src/ngtsc/annotations/common/src/util.d.ts +1 -1
  27. package/src/ngtsc/annotations/component/src/handler.d.ts +2 -1
  28. package/src/ngtsc/annotations/component/src/metadata.d.ts +2 -1
  29. package/src/ngtsc/core/api/src/public_options.d.ts +8 -0
  30. package/src/ngtsc/diagnostics/src/error_code.d.ts +9 -0
  31. package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
  32. package/src/ngtsc/docs/src/entities.d.ts +14 -0
  33. package/src/ngtsc/docs/src/extractor.d.ts +4 -0
  34. package/src/ngtsc/docs/src/filters.d.ts +9 -0
  35. package/src/ngtsc/docs/src/function_extractor.d.ts +6 -2
  36. package/src/ngtsc/docs/src/generics_extractor.d.ts +15 -0
  37. package/src/ngtsc/docs/src/type_alias_extractor.d.ts +18 -0
  38. package/src/ngtsc/perf/src/api.d.ts +7 -3
  39. package/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.d.ts +10 -0
  40. package/bundles/chunk-HJOPJLIM.js.map +0 -6
  41. package/bundles/chunk-I3FLXBLP.js.map +0 -6
  42. package/bundles/chunk-PBDWVP2J.js.map +0 -6
  43. /package/bundles/{chunk-W3AMRN7J.js.map → chunk-225M55ER.js.map} +0 -0
  44. /package/bundles/{chunk-C4TR4DIO.js.map → chunk-7BZJ2Z2V.js.map} +0 -0
  45. /package/bundles/{chunk-PYIYPY3X.js.map → chunk-GTB2POO5.js.map} +0 -0
  46. /package/bundles/{chunk-3NXCUQ44.js.map → chunk-YR36R26L.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-rc.0";
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-rc.0",
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.2",
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-rc.0",
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",
@@ -38,10 +39,17 @@ export declare enum MemberTags {
38
39
  Input = "input",
39
40
  Output = "output"
40
41
  }
42
+ /** Documentation entity for single JsDoc tag. */
41
43
  export interface JsDocTagEntry {
42
44
  name: string;
43
45
  comment: string;
44
46
  }
47
+ /** Documentation entity for single generic parameter. */
48
+ export interface GenericEntry {
49
+ name: string;
50
+ constraint: string | undefined;
51
+ default: string | undefined;
52
+ }
45
53
  /** Base type for all documentation entities. */
46
54
  export interface DocEntry {
47
55
  entryType: EntryType;
@@ -54,9 +62,13 @@ export interface DocEntry {
54
62
  export interface ConstantEntry extends DocEntry {
55
63
  type: string;
56
64
  }
65
+ /** Documentation entity for a type alias. */
66
+ export type TypeAliasEntry = ConstantEntry;
57
67
  /** Documentation entity for a TypeScript class. */
58
68
  export interface ClassEntry extends DocEntry {
69
+ isAbstract: boolean;
59
70
  members: MemberEntry[];
71
+ generics: GenericEntry[];
60
72
  }
61
73
  /** Documentation entity for a TypeScript interface. */
62
74
  export type InterfaceEntry = ClassEntry;
@@ -77,6 +89,7 @@ export interface PipeEntry extends ClassEntry {
77
89
  export interface FunctionEntry extends DocEntry {
78
90
  params: ParameterEntry[];
79
91
  returnType: string;
92
+ generics: GenericEntry[];
80
93
  }
81
94
  /** Sub-entry for a single class or enum member. */
82
95
  export interface MemberEntry {
@@ -96,6 +109,7 @@ export interface PropertyEntry extends MemberEntry {
96
109
  type: string;
97
110
  inputAlias?: string;
98
111
  outputAlias?: string;
112
+ isRequiredInput?: boolean;
99
113
  }
100
114
  /** Sub-entry for a class method. */
101
115
  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;
@@ -5,12 +5,16 @@
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 { FunctionEntry } from '@angular/compiler-cli/src/ngtsc/docs/src/entities';
9
8
  import ts from 'typescript';
9
+ import { FunctionEntry } from './entities';
10
+ export type FunctionLike = ts.FunctionDeclaration | ts.MethodDeclaration | ts.MethodSignature;
10
11
  export declare class FunctionExtractor {
11
12
  private declaration;
12
13
  private typeChecker;
13
- constructor(declaration: ts.FunctionDeclaration | ts.MethodDeclaration | ts.MethodSignature, typeChecker: ts.TypeChecker);
14
+ constructor(declaration: FunctionLike, typeChecker: ts.TypeChecker);
14
15
  extract(): FunctionEntry;
15
16
  private extractAllParams;
17
+ /** Gets all overloads for the function (excluding this extractor's FunctionDeclaration). */
18
+ getOverloads(): ts.FunctionDeclaration[];
19
+ private getSymbol;
16
20
  }
@@ -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 ts from 'typescript';
9
+ import { GenericEntry } from './entities';
10
+ type DeclarationWithTypeParams = {
11
+ typeParameters?: ts.NodeArray<ts.TypeParameterDeclaration> | undefined;
12
+ };
13
+ /** Gets a list of all the generic type parameters for a declaration. */
14
+ export declare function extractGenerics(declaration: DeclarationWithTypeParams): GenericEntry[];
15
+ export {};
@@ -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
- }