@angular/core 20.0.0-next.8 → 20.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 (70) hide show
  1. package/{api.d-KjtSQajV.d.ts → api.d-CRxC7NlU.d.ts} +28 -43
  2. package/{chrome_dev_tools_performance.d-qv7drdAl.d.ts → chrome_dev_tools_performance.d-B0FzTuRf.d.ts} +7 -1
  3. package/{discovery.d-vJaEafe4.d.ts → discovery.d-CBxzK1ay.d.ts} +30 -6
  4. package/event_dispatcher.d-DlbccpYq.d.ts +1 -1
  5. package/fesm2022/attribute-BWp59EjE.mjs +1 -1
  6. package/fesm2022/core.mjs +80 -166
  7. package/fesm2022/core.mjs.map +1 -1
  8. package/fesm2022/{debug_node-DEfPCixm.mjs → debug_node-3mmnD06K.mjs} +138 -54
  9. package/fesm2022/debug_node-3mmnD06K.mjs.map +1 -0
  10. package/fesm2022/primitives/di.mjs +1 -1
  11. package/fesm2022/primitives/event-dispatch.mjs +2 -2
  12. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  13. package/fesm2022/primitives/signals.mjs +7 -5
  14. package/fesm2022/primitives/signals.mjs.map +1 -1
  15. package/fesm2022/{resource-DhKtse7l.mjs → resource-nrAenwIA.mjs} +31 -76
  16. package/fesm2022/resource-nrAenwIA.mjs.map +1 -0
  17. package/fesm2022/{root_effect_scheduler-BZMWiScf.mjs → root_effect_scheduler-B_EWGyLU.mjs} +20 -12
  18. package/fesm2022/root_effect_scheduler-B_EWGyLU.mjs.map +1 -0
  19. package/fesm2022/rxjs-interop.mjs +16 -11
  20. package/fesm2022/rxjs-interop.mjs.map +1 -1
  21. package/fesm2022/{signal-B6pMq7KS.mjs → signal-ePSl6jXn.mjs} +14 -4
  22. package/fesm2022/{signal-B6pMq7KS.mjs.map → signal-ePSl6jXn.mjs.map} +1 -1
  23. package/fesm2022/testing.mjs +61 -63
  24. package/fesm2022/testing.mjs.map +1 -1
  25. package/fesm2022/{untracked-Bz5WMeU1.mjs → untracked-2ouAFbCz.mjs} +4 -4
  26. package/fesm2022/untracked-2ouAFbCz.mjs.map +1 -0
  27. package/fesm2022/weak_ref-BaIq-pgY.mjs +1 -1
  28. package/graph.d-BcIOep_B.d.ts +1 -1
  29. package/index.d.ts +154 -136
  30. package/package.json +3 -3
  31. package/primitives/di/index.d.ts +1 -1
  32. package/primitives/event-dispatch/index.d.ts +1 -1
  33. package/primitives/signals/index.d.ts +3 -3
  34. package/rxjs-interop/index.d.ts +11 -11
  35. package/schematics/bundles/{apply_import_manager-CaG-_cEq.js → apply_import_manager-Coc7Hewu.js} +3 -3
  36. package/schematics/bundles/{change_tracker-ISzWfEHN.js → change_tracker-CDJPOAni.js} +3 -3
  37. package/schematics/bundles/{checker-DV96LHWz.js → checker-BAl7CJ0l.js} +386 -122
  38. package/schematics/bundles/cleanup-unused-imports.js +6 -6
  39. package/schematics/bundles/{compiler-BEZ6sUQS.js → compiler-BSv6JWRF.js} +58 -65
  40. package/schematics/bundles/compiler_host-CAfDJO3W.js +1 -1
  41. package/schematics/bundles/control-flow-migration.js +2 -2
  42. package/schematics/bundles/document-core.js +6 -6
  43. package/schematics/bundles/imports-CIX-JgAN.js +1 -1
  44. package/schematics/bundles/{index-6wv04ZFQ.js → index-CnKffIJ6.js} +6 -5
  45. package/schematics/bundles/{index-B1R5GL-k.js → index-CxuDmkeg.js} +421 -317
  46. package/schematics/bundles/inject-flags.js +6 -6
  47. package/schematics/bundles/inject-migration.js +4 -4
  48. package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
  49. package/schematics/bundles/{migrate_ts_type_references-Dh9TZgTr.js → migrate_ts_type_references-DE1AlxIs.js} +6 -6
  50. package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
  51. package/schematics/bundles/nodes-B16H9JUd.js +1 -1
  52. package/schematics/bundles/output-migration.js +7 -7
  53. package/schematics/bundles/{project_paths-B-Nevd-p.js → project_paths-Bl-H7Vlb.js} +4 -4
  54. package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
  55. package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
  56. package/schematics/bundles/route-lazy-loading.js +4 -4
  57. package/schematics/bundles/self-closing-tags-migration.js +5 -5
  58. package/schematics/bundles/signal-input-migration.js +8 -8
  59. package/schematics/bundles/signal-queries-migration.js +8 -8
  60. package/schematics/bundles/signals.js +8 -8
  61. package/schematics/bundles/standalone-migration.js +5 -5
  62. package/schematics/bundles/symbol-VPWguRxr.js +1 -1
  63. package/schematics/bundles/test-bed-get.js +5 -5
  64. package/{signal.d-E0e5nW1p.d.ts → signal.d-D6VJ67xi.d.ts} +8 -2
  65. package/testing/index.d.ts +12 -24
  66. package/weak_ref.d-eGOEP9S1.d.ts +1 -1
  67. package/fesm2022/debug_node-DEfPCixm.mjs.map +0 -1
  68. package/fesm2022/resource-DhKtse7l.mjs.map +0 -1
  69. package/fesm2022/root_effect_scheduler-BZMWiScf.mjs.map +0 -1
  70. package/fesm2022/untracked-Bz5WMeU1.mjs.map +0 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.0.0-next.8
3
+ * @license Angular v20.0.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,14 +8,14 @@
8
8
 
9
9
  require('@angular-devkit/core');
10
10
  require('node:path/posix');
11
- var project_paths = require('./project_paths-B-Nevd-p.js');
11
+ var project_paths = require('./project_paths-Bl-H7Vlb.js');
12
12
  var ts = require('typescript');
13
13
  require('os');
14
- var checker = require('./checker-DV96LHWz.js');
15
- require('./compiler-BEZ6sUQS.js');
16
- var index = require('./index-B1R5GL-k.js');
14
+ var checker = require('./checker-BAl7CJ0l.js');
15
+ require('./compiler-BSv6JWRF.js');
16
+ var index = require('./index-CxuDmkeg.js');
17
17
  require('path');
18
- var apply_import_manager = require('./apply_import_manager-CaG-_cEq.js');
18
+ var apply_import_manager = require('./apply_import_manager-Coc7Hewu.js');
19
19
  require('@angular-devkit/schematics');
20
20
  require('./project_tsconfig_paths-CDVxT6Ov.js');
21
21
  require('fs');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.0.0-next.8
3
+ * @license Angular v20.0.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -405,7 +405,7 @@ class SelectorlessMatcher {
405
405
  this.registry = registry;
406
406
  }
407
407
  match(name) {
408
- return this.registry.get(name) ?? null;
408
+ return this.registry.has(name) ? this.registry.get(name) : [];
409
409
  }
410
410
  }
411
411
 
@@ -3065,28 +3065,26 @@ function stringify(token) {
3065
3065
  return token;
3066
3066
  }
3067
3067
  if (Array.isArray(token)) {
3068
- return '[' + token.map(stringify).join(', ') + ']';
3068
+ return `[${token.map(stringify).join(', ')}]`;
3069
3069
  }
3070
3070
  if (token == null) {
3071
3071
  return '' + token;
3072
3072
  }
3073
- if (token.overriddenName) {
3074
- return `${token.overriddenName}`;
3075
- }
3076
- if (token.name) {
3077
- return `${token.name}`;
3073
+ const name = token.overriddenName || token.name;
3074
+ if (name) {
3075
+ return `${name}`;
3078
3076
  }
3079
3077
  if (!token.toString) {
3080
3078
  return 'object';
3081
3079
  }
3082
3080
  // WARNING: do not try to `JSON.stringify(token)` here
3083
3081
  // see https://github.com/angular/angular/issues/23440
3084
- const res = token.toString();
3085
- if (res == null) {
3086
- return '' + res;
3082
+ const result = token.toString();
3083
+ if (result == null) {
3084
+ return '' + result;
3087
3085
  }
3088
- const newLineIndex = res.indexOf('\n');
3089
- return newLineIndex === -1 ? res : res.substring(0, newLineIndex);
3086
+ const newLineIndex = result.indexOf('\n');
3087
+ return newLineIndex >= 0 ? result.slice(0, newLineIndex) : result;
3090
3088
  }
3091
3089
  class Version {
3092
3090
  full;
@@ -26304,6 +26302,7 @@ function ingestNodes(unit, template) {
26304
26302
  else if (node instanceof LetDeclaration$1) {
26305
26303
  ingestLetDeclaration(unit, node);
26306
26304
  }
26305
+ else if (node instanceof Component$1) ;
26307
26306
  else {
26308
26307
  throw new Error(`Unsupported template node: ${node.constructor.name}`);
26309
26308
  }
@@ -30284,6 +30283,7 @@ class R3TargetBinder {
30284
30283
  }
30285
30284
  const directives = new Map();
30286
30285
  const eagerDirectives = [];
30286
+ const missingDirectives = new Set();
30287
30287
  const bindings = new Map();
30288
30288
  const references = new Map();
30289
30289
  const scopedNodeEntities = new Map();
@@ -30304,7 +30304,9 @@ class R3TargetBinder {
30304
30304
  // - bindings: Map of inputs, outputs, and attributes to the directive/element that claims
30305
30305
  // them. TODO(alxhub): handle multiple directives claiming an input/output/etc.
30306
30306
  // - references: Map of #references to their targets.
30307
- DirectiveBinder.apply(target.template, this.directiveMatcher, directives, eagerDirectives, bindings, references);
30307
+ if (this.directiveMatcher !== null) {
30308
+ DirectiveBinder.apply(target.template, this.directiveMatcher, directives, eagerDirectives, missingDirectives, bindings, references);
30309
+ }
30308
30310
  // Finally, run the TemplateBinder to bind references, variables, and other entities within the
30309
30311
  // template. This extracts all the metadata that doesn't depend on directive matching.
30310
30312
  TemplateBinder.applyWithScope(target.template, scope, expressions, symbols, nestingLevel, usedPipes, eagerPipes, deferBlocks);
@@ -30314,7 +30316,7 @@ class R3TargetBinder {
30314
30316
  if (target.host) {
30315
30317
  TemplateBinder.applyWithScope(target.host, Scope.apply(target.host), expressions, symbols, nestingLevel, usedPipes, eagerPipes, deferBlocks);
30316
30318
  }
30317
- return new R3BoundTarget(target, directives, eagerDirectives, bindings, references, expressions, symbols, nestingLevel, scopedNodeEntities, usedPipes, eagerPipes, deferBlocks);
30319
+ return new R3BoundTarget(target, directives, eagerDirectives, missingDirectives, bindings, references, expressions, symbols, nestingLevel, scopedNodeEntities, usedPipes, eagerPipes, deferBlocks);
30318
30320
  }
30319
30321
  }
30320
30322
  /**
@@ -30526,14 +30528,16 @@ class DirectiveBinder {
30526
30528
  directiveMatcher;
30527
30529
  directives;
30528
30530
  eagerDirectives;
30531
+ missingDirectives;
30529
30532
  bindings;
30530
30533
  references;
30531
30534
  // Indicates whether we are visiting elements within a `defer` block
30532
30535
  isInDeferBlock = false;
30533
- constructor(directiveMatcher, directives, eagerDirectives, bindings, references) {
30536
+ constructor(directiveMatcher, directives, eagerDirectives, missingDirectives, bindings, references) {
30534
30537
  this.directiveMatcher = directiveMatcher;
30535
30538
  this.directives = directives;
30536
30539
  this.eagerDirectives = eagerDirectives;
30540
+ this.missingDirectives = missingDirectives;
30537
30541
  this.bindings = bindings;
30538
30542
  this.references = references;
30539
30543
  }
@@ -30549,8 +30553,8 @@ class DirectiveBinder {
30549
30553
  * map which resolves #references (`Reference`s) within the template to the named directive or
30550
30554
  * template node.
30551
30555
  */
30552
- static apply(template, directiveMatcher, directives, eagerDirectives, bindings, references) {
30553
- const matcher = new DirectiveBinder(directiveMatcher, directives, eagerDirectives, bindings, references);
30556
+ static apply(template, directiveMatcher, directives, eagerDirectives, missingDirectives, bindings, references) {
30557
+ const matcher = new DirectiveBinder(directiveMatcher, directives, eagerDirectives, missingDirectives, bindings, references);
30554
30558
  matcher.ingest(template);
30555
30559
  }
30556
30560
  ingest(template) {
@@ -30606,55 +30610,36 @@ class DirectiveBinder {
30606
30610
  content.children.forEach((child) => child.visit(this));
30607
30611
  }
30608
30612
  visitComponent(node) {
30609
- const directives = [];
30610
- let componentMetas = null;
30611
30613
  if (this.directiveMatcher instanceof SelectorlessMatcher) {
30612
- componentMetas = this.directiveMatcher.match(node.componentName);
30613
- if (componentMetas !== null) {
30614
- directives.push(...componentMetas);
30614
+ const componentMatches = this.directiveMatcher.match(node.componentName);
30615
+ if (componentMatches.length > 0) {
30616
+ this.trackSelectorlessMatchesAndDirectives(node, componentMatches);
30615
30617
  }
30616
- for (const directive of node.directives) {
30617
- const directiveMetas = this.directiveMatcher.match(directive.name);
30618
- if (directiveMetas !== null) {
30619
- directives.push(...directiveMetas);
30620
- }
30618
+ else {
30619
+ this.missingDirectives.add(node.componentName);
30621
30620
  }
30622
30621
  }
30623
- this.trackMatchedDirectives(node, directives);
30624
- if (componentMetas !== null) {
30625
- this.trackSelectorlessBindings(node, componentMetas);
30626
- }
30627
30622
  node.directives.forEach((directive) => directive.visit(this));
30628
30623
  node.children.forEach((child) => child.visit(this));
30629
30624
  }
30630
30625
  visitDirective(node) {
30631
- const directives = this.directiveMatcher instanceof SelectorlessMatcher
30632
- ? this.directiveMatcher.match(node.name)
30633
- : null;
30634
- if (directives !== null) {
30635
- this.trackSelectorlessBindings(node, directives);
30626
+ if (this.directiveMatcher instanceof SelectorlessMatcher) {
30627
+ const directives = this.directiveMatcher.match(node.name);
30628
+ if (directives.length > 0) {
30629
+ this.trackSelectorlessMatchesAndDirectives(node, directives);
30630
+ }
30631
+ else {
30632
+ this.missingDirectives.add(node.name);
30633
+ }
30636
30634
  }
30637
30635
  }
30638
30636
  visitElementOrTemplate(node) {
30639
- const directives = [];
30640
30637
  if (this.directiveMatcher instanceof SelectorMatcher) {
30641
- // First, determine the HTML shape of the node for the purpose of directive matching.
30642
- // Do this by building up a `CssSelector` for the node.
30638
+ const directives = [];
30643
30639
  const cssSelector = createCssSelectorFromNode(node);
30644
- this.directiveMatcher.match(cssSelector, (_selector, results) => {
30645
- directives.push(...results);
30646
- });
30647
- this.trackSelectorMatchedBindings(node, directives);
30648
- }
30649
- else {
30650
- for (const directive of node.directives) {
30651
- const matchedDirectives = this.directiveMatcher.match(directive.name);
30652
- if (matchedDirectives !== null) {
30653
- directives.push(...matchedDirectives);
30654
- }
30655
- }
30640
+ this.directiveMatcher.match(cssSelector, (_, results) => directives.push(...results));
30641
+ this.trackSelectorBasedBindingsAndDirectives(node, directives);
30656
30642
  }
30657
- this.trackMatchedDirectives(node, directives);
30658
30643
  node.directives.forEach((directive) => directive.visit(this));
30659
30644
  node.children.forEach((child) => child.visit(this));
30660
30645
  }
@@ -30666,25 +30651,28 @@ class DirectiveBinder {
30666
30651
  }
30667
30652
  }
30668
30653
  }
30669
- trackSelectorlessBindings(node, metas) {
30654
+ trackSelectorlessMatchesAndDirectives(node, directives) {
30655
+ if (directives.length === 0) {
30656
+ return;
30657
+ }
30658
+ this.trackMatchedDirectives(node, directives);
30670
30659
  const setBinding = (meta, attribute, ioType) => {
30671
30660
  if (meta[ioType].hasBindingPropertyName(attribute.name)) {
30672
30661
  this.bindings.set(attribute, meta);
30673
30662
  }
30674
30663
  };
30675
- for (const meta of metas) {
30676
- node.inputs.forEach((input) => setBinding(meta, input, 'inputs'));
30677
- node.attributes.forEach((attr) => setBinding(meta, attr, 'inputs'));
30678
- node.outputs.forEach((output) => setBinding(meta, output, 'outputs'));
30664
+ for (const directive of directives) {
30665
+ node.inputs.forEach((input) => setBinding(directive, input, 'inputs'));
30666
+ node.attributes.forEach((attr) => setBinding(directive, attr, 'inputs'));
30667
+ node.outputs.forEach((output) => setBinding(directive, output, 'outputs'));
30679
30668
  }
30680
30669
  // TODO(crisbeto): currently it's unclear how references should behave under selectorless,
30681
30670
  // given that there's one named class which can bring in multiple host directives.
30682
30671
  // For the time being only register the first directive as the reference target.
30683
- if (metas.length > 0) {
30684
- node.references.forEach((ref) => this.references.set(ref, { directive: metas[0], node: node }));
30685
- }
30672
+ node.references.forEach((ref) => this.references.set(ref, { directive: directives[0], node: node }));
30686
30673
  }
30687
- trackSelectorMatchedBindings(node, directives) {
30674
+ trackSelectorBasedBindingsAndDirectives(node, directives) {
30675
+ this.trackMatchedDirectives(node, directives);
30688
30676
  // Resolve any references that are created on this node.
30689
30677
  node.references.forEach((ref) => {
30690
30678
  let dirTarget = null;
@@ -31018,6 +31006,7 @@ class R3BoundTarget {
31018
31006
  target;
31019
31007
  directives;
31020
31008
  eagerDirectives;
31009
+ missingDirectives;
31021
31010
  bindings;
31022
31011
  references;
31023
31012
  exprTargets;
@@ -31030,10 +31019,11 @@ class R3BoundTarget {
31030
31019
  deferredBlocks;
31031
31020
  /** Map of deferred blocks to their scope. */
31032
31021
  deferredScopes;
31033
- constructor(target, directives, eagerDirectives, bindings, references, exprTargets, symbols, nestingLevel, scopedNodeEntities, usedPipes, eagerPipes, rawDeferred) {
31022
+ constructor(target, directives, eagerDirectives, missingDirectives, bindings, references, exprTargets, symbols, nestingLevel, scopedNodeEntities, usedPipes, eagerPipes, rawDeferred) {
31034
31023
  this.target = target;
31035
31024
  this.directives = directives;
31036
31025
  this.eagerDirectives = eagerDirectives;
31026
+ this.missingDirectives = missingDirectives;
31037
31027
  this.bindings = bindings;
31038
31028
  this.references = references;
31039
31029
  this.exprTargets = exprTargets;
@@ -31149,6 +31139,9 @@ class R3BoundTarget {
31149
31139
  }
31150
31140
  return false;
31151
31141
  }
31142
+ referencedDirectiveExists(name) {
31143
+ return !this.missingDirectives.has(name);
31144
+ }
31152
31145
  /**
31153
31146
  * Finds an entity with a specific name in a scope.
31154
31147
  * @param rootNode Root node of the scope.
@@ -31653,7 +31646,7 @@ function parseJitTemplate(template, typeName, sourceMapUrl, preserveWhitespaces,
31653
31646
  const errors = parsed.errors.map((err) => err.toString()).join(', ');
31654
31647
  throw new Error(`Errors during JIT compilation of template for ${typeName}: ${errors}`);
31655
31648
  }
31656
- const binder = new R3TargetBinder(new SelectorMatcher());
31649
+ const binder = new R3TargetBinder(null);
31657
31650
  const boundTarget = binder.bind({ template: parsed.nodes });
31658
31651
  return {
31659
31652
  template: parsed,
@@ -32371,7 +32364,7 @@ var FactoryTarget;
32371
32364
  * @description
32372
32365
  * Entry point for all public APIs of the compiler package.
32373
32366
  */
32374
- new Version('20.0.0-next.8');
32367
+ new Version('20.0.0-rc.0');
32375
32368
 
32376
32369
  //////////////////////////////////////
32377
32370
  // THIS FILE HAS GLOBAL SIDE EFFECT //
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.0.0-next.8
3
+ * @license Angular v20.0.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.0.0-next.8
3
+ * @license Angular v20.0.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -9,7 +9,7 @@
9
9
  var schematics = require('@angular-devkit/schematics');
10
10
  var p = require('path');
11
11
  var compiler_host = require('./compiler_host-CAfDJO3W.js');
12
- var compiler = require('./compiler-BEZ6sUQS.js');
12
+ var compiler = require('./compiler-BSv6JWRF.js');
13
13
  var ts = require('typescript');
14
14
  var project_tsconfig_paths = require('./project_tsconfig_paths-CDVxT6Ov.js');
15
15
  require('@angular-devkit/core');
@@ -1,19 +1,19 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.0.0-next.8
3
+ * @license Angular v20.0.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- require('./compiler-BEZ6sUQS.js');
9
+ require('./compiler-BSv6JWRF.js');
10
10
  require('typescript');
11
- var checker = require('./checker-DV96LHWz.js');
11
+ var checker = require('./checker-BAl7CJ0l.js');
12
12
  require('os');
13
- var apply_import_manager = require('./apply_import_manager-CaG-_cEq.js');
14
- require('./index-B1R5GL-k.js');
13
+ var apply_import_manager = require('./apply_import_manager-Coc7Hewu.js');
14
+ require('./index-CxuDmkeg.js');
15
15
  require('path');
16
- var project_paths = require('./project_paths-B-Nevd-p.js');
16
+ var project_paths = require('./project_paths-Bl-H7Vlb.js');
17
17
  var imports = require('./imports-CIX-JgAN.js');
18
18
  require('@angular-devkit/core');
19
19
  require('node:path/posix');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.0.0-next.8
3
+ * @license Angular v20.0.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.0.0-next.8
3
+ * @license Angular v20.0.0-rc.0
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -8,11 +8,11 @@
8
8
 
9
9
  var ts = require('typescript');
10
10
  require('os');
11
- var checker = require('./checker-DV96LHWz.js');
12
- var compiler = require('./compiler-BEZ6sUQS.js');
13
- var index = require('./index-B1R5GL-k.js');
11
+ var checker = require('./checker-BAl7CJ0l.js');
12
+ var compiler = require('./compiler-BSv6JWRF.js');
13
+ var index = require('./index-CxuDmkeg.js');
14
14
  require('path');
15
- var project_paths = require('./project_paths-B-Nevd-p.js');
15
+ var project_paths = require('./project_paths-Bl-H7Vlb.js');
16
16
 
17
17
  function getMemberName(member) {
18
18
  if (member.name === undefined) {
@@ -745,6 +745,7 @@ function extractTemplateWithoutCompilerAnalysis(node, checker$1, reflector, reso
745
745
  usePoisonedData: true,
746
746
  enableI18nLegacyMessageIdFormat: options.enableI18nLegacyMessageIdFormat !== false,
747
747
  i18nNormalizeLineEndingsInICUs: options.i18nNormalizeLineEndingsInICUs === true,
748
+ enableSelectorless: false,
748
749
  }, checker.CompilationMode.FULL).nodes;
749
750
  }
750
751