@angular/core 20.3.9 → 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.
- package/README.md +1 -2
- package/api.d.d.ts +1 -1
- package/chrome_dev_tools_performance.d.d.ts +1 -1
- package/discovery.d.d.ts +20 -7
- package/effect.d.d.ts +1 -1
- package/event_dispatcher.d.d.ts +1 -1
- package/fesm2022/attribute.mjs +1 -1
- package/fesm2022/attribute.mjs.map +1 -1
- package/fesm2022/core.mjs +1 -1
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/debug_node.mjs +52 -17
- package/fesm2022/debug_node.mjs.map +1 -1
- package/fesm2022/effect.mjs +1 -1
- package/fesm2022/effect.mjs.map +1 -1
- package/fesm2022/not_found.mjs +1 -1
- package/fesm2022/not_found.mjs.map +1 -1
- package/fesm2022/primitives/di.mjs +1 -1
- package/fesm2022/primitives/di.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/primitives/signals.mjs.map +1 -1
- package/fesm2022/resource.mjs +1 -1
- package/fesm2022/resource.mjs.map +1 -1
- package/fesm2022/root_effect_scheduler.mjs +2 -2
- package/fesm2022/root_effect_scheduler.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/signal.mjs +1 -1
- package/fesm2022/signal.mjs.map +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/weak_ref.mjs +1 -1
- package/fesm2022/weak_ref.mjs.map +1 -1
- package/formatter.d.d.ts +2 -2
- package/index.d.ts +4 -4
- package/package.json +2 -2
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +6 -5
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
- package/schematics/bundles/{apply_import_manager-uyMcu5_H.cjs → apply_import_manager-CPOYeJ7t.cjs} +3 -3
- package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
- package/schematics/bundles/{compiler_host-BUlxIpWP.cjs → compiler_host-BGZcziuy.cjs} +2 -2
- package/schematics/bundles/control-flow-migration.cjs +4 -4
- package/schematics/bundles/document-core.cjs +5 -5
- package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
- package/schematics/bundles/{index-Cqmu1RX0.cjs → index-BXjkzENj.cjs} +12 -12
- package/schematics/bundles/{index-D_ZnW9ls.cjs → index-BmMfRg5d.cjs} +4 -4
- package/schematics/bundles/inject-flags.cjs +5 -5
- package/schematics/bundles/inject-migration.cjs +3 -3
- package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
- package/schematics/bundles/{migrate_ts_type_references-BhSLr3ZT.cjs → migrate_ts_type_references-7eTqUKA-.cjs} +5 -5
- package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
- package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
- package/schematics/bundles/output-migration.cjs +6 -6
- package/schematics/bundles/{project_paths-C69HW-da.cjs → project_paths-Dr30Du8j.cjs} +3 -3
- package/schematics/bundles/{project_tsconfig_paths-C1bhMy6X.cjs → project_tsconfig_paths-CaweCOep.cjs} +98 -48
- package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
- package/schematics/bundles/route-lazy-loading.cjs +3 -3
- package/schematics/bundles/router-current-navigation.cjs +4 -4
- package/schematics/bundles/self-closing-tags-migration.cjs +4 -4
- package/schematics/bundles/signal-input-migration.cjs +7 -7
- package/schematics/bundles/signal-queries-migration.cjs +7 -7
- package/schematics/bundles/signals.cjs +7 -7
- package/schematics/bundles/standalone-migration.cjs +4 -4
- package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
- package/schematics/bundles/test-bed-get.cjs +4 -4
- package/testing/index.d.ts +1 -1
- package/weak_ref.d.d.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.3.
|
|
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
|
|
7685
|
-
|
|
7686
|
-
if (!
|
|
7684
|
+
for (const hostSelector of this._splitOnTopLevelCommas(hostSelectors)) {
|
|
7685
|
+
const trimmedHostSelector = hostSelector.trim();
|
|
7686
|
+
if (!trimmedHostSelector)
|
|
7687
7687
|
break;
|
|
7688
|
-
const convertedSelector = _polyfillHostNoCombinator +
|
|
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
|
-
|
|
7722
|
-
|
|
7723
|
-
|
|
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
|
|
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
|
-
//
|
|
7754
|
-
|
|
7755
|
-
|
|
7756
|
-
|
|
7757
|
-
|
|
7758
|
-
|
|
7759
|
-
|
|
7760
|
-
.
|
|
7761
|
-
|
|
7762
|
-
|
|
7763
|
-
|
|
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 =
|
|
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(
|
|
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
|
-
|
|
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.
|
|
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-
|
|
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
|
|
@@ -44602,7 +44632,27 @@ class OutOfBandDiagnosticRecorderImpl {
|
|
|
44602
44632
|
const message = `Required input${inputAliases.length === 1 ? '' : 's'} ${inputAliases
|
|
44603
44633
|
.map((n) => `'${n}'`)
|
|
44604
44634
|
.join(', ')} from ${isComponent ? 'component' : 'directive'} ${directiveName} must be specified.`;
|
|
44605
|
-
|
|
44635
|
+
let span;
|
|
44636
|
+
let name;
|
|
44637
|
+
if (element instanceof Element$1 || element instanceof Directive$1) {
|
|
44638
|
+
name = element.name;
|
|
44639
|
+
}
|
|
44640
|
+
else if (element instanceof Component$1) {
|
|
44641
|
+
name = element.componentName;
|
|
44642
|
+
}
|
|
44643
|
+
else {
|
|
44644
|
+
name = null;
|
|
44645
|
+
}
|
|
44646
|
+
if (name === null) {
|
|
44647
|
+
span = element.startSourceSpan;
|
|
44648
|
+
}
|
|
44649
|
+
else {
|
|
44650
|
+
// Only highlight the tag name since highlighting the entire start tag can be noisy.
|
|
44651
|
+
const start = element.startSourceSpan.start.moveBy(1);
|
|
44652
|
+
const end = element.startSourceSpan.end.moveBy(start.offset + name.length - element.startSourceSpan.end.offset);
|
|
44653
|
+
span = new ParseSourceSpan(start, end);
|
|
44654
|
+
}
|
|
44655
|
+
this._diagnostics.push(makeTemplateDiagnostic(id, this.resolver.getTemplateSourceMapping(id), span, ts.DiagnosticCategory.Error, ngErrorCode(exports.ErrorCode.MISSING_REQUIRED_INPUTS), message));
|
|
44606
44656
|
}
|
|
44607
44657
|
illegalForLoopTrackAccess(id, block, access) {
|
|
44608
44658
|
const sourceSpan = this.resolver.toTemplateParseSourceSpan(id, access.sourceSpan);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.3.
|
|
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-
|
|
13
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
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.
|
|
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-
|
|
12
|
-
require('./index-
|
|
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-
|
|
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.
|
|
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-
|
|
12
|
-
require('./index-
|
|
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-
|
|
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.
|
|
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-
|
|
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-
|
|
13
|
-
var index$1 = require('./index-
|
|
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-
|
|
17
|
-
var index = require('./index-
|
|
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-
|
|
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.
|
|
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-
|
|
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-
|
|
12
|
+
var index$1 = require('./index-BXjkzENj.cjs');
|
|
13
13
|
require('path');
|
|
14
14
|
require('node:path');
|
|
15
|
-
var project_paths = require('./project_paths-
|
|
16
|
-
var apply_import_manager = require('./apply_import_manager-
|
|
17
|
-
var migrate_ts_type_references = require('./migrate_ts_type_references-
|
|
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-
|
|
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.
|
|
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-
|
|
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-
|
|
21
|
+
require('./index-BXjkzENj.cjs');
|
|
22
22
|
require('node:path');
|
|
23
|
-
require('./project_paths-
|
|
23
|
+
require('./project_paths-Dr30Du8j.cjs');
|
|
24
24
|
require('node:path/posix');
|
|
25
|
-
require('./apply_import_manager-
|
|
26
|
-
require('./migrate_ts_type_references-
|
|
25
|
+
require('./apply_import_manager-CPOYeJ7t.cjs');
|
|
26
|
+
require('./migrate_ts_type_references-7eTqUKA-.cjs');
|
|
27
27
|
require('assert');
|
|
28
|
-
require('./index-
|
|
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.
|
|
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-
|
|
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-
|
|
15
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
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.
|
|
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-
|
|
12
|
-
require('./index-
|
|
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-
|
|
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');
|
package/testing/index.d.ts
CHANGED
package/weak_ref.d.d.ts
CHANGED