@angular/core 20.3.10 → 20.3.11

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 (71) hide show
  1. package/README.md +1 -2
  2. package/api.d.d.ts +1 -1
  3. package/chrome_dev_tools_performance.d.d.ts +1 -1
  4. package/discovery.d.d.ts +3 -3
  5. package/effect.d.d.ts +1 -1
  6. package/event_dispatcher.d.d.ts +1 -1
  7. package/fesm2022/attribute.mjs +1 -1
  8. package/fesm2022/attribute.mjs.map +1 -1
  9. package/fesm2022/core.mjs +1 -1
  10. package/fesm2022/core.mjs.map +1 -1
  11. package/fesm2022/debug_node.mjs +52 -17
  12. package/fesm2022/debug_node.mjs.map +1 -1
  13. package/fesm2022/effect.mjs +1 -1
  14. package/fesm2022/effect.mjs.map +1 -1
  15. package/fesm2022/not_found.mjs +1 -1
  16. package/fesm2022/not_found.mjs.map +1 -1
  17. package/fesm2022/primitives/di.mjs +1 -1
  18. package/fesm2022/primitives/di.mjs.map +1 -1
  19. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  20. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  21. package/fesm2022/primitives/signals.mjs +1 -1
  22. package/fesm2022/primitives/signals.mjs.map +1 -1
  23. package/fesm2022/resource.mjs +1 -1
  24. package/fesm2022/resource.mjs.map +1 -1
  25. package/fesm2022/root_effect_scheduler.mjs +2 -2
  26. package/fesm2022/root_effect_scheduler.mjs.map +1 -1
  27. package/fesm2022/rxjs-interop.mjs +1 -1
  28. package/fesm2022/rxjs-interop.mjs.map +1 -1
  29. package/fesm2022/signal.mjs +1 -1
  30. package/fesm2022/signal.mjs.map +1 -1
  31. package/fesm2022/testing.mjs +1 -1
  32. package/fesm2022/testing.mjs.map +1 -1
  33. package/fesm2022/weak_ref.mjs +1 -1
  34. package/fesm2022/weak_ref.mjs.map +1 -1
  35. package/formatter.d.d.ts +2 -2
  36. package/index.d.ts +1 -1
  37. package/package.json +2 -2
  38. package/primitives/di/index.d.ts +1 -1
  39. package/primitives/event-dispatch/index.d.ts +1 -1
  40. package/primitives/signals/index.d.ts +6 -5
  41. package/rxjs-interop/index.d.ts +1 -1
  42. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
  43. package/schematics/bundles/{apply_import_manager-D4J7SXHI.cjs → apply_import_manager-CPOYeJ7t.cjs} +3 -3
  44. package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
  45. package/schematics/bundles/{compiler_host-C306_97v.cjs → compiler_host-BGZcziuy.cjs} +2 -2
  46. package/schematics/bundles/control-flow-migration.cjs +3 -3
  47. package/schematics/bundles/document-core.cjs +5 -5
  48. package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
  49. package/schematics/bundles/{index-AeYmwRJL.cjs → index-BXjkzENj.cjs} +12 -12
  50. package/schematics/bundles/{index-u3tqvIQa.cjs → index-BmMfRg5d.cjs} +4 -4
  51. package/schematics/bundles/inject-flags.cjs +5 -5
  52. package/schematics/bundles/inject-migration.cjs +3 -3
  53. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  54. package/schematics/bundles/{migrate_ts_type_references-D0f8FXVW.cjs → migrate_ts_type_references-7eTqUKA-.cjs} +5 -5
  55. package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
  56. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  57. package/schematics/bundles/output-migration.cjs +6 -6
  58. package/schematics/bundles/{project_paths-CMd3bdgw.cjs → project_paths-Dr30Du8j.cjs} +3 -3
  59. package/schematics/bundles/{project_tsconfig_paths-CopGppNj.cjs → project_tsconfig_paths-CaweCOep.cjs} +77 -47
  60. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  61. package/schematics/bundles/route-lazy-loading.cjs +3 -3
  62. package/schematics/bundles/router-current-navigation.cjs +4 -4
  63. package/schematics/bundles/self-closing-tags-migration.cjs +4 -4
  64. package/schematics/bundles/signal-input-migration.cjs +7 -7
  65. package/schematics/bundles/signal-queries-migration.cjs +7 -7
  66. package/schematics/bundles/signals.cjs +7 -7
  67. package/schematics/bundles/standalone-migration.cjs +4 -4
  68. package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
  69. package/schematics/bundles/test-bed-get.cjs +4 -4
  70. package/testing/index.d.ts +1 -1
  71. package/weak_ref.d.d.ts +1 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.10
3
+ * @license Angular v20.3.11
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -7681,11 +7681,13 @@ class ShadowCss {
7681
7681
  return cssText.replace(_cssColonHostRe, (_, hostSelectors, otherSelectors) => {
7682
7682
  if (hostSelectors) {
7683
7683
  const convertedSelectors = [];
7684
- const hostSelectorArray = hostSelectors.split(',').map((p) => p.trim());
7685
- for (const hostSelector of hostSelectorArray) {
7686
- if (!hostSelector)
7684
+ for (const hostSelector of this._splitOnTopLevelCommas(hostSelectors)) {
7685
+ const trimmedHostSelector = hostSelector.trim();
7686
+ if (!trimmedHostSelector)
7687
7687
  break;
7688
- const convertedSelector = _polyfillHostNoCombinator + hostSelector.replace(_polyfillHost, '') + otherSelectors;
7688
+ const convertedSelector = _polyfillHostNoCombinator +
7689
+ trimmedHostSelector.replace(_polyfillHost, '') +
7690
+ otherSelectors;
7689
7691
  convertedSelectors.push(convertedSelector);
7690
7692
  }
7691
7693
  return convertedSelectors.join(',');
@@ -7695,6 +7697,38 @@ class ShadowCss {
7695
7697
  }
7696
7698
  });
7697
7699
  }
7700
+ /**
7701
+ * Generator function that splits a string on top-level commas (commas that are not inside parentheses).
7702
+ * Yields each part of the string between top-level commas. Terminates if an extra closing paren is found.
7703
+ *
7704
+ * @param text The string to split
7705
+ */
7706
+ *_splitOnTopLevelCommas(text) {
7707
+ const length = text.length;
7708
+ let parens = 0;
7709
+ let prev = 0;
7710
+ for (let i = 0; i < length; i++) {
7711
+ const charCode = text.charCodeAt(i);
7712
+ if (charCode === $LPAREN) {
7713
+ parens++;
7714
+ }
7715
+ else if (charCode === $RPAREN) {
7716
+ parens--;
7717
+ if (parens < 0) {
7718
+ // Found an extra closing paren. Assume we want the list terminated here
7719
+ yield text.slice(prev, i);
7720
+ return;
7721
+ }
7722
+ }
7723
+ else if (charCode === $COMMA && parens === 0) {
7724
+ // Found a top-level comma, yield the current chunk
7725
+ yield text.slice(prev, i);
7726
+ prev = i + 1;
7727
+ }
7728
+ }
7729
+ // Yield the final chunk
7730
+ yield text.slice(prev);
7731
+ }
7698
7732
  /*
7699
7733
  * convert a rule like :host-context(.foo) > .bar { }
7700
7734
  *
@@ -7711,34 +7745,14 @@ class ShadowCss {
7711
7745
  * .foo<scopeName> .bar { ... }
7712
7746
  */
7713
7747
  _convertColonHostContext(cssText) {
7714
- const length = cssText.length;
7715
- let parens = 0;
7716
- let prev = 0;
7717
- let result = '';
7718
7748
  // Splits up the selectors on their top-level commas, processes the :host-context in them
7719
7749
  // individually and stitches them back together. This ensures that individual selectors don't
7720
7750
  // affect each other.
7721
- for (let i = 0; i < length; i++) {
7722
- const char = cssText[i];
7723
- // If we hit a comma and there are no open parentheses, take the current chunk and process it.
7724
- if (char === ',' && parens === 0) {
7725
- result += this._convertColonHostContextInSelectorPart(cssText.slice(prev, i)) + ',';
7726
- prev = i + 1;
7727
- continue;
7728
- }
7729
- // We've hit the end. Take everything since the last comma.
7730
- if (i === length - 1) {
7731
- result += this._convertColonHostContextInSelectorPart(cssText.slice(prev));
7732
- break;
7733
- }
7734
- if (char === '(') {
7735
- parens++;
7736
- }
7737
- else if (char === ')') {
7738
- parens--;
7739
- }
7751
+ const results = [];
7752
+ for (const part of this._splitOnTopLevelCommas(cssText)) {
7753
+ results.push(this._convertColonHostContextInSelectorPart(part));
7740
7754
  }
7741
- return result;
7755
+ return results.join(',');
7742
7756
  }
7743
7757
  _convertColonHostContextInSelectorPart(cssText) {
7744
7758
  return cssText.replace(_cssColonHostContextReGlobal, (selectorText, pseudoPrefix) => {
@@ -7750,17 +7764,26 @@ class ShadowCss {
7750
7764
  const contextSelectorGroups = [[]];
7751
7765
  // There may be more than `:host-context` in this selector so `selectorText` could look like:
7752
7766
  // `:host-context(.one):host-context(.two)`.
7753
- // Execute `_cssColonHostContextRe` over and over until we have extracted all the
7754
- // `:host-context` selectors from this selector.
7755
- let match;
7756
- while ((match = _cssColonHostContextRe.exec(selectorText))) {
7757
- // `match` = [':host-context(<selectors>)<rest>', <selectors>, <rest>]
7758
- // The `<selectors>` could actually be a comma separated list: `:host-context(.one, .two)`.
7759
- const newContextSelectors = (match[1] ?? '')
7760
- .trim()
7761
- .split(',')
7762
- .map((m) => m.trim())
7763
- .filter((m) => m !== '');
7767
+ // Loop until every :host-context in the compound selector has been processed.
7768
+ let startIndex = selectorText.indexOf(_polyfillHostContext);
7769
+ while (startIndex !== -1) {
7770
+ const afterPrefix = selectorText.substring(startIndex + _polyfillHostContext.length);
7771
+ if (!afterPrefix || afterPrefix[0] !== '(') {
7772
+ // Edge case of :host-context with no parens (e.g. `:host-context .inner`)
7773
+ selectorText = afterPrefix;
7774
+ startIndex = selectorText.indexOf(_polyfillHostContext);
7775
+ continue;
7776
+ }
7777
+ // Extract comma-separated selectors between the parentheses
7778
+ const newContextSelectors = [];
7779
+ let endIndex = 0; // Index of the closing paren of the :host-context()
7780
+ for (const selector of this._splitOnTopLevelCommas(afterPrefix.substring(1))) {
7781
+ endIndex = endIndex + selector.length + 1;
7782
+ const trimmed = selector.trim();
7783
+ if (trimmed) {
7784
+ newContextSelectors.push(trimmed);
7785
+ }
7786
+ }
7764
7787
  // We must duplicate the current selector group for each of these new selectors.
7765
7788
  // For example if the current groups are:
7766
7789
  // ```
@@ -7787,7 +7810,8 @@ class ShadowCss {
7787
7810
  }
7788
7811
  }
7789
7812
  // Update the `selectorText` and see repeat to see if there are more `:host-context`s.
7790
- selectorText = match[2];
7813
+ selectorText = afterPrefix.substring(endIndex + 1);
7814
+ startIndex = selectorText.indexOf(_polyfillHostContext);
7791
7815
  }
7792
7816
  // The context selectors now must be combined with each other to capture all the possible
7793
7817
  // selectors that `:host-context` can match. See `_combineHostContextSelectors()` for more
@@ -8094,9 +8118,9 @@ class SafeSelector {
8094
8118
  });
8095
8119
  // Replaces the expression in `:nth-child(2n + 1)` with a placeholder.
8096
8120
  // WS and "+" would otherwise be interpreted as selector separators.
8097
- this._content = selector.replace(/(:nth-[-\w]+)(\([^)]+\))/g, (_, pseudo, exp) => {
8121
+ this._content = selector.replace(nthRegex, (_, pseudo, exp) => {
8098
8122
  const replaceBy = `__ph-${this.index}__`;
8099
- this.placeholders.push(exp);
8123
+ this.placeholders.push(`(${exp})`);
8100
8124
  this.index++;
8101
8125
  return pseudo + replaceBy;
8102
8126
  });
@@ -8128,13 +8152,19 @@ const _cssContentUnscopedRuleRe = /(polyfill-unscoped-rule)[^}]*(content:[\s]*([
8128
8152
  const _polyfillHost = '-shadowcsshost';
8129
8153
  // note: :host-context pre-processed to -shadowcsshostcontext.
8130
8154
  const _polyfillHostContext = '-shadowcsscontext';
8131
- const _parenSuffix = '(?:\\((' + '(?:\\([^)(]*\\)|[^)(]*)+?' + ')\\))';
8155
+ // Matches text content with no parentheses, e.g., "foo"
8156
+ const _noParens = '[^)(]*';
8157
+ // Matches content with at most ONE level of nesting, e.g., "a(b)c"
8158
+ const _level1Parens = String.raw `(?:\(${_noParens}\)|${_noParens})+?`;
8159
+ // Matches content with at most TWO levels of nesting, e.g., "a(b(c)d)e"
8160
+ const _level2Parens = String.raw `(?:\(${_level1Parens}\)|${_noParens})+?`;
8161
+ const _parenSuffix = String.raw `(?:\((${_level2Parens})\))`;
8162
+ const nthRegex = new RegExp(String.raw `(:nth-[-\w]+)` + _parenSuffix, 'g');
8132
8163
  const _cssColonHostRe = new RegExp(_polyfillHost + _parenSuffix + '?([^,{]*)', 'gim');
8133
8164
  // note: :host-context patterns are terminated with `{`, as opposed to :host which
8134
8165
  // is both `{` and `,` because :host-context handles top-level commas differently.
8135
8166
  const _hostContextPattern = _polyfillHostContext + _parenSuffix + '?([^{]*)';
8136
8167
  const _cssColonHostContextReGlobal = new RegExp(`${_cssScopedPseudoFunctionPrefix}(${_hostContextPattern})`, 'gim');
8137
- const _cssColonHostContextRe = new RegExp(_hostContextPattern, 'im');
8138
8168
  const _polyfillHostNoCombinator = _polyfillHost + '-no-combinator';
8139
8169
  const _polyfillHostNoCombinatorOutsidePseudoFunction = new RegExp(`${_polyfillHostNoCombinator}(?![^(]*\\))`, 'g');
8140
8170
  const _polyfillHostNoCombinatorRe = /-shadowcsshost-no-combinator([^\s,]*)/;
@@ -32792,7 +32822,7 @@ function isAttrNode(ast) {
32792
32822
  * @description
32793
32823
  * Entry point for all public APIs of the compiler package.
32794
32824
  */
32795
- const VERSION = new Version('20.3.10');
32825
+ const VERSION = new Version('20.3.11');
32796
32826
 
32797
32827
  //////////////////////////////////////
32798
32828
  // THIS FILE HAS GLOBAL SIDE EFFECT //
@@ -33854,7 +33884,7 @@ class NodeJSPathManipulation {
33854
33884
  // G3-ESM-MARKER: G3 uses CommonJS, but externally everything in ESM.
33855
33885
  // CommonJS/ESM interop for determining the current file name and containing dir.
33856
33886
  const isCommonJS = typeof __filename !== 'undefined';
33857
- const currentFileUrl = isCommonJS ? null : (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('project_tsconfig_paths-CopGppNj.cjs', document.baseURI).href));
33887
+ const currentFileUrl = isCommonJS ? null : (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('project_tsconfig_paths-CaweCOep.cjs', document.baseURI).href));
33858
33888
  // Note, when this code loads in the browser, `url` may be an empty `{}` due to the Closure shims.
33859
33889
  const currentFileName = isCommonJS
33860
33890
  ? __filename
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.10
3
+ * @license Angular v20.3.11
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.3.10
3
+ * @license Angular v20.3.11
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -9,8 +9,8 @@
9
9
  var schematics = require('@angular-devkit/schematics');
10
10
  var fs = require('fs');
11
11
  var p = require('path');
12
- var compiler_host = require('./compiler_host-C306_97v.cjs');
13
- var project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.cjs');
12
+ var compiler_host = require('./compiler_host-BGZcziuy.cjs');
13
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CaweCOep.cjs');
14
14
  var ts = require('typescript');
15
15
  var property_name = require('./property_name-BBwFuqMe.cjs');
16
16
  require('os');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.10
3
+ * @license Angular v20.3.11
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
- require('./project_tsconfig_paths-CopGppNj.cjs');
12
- require('./index-AeYmwRJL.cjs');
11
+ require('./project_tsconfig_paths-CaweCOep.cjs');
12
+ require('./index-BXjkzENj.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-CMd3bdgw.cjs');
15
+ var project_paths = require('./project_paths-Dr30Du8j.cjs');
16
16
  var imports = require('./imports-CIX-JgAN.cjs');
17
17
  var symbol = require('./symbol-VPWguRxr.cjs');
18
18
  require('@angular-devkit/core');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.10
3
+ * @license Angular v20.3.11
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 project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.cjs');
12
- require('./index-AeYmwRJL.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CaweCOep.cjs');
12
+ require('./index-BXjkzENj.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-CMd3bdgw.cjs');
15
+ var project_paths = require('./project_paths-Dr30Du8j.cjs');
16
16
  var ng_decorators = require('./ng_decorators-B5HCqr20.cjs');
17
17
  var property_name = require('./property_name-BBwFuqMe.cjs');
18
18
  require('@angular-devkit/core');
@@ -1,23 +1,23 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.10
3
+ * @license Angular v20.3.11
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- var migrate_ts_type_references = require('./migrate_ts_type_references-D0f8FXVW.cjs');
9
+ var migrate_ts_type_references = require('./migrate_ts_type_references-7eTqUKA-.cjs');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
- var project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.cjs');
13
- var index$1 = require('./index-AeYmwRJL.cjs');
12
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CaweCOep.cjs');
13
+ var index$1 = require('./index-BXjkzENj.cjs');
14
14
  require('path');
15
15
  require('node:path');
16
- var project_paths = require('./project_paths-CMd3bdgw.cjs');
17
- var index = require('./index-u3tqvIQa.cjs');
16
+ var project_paths = require('./project_paths-Dr30Du8j.cjs');
17
+ var index = require('./index-BmMfRg5d.cjs');
18
18
  var assert$1 = require('assert');
19
19
  var assert = require('node:assert');
20
- var apply_import_manager = require('./apply_import_manager-D4J7SXHI.cjs');
20
+ var apply_import_manager = require('./apply_import_manager-CPOYeJ7t.cjs');
21
21
  require('@angular-devkit/core');
22
22
  require('node:path/posix');
23
23
  require('./leading_space-D9nQ8UQC.cjs');
@@ -1,23 +1,23 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.10
3
+ * @license Angular v20.3.11
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
- var project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.cjs');
9
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CaweCOep.cjs');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
- var index$1 = require('./index-AeYmwRJL.cjs');
12
+ var index$1 = require('./index-BXjkzENj.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-CMd3bdgw.cjs');
16
- var apply_import_manager = require('./apply_import_manager-D4J7SXHI.cjs');
17
- var migrate_ts_type_references = require('./migrate_ts_type_references-D0f8FXVW.cjs');
15
+ var project_paths = require('./project_paths-Dr30Du8j.cjs');
16
+ var apply_import_manager = require('./apply_import_manager-CPOYeJ7t.cjs');
17
+ var migrate_ts_type_references = require('./migrate_ts_type_references-7eTqUKA-.cjs');
18
18
  var assert = require('assert');
19
19
  require('node:assert');
20
- var index = require('./index-u3tqvIQa.cjs');
20
+ var index = require('./index-BmMfRg5d.cjs');
21
21
  require('@angular-devkit/core');
22
22
  require('node:path/posix');
23
23
  require('fs');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.10
3
+ * @license Angular v20.3.11
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -10,7 +10,7 @@ var schematics = require('@angular-devkit/schematics');
10
10
  var signalQueriesMigration = require('./signal-queries-migration.cjs');
11
11
  var signalInputMigration = require('./signal-input-migration.cjs');
12
12
  var outputMigration = require('./output-migration.cjs');
13
- require('./project_tsconfig_paths-CopGppNj.cjs');
13
+ require('./project_tsconfig_paths-CaweCOep.cjs');
14
14
  require('typescript');
15
15
  require('os');
16
16
  require('fs');
@@ -18,14 +18,14 @@ require('module');
18
18
  require('path');
19
19
  require('url');
20
20
  require('@angular-devkit/core');
21
- require('./index-AeYmwRJL.cjs');
21
+ require('./index-BXjkzENj.cjs');
22
22
  require('node:path');
23
- require('./project_paths-CMd3bdgw.cjs');
23
+ require('./project_paths-Dr30Du8j.cjs');
24
24
  require('node:path/posix');
25
- require('./apply_import_manager-D4J7SXHI.cjs');
26
- require('./migrate_ts_type_references-D0f8FXVW.cjs');
25
+ require('./apply_import_manager-CPOYeJ7t.cjs');
26
+ require('./migrate_ts_type_references-7eTqUKA-.cjs');
27
27
  require('assert');
28
- require('./index-u3tqvIQa.cjs');
28
+ require('./index-BmMfRg5d.cjs');
29
29
  require('./leading_space-D9nQ8UQC.cjs');
30
30
  require('node:assert');
31
31
 
@@ -1,18 +1,18 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.10
3
+ * @license Angular v20.3.11
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
7
7
  'use strict';
8
8
 
9
9
  var schematics = require('@angular-devkit/schematics');
10
- var index = require('./index-AeYmwRJL.cjs');
10
+ var index = require('./index-BXjkzENj.cjs');
11
11
  var fs = require('fs');
12
12
  var p = require('path');
13
13
  var ts = require('typescript');
14
- var compiler_host = require('./compiler_host-C306_97v.cjs');
15
- var project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.cjs');
14
+ var compiler_host = require('./compiler_host-BGZcziuy.cjs');
15
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CaweCOep.cjs');
16
16
  var ng_decorators = require('./ng_decorators-B5HCqr20.cjs');
17
17
  var nodes = require('./nodes-B16H9JUd.cjs');
18
18
  var symbol = require('./symbol-VPWguRxr.cjs');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.10
3
+ * @license Angular v20.3.11
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.3.10
3
+ * @license Angular v20.3.11
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
- require('./project_tsconfig_paths-CopGppNj.cjs');
12
- require('./index-AeYmwRJL.cjs');
11
+ require('./project_tsconfig_paths-CaweCOep.cjs');
12
+ require('./index-BXjkzENj.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-CMd3bdgw.cjs');
15
+ var project_paths = require('./project_paths-Dr30Du8j.cjs');
16
16
  var imports = require('./imports-CIX-JgAN.cjs');
17
17
  var symbol = require('./symbol-VPWguRxr.cjs');
18
18
  require('@angular-devkit/core');
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.10
2
+ * @license Angular v20.3.11
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
package/weak_ref.d.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.3.10
2
+ * @license Angular v20.3.11
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */