@angular/core 20.3.11 → 20.3.12

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.d.ts +1 -1
  2. package/chrome_dev_tools_performance.d.d.ts +1 -1
  3. package/discovery.d.d.ts +1 -1
  4. package/effect.d.d.ts +1 -1
  5. package/event_dispatcher.d.d.ts +1 -1
  6. package/fesm2022/attribute.mjs +1 -1
  7. package/fesm2022/attribute.mjs.map +1 -1
  8. package/fesm2022/core.mjs +1 -1
  9. package/fesm2022/core.mjs.map +1 -1
  10. package/fesm2022/debug_node.mjs +2 -2
  11. package/fesm2022/debug_node.mjs.map +1 -1
  12. package/fesm2022/effect.mjs +1 -1
  13. package/fesm2022/effect.mjs.map +1 -1
  14. package/fesm2022/not_found.mjs +1 -1
  15. package/fesm2022/not_found.mjs.map +1 -1
  16. package/fesm2022/primitives/di.mjs +1 -1
  17. package/fesm2022/primitives/di.mjs.map +1 -1
  18. package/fesm2022/primitives/event-dispatch.mjs +1 -1
  19. package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
  20. package/fesm2022/primitives/signals.mjs +1 -1
  21. package/fesm2022/primitives/signals.mjs.map +1 -1
  22. package/fesm2022/resource.mjs +4 -15
  23. package/fesm2022/resource.mjs.map +1 -1
  24. package/fesm2022/root_effect_scheduler.mjs +2 -2
  25. package/fesm2022/root_effect_scheduler.mjs.map +1 -1
  26. package/fesm2022/rxjs-interop.mjs +1 -1
  27. package/fesm2022/rxjs-interop.mjs.map +1 -1
  28. package/fesm2022/signal.mjs +1 -1
  29. package/fesm2022/signal.mjs.map +1 -1
  30. package/fesm2022/testing.mjs +1 -1
  31. package/fesm2022/testing.mjs.map +1 -1
  32. package/fesm2022/weak_ref.mjs +1 -1
  33. package/fesm2022/weak_ref.mjs.map +1 -1
  34. package/formatter.d.d.ts +1 -1
  35. package/index.d.ts +2 -2
  36. package/package.json +2 -2
  37. package/primitives/di/index.d.ts +1 -1
  38. package/primitives/event-dispatch/index.d.ts +1 -1
  39. package/primitives/signals/index.d.ts +1 -1
  40. package/rxjs-interop/index.d.ts +1 -1
  41. package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
  42. package/schematics/bundles/{apply_import_manager-CPOYeJ7t.cjs → apply_import_manager-D4J7SXHI.cjs} +3 -3
  43. package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
  44. package/schematics/bundles/{compiler_host-BGZcziuy.cjs → compiler_host-C306_97v.cjs} +2 -2
  45. package/schematics/bundles/control-flow-migration.cjs +3 -3
  46. package/schematics/bundles/document-core.cjs +5 -5
  47. package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
  48. package/schematics/bundles/{index-BXjkzENj.cjs → index-AeYmwRJL.cjs} +12 -12
  49. package/schematics/bundles/{index-BmMfRg5d.cjs → index-u3tqvIQa.cjs} +4 -4
  50. package/schematics/bundles/inject-flags.cjs +5 -5
  51. package/schematics/bundles/inject-migration.cjs +3 -3
  52. package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
  53. package/schematics/bundles/{migrate_ts_type_references-7eTqUKA-.cjs → migrate_ts_type_references-D0f8FXVW.cjs} +5 -5
  54. package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
  55. package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
  56. package/schematics/bundles/output-migration.cjs +6 -6
  57. package/schematics/bundles/{project_paths-Dr30Du8j.cjs → project_paths-CMd3bdgw.cjs} +3 -3
  58. package/schematics/bundles/{project_tsconfig_paths-CaweCOep.cjs → project_tsconfig_paths-CopGppNj.cjs} +47 -77
  59. package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
  60. package/schematics/bundles/route-lazy-loading.cjs +3 -3
  61. package/schematics/bundles/router-current-navigation.cjs +4 -4
  62. package/schematics/bundles/self-closing-tags-migration.cjs +4 -4
  63. package/schematics/bundles/signal-input-migration.cjs +7 -7
  64. package/schematics/bundles/signal-queries-migration.cjs +7 -7
  65. package/schematics/bundles/signals.cjs +7 -7
  66. package/schematics/bundles/standalone-migration.cjs +4 -4
  67. package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
  68. package/schematics/bundles/test-bed-get.cjs +4 -4
  69. package/testing/index.d.ts +1 -1
  70. package/weak_ref.d.d.ts +1 -1
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.11
3
+ * @license Angular v20.3.12
4
4
  * (c) 2010-2025 Google LLC. https://angular.io/
5
5
  * License: MIT
6
6
  */
@@ -7681,13 +7681,11 @@ class ShadowCss {
7681
7681
  return cssText.replace(_cssColonHostRe, (_, hostSelectors, otherSelectors) => {
7682
7682
  if (hostSelectors) {
7683
7683
  const convertedSelectors = [];
7684
- for (const hostSelector of this._splitOnTopLevelCommas(hostSelectors)) {
7685
- const trimmedHostSelector = hostSelector.trim();
7686
- if (!trimmedHostSelector)
7684
+ const hostSelectorArray = hostSelectors.split(',').map((p) => p.trim());
7685
+ for (const hostSelector of hostSelectorArray) {
7686
+ if (!hostSelector)
7687
7687
  break;
7688
- const convertedSelector = _polyfillHostNoCombinator +
7689
- trimmedHostSelector.replace(_polyfillHost, '') +
7690
- otherSelectors;
7688
+ const convertedSelector = _polyfillHostNoCombinator + hostSelector.replace(_polyfillHost, '') + otherSelectors;
7691
7689
  convertedSelectors.push(convertedSelector);
7692
7690
  }
7693
7691
  return convertedSelectors.join(',');
@@ -7697,38 +7695,6 @@ class ShadowCss {
7697
7695
  }
7698
7696
  });
7699
7697
  }
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
- }
7732
7698
  /*
7733
7699
  * convert a rule like :host-context(.foo) > .bar { }
7734
7700
  *
@@ -7745,14 +7711,34 @@ class ShadowCss {
7745
7711
  * .foo<scopeName> .bar { ... }
7746
7712
  */
7747
7713
  _convertColonHostContext(cssText) {
7714
+ const length = cssText.length;
7715
+ let parens = 0;
7716
+ let prev = 0;
7717
+ let result = '';
7748
7718
  // Splits up the selectors on their top-level commas, processes the :host-context in them
7749
7719
  // individually and stitches them back together. This ensures that individual selectors don't
7750
7720
  // affect each other.
7751
- const results = [];
7752
- for (const part of this._splitOnTopLevelCommas(cssText)) {
7753
- results.push(this._convertColonHostContextInSelectorPart(part));
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
+ }
7754
7740
  }
7755
- return results.join(',');
7741
+ return result;
7756
7742
  }
7757
7743
  _convertColonHostContextInSelectorPart(cssText) {
7758
7744
  return cssText.replace(_cssColonHostContextReGlobal, (selectorText, pseudoPrefix) => {
@@ -7764,26 +7750,17 @@ class ShadowCss {
7764
7750
  const contextSelectorGroups = [[]];
7765
7751
  // There may be more than `:host-context` in this selector so `selectorText` could look like:
7766
7752
  // `:host-context(.one):host-context(.two)`.
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
- }
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 !== '');
7787
7764
  // We must duplicate the current selector group for each of these new selectors.
7788
7765
  // For example if the current groups are:
7789
7766
  // ```
@@ -7810,8 +7787,7 @@ class ShadowCss {
7810
7787
  }
7811
7788
  }
7812
7789
  // Update the `selectorText` and see repeat to see if there are more `:host-context`s.
7813
- selectorText = afterPrefix.substring(endIndex + 1);
7814
- startIndex = selectorText.indexOf(_polyfillHostContext);
7790
+ selectorText = match[2];
7815
7791
  }
7816
7792
  // The context selectors now must be combined with each other to capture all the possible
7817
7793
  // selectors that `:host-context` can match. See `_combineHostContextSelectors()` for more
@@ -8118,9 +8094,9 @@ class SafeSelector {
8118
8094
  });
8119
8095
  // Replaces the expression in `:nth-child(2n + 1)` with a placeholder.
8120
8096
  // WS and "+" would otherwise be interpreted as selector separators.
8121
- this._content = selector.replace(nthRegex, (_, pseudo, exp) => {
8097
+ this._content = selector.replace(/(:nth-[-\w]+)(\([^)]+\))/g, (_, pseudo, exp) => {
8122
8098
  const replaceBy = `__ph-${this.index}__`;
8123
- this.placeholders.push(`(${exp})`);
8099
+ this.placeholders.push(exp);
8124
8100
  this.index++;
8125
8101
  return pseudo + replaceBy;
8126
8102
  });
@@ -8152,19 +8128,13 @@ const _cssContentUnscopedRuleRe = /(polyfill-unscoped-rule)[^}]*(content:[\s]*([
8152
8128
  const _polyfillHost = '-shadowcsshost';
8153
8129
  // note: :host-context pre-processed to -shadowcsshostcontext.
8154
8130
  const _polyfillHostContext = '-shadowcsscontext';
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');
8131
+ const _parenSuffix = '(?:\\((' + '(?:\\([^)(]*\\)|[^)(]*)+?' + ')\\))';
8163
8132
  const _cssColonHostRe = new RegExp(_polyfillHost + _parenSuffix + '?([^,{]*)', 'gim');
8164
8133
  // note: :host-context patterns are terminated with `{`, as opposed to :host which
8165
8134
  // is both `{` and `,` because :host-context handles top-level commas differently.
8166
8135
  const _hostContextPattern = _polyfillHostContext + _parenSuffix + '?([^{]*)';
8167
8136
  const _cssColonHostContextReGlobal = new RegExp(`${_cssScopedPseudoFunctionPrefix}(${_hostContextPattern})`, 'gim');
8137
+ const _cssColonHostContextRe = new RegExp(_hostContextPattern, 'im');
8168
8138
  const _polyfillHostNoCombinator = _polyfillHost + '-no-combinator';
8169
8139
  const _polyfillHostNoCombinatorOutsidePseudoFunction = new RegExp(`${_polyfillHostNoCombinator}(?![^(]*\\))`, 'g');
8170
8140
  const _polyfillHostNoCombinatorRe = /-shadowcsshost-no-combinator([^\s,]*)/;
@@ -32822,7 +32792,7 @@ function isAttrNode(ast) {
32822
32792
  * @description
32823
32793
  * Entry point for all public APIs of the compiler package.
32824
32794
  */
32825
- const VERSION = new Version('20.3.11');
32795
+ const VERSION = new Version('20.3.12');
32826
32796
 
32827
32797
  //////////////////////////////////////
32828
32798
  // THIS FILE HAS GLOBAL SIDE EFFECT //
@@ -33884,7 +33854,7 @@ class NodeJSPathManipulation {
33884
33854
  // G3-ESM-MARKER: G3 uses CommonJS, but externally everything in ESM.
33885
33855
  // CommonJS/ESM interop for determining the current file name and containing dir.
33886
33856
  const isCommonJS = typeof __filename !== 'undefined';
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));
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));
33888
33858
  // Note, when this code loads in the browser, `url` may be an empty `{}` due to the Closure shims.
33889
33859
  const currentFileName = isCommonJS
33890
33860
  ? __filename
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
  /**
3
- * @license Angular v20.3.11
3
+ * @license Angular v20.3.12
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.11
3
+ * @license Angular v20.3.12
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-BGZcziuy.cjs');
13
- var project_tsconfig_paths = require('./project_tsconfig_paths-CaweCOep.cjs');
12
+ var compiler_host = require('./compiler_host-C306_97v.cjs');
13
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.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.11
3
+ * @license Angular v20.3.12
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-CaweCOep.cjs');
12
- require('./index-BXjkzENj.cjs');
11
+ require('./project_tsconfig_paths-CopGppNj.cjs');
12
+ require('./index-AeYmwRJL.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-Dr30Du8j.cjs');
15
+ var project_paths = require('./project_paths-CMd3bdgw.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.11
3
+ * @license Angular v20.3.12
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-CaweCOep.cjs');
12
- require('./index-BXjkzENj.cjs');
11
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.cjs');
12
+ require('./index-AeYmwRJL.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-Dr30Du8j.cjs');
15
+ var project_paths = require('./project_paths-CMd3bdgw.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.11
3
+ * @license Angular v20.3.12
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-7eTqUKA-.cjs');
9
+ var migrate_ts_type_references = require('./migrate_ts_type_references-D0f8FXVW.cjs');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
- var project_tsconfig_paths = require('./project_tsconfig_paths-CaweCOep.cjs');
13
- var index$1 = require('./index-BXjkzENj.cjs');
12
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.cjs');
13
+ var index$1 = require('./index-AeYmwRJL.cjs');
14
14
  require('path');
15
15
  require('node:path');
16
- var project_paths = require('./project_paths-Dr30Du8j.cjs');
17
- var index = require('./index-BmMfRg5d.cjs');
16
+ var project_paths = require('./project_paths-CMd3bdgw.cjs');
17
+ var index = require('./index-u3tqvIQa.cjs');
18
18
  var assert$1 = require('assert');
19
19
  var assert = require('node:assert');
20
- var apply_import_manager = require('./apply_import_manager-CPOYeJ7t.cjs');
20
+ var apply_import_manager = require('./apply_import_manager-D4J7SXHI.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.11
3
+ * @license Angular v20.3.12
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-CaweCOep.cjs');
9
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.cjs');
10
10
  var ts = require('typescript');
11
11
  require('os');
12
- var index$1 = require('./index-BXjkzENj.cjs');
12
+ var index$1 = require('./index-AeYmwRJL.cjs');
13
13
  require('path');
14
14
  require('node:path');
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');
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');
18
18
  var assert = require('assert');
19
19
  require('node:assert');
20
- var index = require('./index-BmMfRg5d.cjs');
20
+ var index = require('./index-u3tqvIQa.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.11
3
+ * @license Angular v20.3.12
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-CaweCOep.cjs');
13
+ require('./project_tsconfig_paths-CopGppNj.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-BXjkzENj.cjs');
21
+ require('./index-AeYmwRJL.cjs');
22
22
  require('node:path');
23
- require('./project_paths-Dr30Du8j.cjs');
23
+ require('./project_paths-CMd3bdgw.cjs');
24
24
  require('node:path/posix');
25
- require('./apply_import_manager-CPOYeJ7t.cjs');
26
- require('./migrate_ts_type_references-7eTqUKA-.cjs');
25
+ require('./apply_import_manager-D4J7SXHI.cjs');
26
+ require('./migrate_ts_type_references-D0f8FXVW.cjs');
27
27
  require('assert');
28
- require('./index-BmMfRg5d.cjs');
28
+ require('./index-u3tqvIQa.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.11
3
+ * @license Angular v20.3.12
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-BXjkzENj.cjs');
10
+ var index = require('./index-AeYmwRJL.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-BGZcziuy.cjs');
15
- var project_tsconfig_paths = require('./project_tsconfig_paths-CaweCOep.cjs');
14
+ var compiler_host = require('./compiler_host-C306_97v.cjs');
15
+ var project_tsconfig_paths = require('./project_tsconfig_paths-CopGppNj.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.11
3
+ * @license Angular v20.3.12
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.11
3
+ * @license Angular v20.3.12
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-CaweCOep.cjs');
12
- require('./index-BXjkzENj.cjs');
11
+ require('./project_tsconfig_paths-CopGppNj.cjs');
12
+ require('./index-AeYmwRJL.cjs');
13
13
  require('path');
14
14
  require('node:path');
15
- var project_paths = require('./project_paths-Dr30Du8j.cjs');
15
+ var project_paths = require('./project_paths-CMd3bdgw.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.11
2
+ * @license Angular v20.3.12
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.11
2
+ * @license Angular v20.3.12
3
3
  * (c) 2010-2025 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */