@angular/core 20.3.0 → 20.3.2
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/api.d.d.ts +7 -4
- package/chrome_dev_tools_performance.d.d.ts +1 -1
- package/discovery.d.d.ts +47 -6
- package/effect.d.d.ts +1 -2
- 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 +7 -30
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/debug_node.mjs +514 -493
- package/fesm2022/debug_node.mjs.map +1 -1
- package/fesm2022/effect.mjs +3 -4
- 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 +4 -5
- package/fesm2022/primitives/signals.mjs.map +1 -1
- package/fesm2022/resource.mjs +5 -4
- package/fesm2022/resource.mjs.map +1 -1
- package/fesm2022/root_effect_scheduler.mjs +47 -27
- package/fesm2022/root_effect_scheduler.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +3 -1
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/signal.mjs +32 -11
- 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/graph.d.d.ts +24 -4
- package/index.d.ts +13 -96
- 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 +2 -3
- package/rxjs-interop/index.d.ts +3 -1
- package/schematics/bundles/add-bootstrap-context-to-server-main.cjs +5 -5
- package/schematics/bundles/{apply_import_manager-CeOmw2t5.cjs → apply_import_manager-Ch2ALAC9.cjs} +3 -3
- package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
- package/schematics/bundles/{compiler_host-CXabxf2P.cjs → compiler_host-Jw4hNUf8.cjs} +2 -2
- package/schematics/bundles/control-flow-migration.cjs +70 -38
- package/schematics/bundles/document-core.cjs +5 -5
- package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
- package/schematics/bundles/{index-CKtFJ_6n.cjs → index-DWTTHy-7.cjs} +4 -4
- package/schematics/bundles/{index-CLpTl6rd.cjs → index-Gg0PI_fh.cjs} +124 -38
- 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-CjIN7lkE.cjs → migrate_ts_type_references-D_xIwAQ5.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-CGqaSutM.cjs → project_paths-CfXVBYVk.cjs} +3 -3
- package/schematics/bundles/{project_tsconfig_paths-RAvhwg8f.cjs → project_tsconfig_paths-C11WBTJF.cjs} +184 -200
- package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
- package/schematics/bundles/route-lazy-loading.cjs +48 -4
- 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 +17 -9
- package/schematics/bundles/signal-queries-migration.cjs +7 -7
- package/schematics/bundles/signals.cjs +7 -7
- package/schematics/bundles/standalone-migration.cjs +14 -7
- 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.2
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
var ts = require('typescript');
|
|
10
10
|
require('os');
|
|
11
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
12
|
-
var index$1 = require('./index-
|
|
11
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-C11WBTJF.cjs');
|
|
12
|
+
var index$1 = require('./index-Gg0PI_fh.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 index = require('./index-
|
|
15
|
+
var project_paths = require('./project_paths-CfXVBYVk.cjs');
|
|
16
|
+
var apply_import_manager = require('./apply_import_manager-Ch2ALAC9.cjs');
|
|
17
|
+
var index = require('./index-DWTTHy-7.cjs');
|
|
18
18
|
require('@angular-devkit/core');
|
|
19
19
|
require('node:path/posix');
|
|
20
20
|
require('fs');
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.3.
|
|
3
|
+
* @license Angular v20.3.2
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
7
7
|
'use strict';
|
|
8
8
|
|
|
9
|
-
var index = require('./index-
|
|
9
|
+
var index = require('./index-Gg0PI_fh.cjs');
|
|
10
10
|
var schematics = require('@angular-devkit/schematics');
|
|
11
11
|
var core = require('@angular-devkit/core');
|
|
12
12
|
var posixPath = require('node:path/posix');
|
|
13
13
|
var os = require('os');
|
|
14
14
|
var ts = require('typescript');
|
|
15
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
15
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-C11WBTJF.cjs');
|
|
16
16
|
require('path');
|
|
17
17
|
var path = require('node:path');
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.3.
|
|
3
|
+
* @license Angular v20.3.2
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -2849,10 +2849,6 @@ class Identifiers {
|
|
|
2849
2849
|
name: 'ɵɵExternalStylesFeature',
|
|
2850
2850
|
moduleName: CORE,
|
|
2851
2851
|
};
|
|
2852
|
-
static AnimationsFeature = {
|
|
2853
|
-
name: 'ɵɵAnimationsFeature',
|
|
2854
|
-
moduleName: CORE,
|
|
2855
|
-
};
|
|
2856
2852
|
static listener = { name: 'ɵɵlistener', moduleName: CORE };
|
|
2857
2853
|
static getInheritedFactory = {
|
|
2858
2854
|
name: 'ɵɵgetInheritedFactory',
|
|
@@ -2986,7 +2982,7 @@ function getJitStandaloneDefaultForVersion(version) {
|
|
|
2986
2982
|
}
|
|
2987
2983
|
|
|
2988
2984
|
// https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit
|
|
2989
|
-
const VERSION = 3;
|
|
2985
|
+
const VERSION$1 = 3;
|
|
2990
2986
|
const JS_B64_PREFIX = '# sourceMappingURL=data:application/json;base64,';
|
|
2991
2987
|
class SourceMapGenerator {
|
|
2992
2988
|
file;
|
|
@@ -3080,7 +3076,7 @@ class SourceMapGenerator {
|
|
|
3080
3076
|
mappings = mappings.slice(0, -1);
|
|
3081
3077
|
return {
|
|
3082
3078
|
'file': this.file || '',
|
|
3083
|
-
'version': VERSION,
|
|
3079
|
+
'version': VERSION$1,
|
|
3084
3080
|
'sourceRoot': '',
|
|
3085
3081
|
'sources': sources,
|
|
3086
3082
|
'sourcesContent': sourcesContent,
|
|
@@ -20336,7 +20332,7 @@ const OBJECT = 'object';
|
|
|
20336
20332
|
//
|
|
20337
20333
|
// =================================================================================================
|
|
20338
20334
|
const SCHEMA = [
|
|
20339
|
-
'[Element]|textContent,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColSpan,%ariaCurrent,%ariaDescription,%ariaDisabled,%ariaExpanded,%ariaHasPopup,%ariaHidden,%ariaKeyShortcuts,%ariaLabel,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot' +
|
|
20335
|
+
'[Element]|textContent,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColSpan,%ariaCurrent,%ariaDescription,%ariaDisabled,%ariaExpanded,%ariaHasPopup,%ariaHidden,%ariaInvalid,%ariaKeyShortcuts,%ariaLabel,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot' +
|
|
20340
20336
|
/* added manually to avoid breaking changes */
|
|
20341
20337
|
',*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored',
|
|
20342
20338
|
'[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,!inert,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy',
|
|
@@ -30104,184 +30100,9 @@ function makeBindingParser(interpolationConfig = DEFAULT_INTERPOLATION_CONFIG, s
|
|
|
30104
30100
|
return new BindingParser(new Parser(new Lexer(), selectorlessEnabled), interpolationConfig, elementRegistry, []);
|
|
30105
30101
|
}
|
|
30106
30102
|
|
|
30107
|
-
/*!
|
|
30108
|
-
* @license
|
|
30109
|
-
* Copyright Google LLC All Rights Reserved.
|
|
30110
|
-
*
|
|
30111
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
30112
|
-
* found in the LICENSE file at https://angular.dev/license
|
|
30113
|
-
*/
|
|
30114
|
-
/**
|
|
30115
|
-
* Visitor that traverses all template and expression AST nodes in a template.
|
|
30116
|
-
* Useful for cases where every single node needs to be visited.
|
|
30117
|
-
*/
|
|
30118
|
-
class CombinedRecursiveAstVisitor extends RecursiveAstVisitor {
|
|
30119
|
-
visit(node) {
|
|
30120
|
-
if (node instanceof ASTWithSource) {
|
|
30121
|
-
this.visit(node.ast);
|
|
30122
|
-
}
|
|
30123
|
-
else {
|
|
30124
|
-
node.visit(this);
|
|
30125
|
-
}
|
|
30126
|
-
}
|
|
30127
|
-
visitElement(element) {
|
|
30128
|
-
this.visitAllTemplateNodes(element.attributes);
|
|
30129
|
-
this.visitAllTemplateNodes(element.inputs);
|
|
30130
|
-
this.visitAllTemplateNodes(element.outputs);
|
|
30131
|
-
this.visitAllTemplateNodes(element.directives);
|
|
30132
|
-
this.visitAllTemplateNodes(element.references);
|
|
30133
|
-
this.visitAllTemplateNodes(element.children);
|
|
30134
|
-
}
|
|
30135
|
-
visitTemplate(template) {
|
|
30136
|
-
this.visitAllTemplateNodes(template.attributes);
|
|
30137
|
-
this.visitAllTemplateNodes(template.inputs);
|
|
30138
|
-
this.visitAllTemplateNodes(template.outputs);
|
|
30139
|
-
this.visitAllTemplateNodes(template.directives);
|
|
30140
|
-
this.visitAllTemplateNodes(template.templateAttrs);
|
|
30141
|
-
this.visitAllTemplateNodes(template.variables);
|
|
30142
|
-
this.visitAllTemplateNodes(template.references);
|
|
30143
|
-
this.visitAllTemplateNodes(template.children);
|
|
30144
|
-
}
|
|
30145
|
-
visitContent(content) {
|
|
30146
|
-
this.visitAllTemplateNodes(content.children);
|
|
30147
|
-
}
|
|
30148
|
-
visitBoundAttribute(attribute) {
|
|
30149
|
-
this.visit(attribute.value);
|
|
30150
|
-
}
|
|
30151
|
-
visitBoundEvent(attribute) {
|
|
30152
|
-
this.visit(attribute.handler);
|
|
30153
|
-
}
|
|
30154
|
-
visitBoundText(text) {
|
|
30155
|
-
this.visit(text.value);
|
|
30156
|
-
}
|
|
30157
|
-
visitIcu(icu) {
|
|
30158
|
-
Object.keys(icu.vars).forEach((key) => this.visit(icu.vars[key]));
|
|
30159
|
-
Object.keys(icu.placeholders).forEach((key) => this.visit(icu.placeholders[key]));
|
|
30160
|
-
}
|
|
30161
|
-
visitDeferredBlock(deferred) {
|
|
30162
|
-
deferred.visitAll(this);
|
|
30163
|
-
}
|
|
30164
|
-
visitDeferredTrigger(trigger) {
|
|
30165
|
-
if (trigger instanceof BoundDeferredTrigger) {
|
|
30166
|
-
this.visit(trigger.value);
|
|
30167
|
-
}
|
|
30168
|
-
}
|
|
30169
|
-
visitDeferredBlockPlaceholder(block) {
|
|
30170
|
-
this.visitAllTemplateNodes(block.children);
|
|
30171
|
-
}
|
|
30172
|
-
visitDeferredBlockError(block) {
|
|
30173
|
-
this.visitAllTemplateNodes(block.children);
|
|
30174
|
-
}
|
|
30175
|
-
visitDeferredBlockLoading(block) {
|
|
30176
|
-
this.visitAllTemplateNodes(block.children);
|
|
30177
|
-
}
|
|
30178
|
-
visitSwitchBlock(block) {
|
|
30179
|
-
this.visit(block.expression);
|
|
30180
|
-
this.visitAllTemplateNodes(block.cases);
|
|
30181
|
-
}
|
|
30182
|
-
visitSwitchBlockCase(block) {
|
|
30183
|
-
block.expression && this.visit(block.expression);
|
|
30184
|
-
this.visitAllTemplateNodes(block.children);
|
|
30185
|
-
}
|
|
30186
|
-
visitForLoopBlock(block) {
|
|
30187
|
-
block.item.visit(this);
|
|
30188
|
-
this.visitAllTemplateNodes(block.contextVariables);
|
|
30189
|
-
this.visit(block.expression);
|
|
30190
|
-
this.visitAllTemplateNodes(block.children);
|
|
30191
|
-
block.empty?.visit(this);
|
|
30192
|
-
}
|
|
30193
|
-
visitForLoopBlockEmpty(block) {
|
|
30194
|
-
this.visitAllTemplateNodes(block.children);
|
|
30195
|
-
}
|
|
30196
|
-
visitIfBlock(block) {
|
|
30197
|
-
this.visitAllTemplateNodes(block.branches);
|
|
30198
|
-
}
|
|
30199
|
-
visitIfBlockBranch(block) {
|
|
30200
|
-
block.expression && this.visit(block.expression);
|
|
30201
|
-
block.expressionAlias?.visit(this);
|
|
30202
|
-
this.visitAllTemplateNodes(block.children);
|
|
30203
|
-
}
|
|
30204
|
-
visitLetDeclaration(decl) {
|
|
30205
|
-
this.visit(decl.value);
|
|
30206
|
-
}
|
|
30207
|
-
visitComponent(component) {
|
|
30208
|
-
this.visitAllTemplateNodes(component.attributes);
|
|
30209
|
-
this.visitAllTemplateNodes(component.inputs);
|
|
30210
|
-
this.visitAllTemplateNodes(component.outputs);
|
|
30211
|
-
this.visitAllTemplateNodes(component.directives);
|
|
30212
|
-
this.visitAllTemplateNodes(component.references);
|
|
30213
|
-
this.visitAllTemplateNodes(component.children);
|
|
30214
|
-
}
|
|
30215
|
-
visitDirective(directive) {
|
|
30216
|
-
this.visitAllTemplateNodes(directive.attributes);
|
|
30217
|
-
this.visitAllTemplateNodes(directive.inputs);
|
|
30218
|
-
this.visitAllTemplateNodes(directive.outputs);
|
|
30219
|
-
this.visitAllTemplateNodes(directive.references);
|
|
30220
|
-
}
|
|
30221
|
-
visitVariable(variable) { }
|
|
30222
|
-
visitReference(reference) { }
|
|
30223
|
-
visitTextAttribute(attribute) { }
|
|
30224
|
-
visitText(text) { }
|
|
30225
|
-
visitUnknownBlock(block) { }
|
|
30226
|
-
visitAllTemplateNodes(nodes) {
|
|
30227
|
-
for (const node of nodes) {
|
|
30228
|
-
this.visit(node);
|
|
30229
|
-
}
|
|
30230
|
-
}
|
|
30231
|
-
}
|
|
30232
|
-
|
|
30233
|
-
/*!
|
|
30234
|
-
* @license
|
|
30235
|
-
* Copyright Google LLC All Rights Reserved.
|
|
30236
|
-
*
|
|
30237
|
-
* Use of this source code is governed by an MIT-style license that can be
|
|
30238
|
-
* found in the LICENSE file at https://angular.dev/license
|
|
30239
|
-
*/
|
|
30240
|
-
const ANIMATE_LEAVE$1 = `animate.leave`;
|
|
30241
|
-
/**
|
|
30242
|
-
* Analyzes a component's template to determine if it's using animate.enter
|
|
30243
|
-
* or animate.leave syntax.
|
|
30244
|
-
*/
|
|
30245
|
-
function analyzeTemplateForAnimations(template) {
|
|
30246
|
-
const analyzer = new AnimationsAnalyzer();
|
|
30247
|
-
visitAll$1(analyzer, template);
|
|
30248
|
-
// The template is considered selectorless only if there
|
|
30249
|
-
// are direct references to directives or pipes.
|
|
30250
|
-
return analyzer.hasAnimations;
|
|
30251
|
-
}
|
|
30252
|
-
/**
|
|
30253
|
-
* Visitor that traverses all the template nodes and
|
|
30254
|
-
* expressions to look for selectorless references.
|
|
30255
|
-
*/
|
|
30256
|
-
class AnimationsAnalyzer extends CombinedRecursiveAstVisitor {
|
|
30257
|
-
hasAnimations = false;
|
|
30258
|
-
visitElement(element) {
|
|
30259
|
-
// check for regular strings
|
|
30260
|
-
for (const attr of element.attributes) {
|
|
30261
|
-
if (attr.name === ANIMATE_LEAVE$1) {
|
|
30262
|
-
this.hasAnimations = true;
|
|
30263
|
-
}
|
|
30264
|
-
}
|
|
30265
|
-
// check for attribute bindings
|
|
30266
|
-
for (const input of element.inputs) {
|
|
30267
|
-
if (input.name === ANIMATE_LEAVE$1) {
|
|
30268
|
-
this.hasAnimations = true;
|
|
30269
|
-
}
|
|
30270
|
-
}
|
|
30271
|
-
// check for event bindings
|
|
30272
|
-
for (const output of element.outputs) {
|
|
30273
|
-
if (output.name === ANIMATE_LEAVE$1) {
|
|
30274
|
-
this.hasAnimations = true;
|
|
30275
|
-
}
|
|
30276
|
-
}
|
|
30277
|
-
super.visitElement(element);
|
|
30278
|
-
}
|
|
30279
|
-
}
|
|
30280
|
-
|
|
30281
30103
|
const COMPONENT_VARIABLE = '%COMP%';
|
|
30282
30104
|
const HOST_ATTR = `_nghost-${COMPONENT_VARIABLE}`;
|
|
30283
30105
|
const CONTENT_ATTR = `_ngcontent-${COMPONENT_VARIABLE}`;
|
|
30284
|
-
const ANIMATE_LEAVE = `animate.leave`;
|
|
30285
30106
|
function baseDirectiveFields(meta, constantPool, bindingParser) {
|
|
30286
30107
|
const definitionMap = new DefinitionMap();
|
|
30287
30108
|
const selectors = parseSelectorToR3Selector(meta.selector);
|
|
@@ -30315,11 +30136,6 @@ function baseDirectiveFields(meta, constantPool, bindingParser) {
|
|
|
30315
30136
|
}
|
|
30316
30137
|
return definitionMap;
|
|
30317
30138
|
}
|
|
30318
|
-
function hasAnimationHostBinding(meta) {
|
|
30319
|
-
return (meta.host.attributes[ANIMATE_LEAVE] !== undefined ||
|
|
30320
|
-
meta.host.properties[ANIMATE_LEAVE] !== undefined ||
|
|
30321
|
-
meta.host.listeners[ANIMATE_LEAVE] !== undefined);
|
|
30322
|
-
}
|
|
30323
30139
|
/**
|
|
30324
30140
|
* Add features to the definition map.
|
|
30325
30141
|
*/
|
|
@@ -30354,12 +30170,6 @@ function addFeatures(definitionMap, meta) {
|
|
|
30354
30170
|
const externalStyleNodes = meta.externalStyles.map((externalStyle) => literal(externalStyle));
|
|
30355
30171
|
features.push(importExpr(Identifiers.ExternalStylesFeature).callFn([literalArr(externalStyleNodes)]));
|
|
30356
30172
|
}
|
|
30357
|
-
const template = meta.template;
|
|
30358
|
-
if (hasAnimationHostBinding(meta) || (template && template.nodes.length > 0)) {
|
|
30359
|
-
if (hasAnimationHostBinding(meta) || analyzeTemplateForAnimations(template.nodes)) {
|
|
30360
|
-
features.push(importExpr(Identifiers.AnimationsFeature).callFn([]));
|
|
30361
|
-
}
|
|
30362
|
-
}
|
|
30363
30173
|
if (features.length) {
|
|
30364
30174
|
definitionMap.set('features', literalArr(features));
|
|
30365
30175
|
}
|
|
@@ -30800,6 +30610,132 @@ function compileDeferResolverFunction(meta) {
|
|
|
30800
30610
|
return arrowFn([], literalArr(depExpressions));
|
|
30801
30611
|
}
|
|
30802
30612
|
|
|
30613
|
+
/*!
|
|
30614
|
+
* @license
|
|
30615
|
+
* Copyright Google LLC All Rights Reserved.
|
|
30616
|
+
*
|
|
30617
|
+
* Use of this source code is governed by an MIT-style license that can be
|
|
30618
|
+
* found in the LICENSE file at https://angular.dev/license
|
|
30619
|
+
*/
|
|
30620
|
+
/**
|
|
30621
|
+
* Visitor that traverses all template and expression AST nodes in a template.
|
|
30622
|
+
* Useful for cases where every single node needs to be visited.
|
|
30623
|
+
*/
|
|
30624
|
+
class CombinedRecursiveAstVisitor extends RecursiveAstVisitor {
|
|
30625
|
+
visit(node) {
|
|
30626
|
+
if (node instanceof ASTWithSource) {
|
|
30627
|
+
this.visit(node.ast);
|
|
30628
|
+
}
|
|
30629
|
+
else {
|
|
30630
|
+
node.visit(this);
|
|
30631
|
+
}
|
|
30632
|
+
}
|
|
30633
|
+
visitElement(element) {
|
|
30634
|
+
this.visitAllTemplateNodes(element.attributes);
|
|
30635
|
+
this.visitAllTemplateNodes(element.inputs);
|
|
30636
|
+
this.visitAllTemplateNodes(element.outputs);
|
|
30637
|
+
this.visitAllTemplateNodes(element.directives);
|
|
30638
|
+
this.visitAllTemplateNodes(element.references);
|
|
30639
|
+
this.visitAllTemplateNodes(element.children);
|
|
30640
|
+
}
|
|
30641
|
+
visitTemplate(template) {
|
|
30642
|
+
this.visitAllTemplateNodes(template.attributes);
|
|
30643
|
+
this.visitAllTemplateNodes(template.inputs);
|
|
30644
|
+
this.visitAllTemplateNodes(template.outputs);
|
|
30645
|
+
this.visitAllTemplateNodes(template.directives);
|
|
30646
|
+
this.visitAllTemplateNodes(template.templateAttrs);
|
|
30647
|
+
this.visitAllTemplateNodes(template.variables);
|
|
30648
|
+
this.visitAllTemplateNodes(template.references);
|
|
30649
|
+
this.visitAllTemplateNodes(template.children);
|
|
30650
|
+
}
|
|
30651
|
+
visitContent(content) {
|
|
30652
|
+
this.visitAllTemplateNodes(content.children);
|
|
30653
|
+
}
|
|
30654
|
+
visitBoundAttribute(attribute) {
|
|
30655
|
+
this.visit(attribute.value);
|
|
30656
|
+
}
|
|
30657
|
+
visitBoundEvent(attribute) {
|
|
30658
|
+
this.visit(attribute.handler);
|
|
30659
|
+
}
|
|
30660
|
+
visitBoundText(text) {
|
|
30661
|
+
this.visit(text.value);
|
|
30662
|
+
}
|
|
30663
|
+
visitIcu(icu) {
|
|
30664
|
+
Object.keys(icu.vars).forEach((key) => this.visit(icu.vars[key]));
|
|
30665
|
+
Object.keys(icu.placeholders).forEach((key) => this.visit(icu.placeholders[key]));
|
|
30666
|
+
}
|
|
30667
|
+
visitDeferredBlock(deferred) {
|
|
30668
|
+
deferred.visitAll(this);
|
|
30669
|
+
}
|
|
30670
|
+
visitDeferredTrigger(trigger) {
|
|
30671
|
+
if (trigger instanceof BoundDeferredTrigger) {
|
|
30672
|
+
this.visit(trigger.value);
|
|
30673
|
+
}
|
|
30674
|
+
}
|
|
30675
|
+
visitDeferredBlockPlaceholder(block) {
|
|
30676
|
+
this.visitAllTemplateNodes(block.children);
|
|
30677
|
+
}
|
|
30678
|
+
visitDeferredBlockError(block) {
|
|
30679
|
+
this.visitAllTemplateNodes(block.children);
|
|
30680
|
+
}
|
|
30681
|
+
visitDeferredBlockLoading(block) {
|
|
30682
|
+
this.visitAllTemplateNodes(block.children);
|
|
30683
|
+
}
|
|
30684
|
+
visitSwitchBlock(block) {
|
|
30685
|
+
this.visit(block.expression);
|
|
30686
|
+
this.visitAllTemplateNodes(block.cases);
|
|
30687
|
+
}
|
|
30688
|
+
visitSwitchBlockCase(block) {
|
|
30689
|
+
block.expression && this.visit(block.expression);
|
|
30690
|
+
this.visitAllTemplateNodes(block.children);
|
|
30691
|
+
}
|
|
30692
|
+
visitForLoopBlock(block) {
|
|
30693
|
+
block.item.visit(this);
|
|
30694
|
+
this.visitAllTemplateNodes(block.contextVariables);
|
|
30695
|
+
this.visit(block.expression);
|
|
30696
|
+
this.visitAllTemplateNodes(block.children);
|
|
30697
|
+
block.empty?.visit(this);
|
|
30698
|
+
}
|
|
30699
|
+
visitForLoopBlockEmpty(block) {
|
|
30700
|
+
this.visitAllTemplateNodes(block.children);
|
|
30701
|
+
}
|
|
30702
|
+
visitIfBlock(block) {
|
|
30703
|
+
this.visitAllTemplateNodes(block.branches);
|
|
30704
|
+
}
|
|
30705
|
+
visitIfBlockBranch(block) {
|
|
30706
|
+
block.expression && this.visit(block.expression);
|
|
30707
|
+
block.expressionAlias?.visit(this);
|
|
30708
|
+
this.visitAllTemplateNodes(block.children);
|
|
30709
|
+
}
|
|
30710
|
+
visitLetDeclaration(decl) {
|
|
30711
|
+
this.visit(decl.value);
|
|
30712
|
+
}
|
|
30713
|
+
visitComponent(component) {
|
|
30714
|
+
this.visitAllTemplateNodes(component.attributes);
|
|
30715
|
+
this.visitAllTemplateNodes(component.inputs);
|
|
30716
|
+
this.visitAllTemplateNodes(component.outputs);
|
|
30717
|
+
this.visitAllTemplateNodes(component.directives);
|
|
30718
|
+
this.visitAllTemplateNodes(component.references);
|
|
30719
|
+
this.visitAllTemplateNodes(component.children);
|
|
30720
|
+
}
|
|
30721
|
+
visitDirective(directive) {
|
|
30722
|
+
this.visitAllTemplateNodes(directive.attributes);
|
|
30723
|
+
this.visitAllTemplateNodes(directive.inputs);
|
|
30724
|
+
this.visitAllTemplateNodes(directive.outputs);
|
|
30725
|
+
this.visitAllTemplateNodes(directive.references);
|
|
30726
|
+
}
|
|
30727
|
+
visitVariable(variable) { }
|
|
30728
|
+
visitReference(reference) { }
|
|
30729
|
+
visitTextAttribute(attribute) { }
|
|
30730
|
+
visitText(text) { }
|
|
30731
|
+
visitUnknownBlock(block) { }
|
|
30732
|
+
visitAllTemplateNodes(nodes) {
|
|
30733
|
+
for (const node of nodes) {
|
|
30734
|
+
this.visit(node);
|
|
30735
|
+
}
|
|
30736
|
+
}
|
|
30737
|
+
}
|
|
30738
|
+
|
|
30803
30739
|
/**
|
|
30804
30740
|
* Processes `Target`s with a given set of directives and performs a binding operation, which
|
|
30805
30741
|
* returns an object similar to TypeScript's `ts.TypeChecker` that contains knowledge about the
|
|
@@ -32838,7 +32774,7 @@ function isAttrNode(ast) {
|
|
|
32838
32774
|
* @description
|
|
32839
32775
|
* Entry point for all public APIs of the compiler package.
|
|
32840
32776
|
*/
|
|
32841
|
-
new Version('20.3.
|
|
32777
|
+
const VERSION = new Version('20.3.2');
|
|
32842
32778
|
|
|
32843
32779
|
//////////////////////////////////////
|
|
32844
32780
|
// THIS FILE HAS GLOBAL SIDE EFFECT //
|
|
@@ -33385,6 +33321,21 @@ exports.ErrorCode = void 0;
|
|
|
33385
33321
|
* ```
|
|
33386
33322
|
*/
|
|
33387
33323
|
ErrorCode[ErrorCode["UNINVOKED_FUNCTION_IN_TEXT_INTERPOLATION"] = 8117] = "UNINVOKED_FUNCTION_IN_TEXT_INTERPOLATION";
|
|
33324
|
+
/**
|
|
33325
|
+
* A required initializer is being invoked in a forbidden context such as a property initializer
|
|
33326
|
+
* or a constructor.
|
|
33327
|
+
*
|
|
33328
|
+
* For example:
|
|
33329
|
+
* ```ts
|
|
33330
|
+
* class MyComponent {
|
|
33331
|
+
* myInput = input.required();
|
|
33332
|
+
* somValue = this.myInput(); // Error
|
|
33333
|
+
*
|
|
33334
|
+
* constructor() {
|
|
33335
|
+
* this.myInput(); // Error
|
|
33336
|
+
* }
|
|
33337
|
+
*/
|
|
33338
|
+
ErrorCode[ErrorCode["FORBIDDEN_REQUIRED_INITIALIZER_INVOCATION"] = 8118] = "FORBIDDEN_REQUIRED_INITIALIZER_INVOCATION";
|
|
33388
33339
|
/**
|
|
33389
33340
|
* The template type-checking engine would need to generate an inline type check block for a
|
|
33390
33341
|
* component, but the current type-checking environment doesn't support it.
|
|
@@ -33519,6 +33470,18 @@ function isFatalDiagnosticError(err) {
|
|
|
33519
33470
|
return err._isFatalDiagnosticError === true;
|
|
33520
33471
|
}
|
|
33521
33472
|
|
|
33473
|
+
/**
|
|
33474
|
+
* Base URL for the error details page.
|
|
33475
|
+
*
|
|
33476
|
+
* Keep the files below in full sync:
|
|
33477
|
+
* - packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.ts
|
|
33478
|
+
* - packages/core/src/error_details_base_url.ts
|
|
33479
|
+
*/
|
|
33480
|
+
const ERROR_DETAILS_PAGE_BASE_URL = (() => {
|
|
33481
|
+
const versionSubDomain = VERSION.major !== '0' ? `v${VERSION.major}.` : '';
|
|
33482
|
+
return `https://${versionSubDomain}angular.dev/errors`;
|
|
33483
|
+
})();
|
|
33484
|
+
|
|
33522
33485
|
/**
|
|
33523
33486
|
* Enum holding the name of each extended template diagnostic. The name is used as a user-meaningful
|
|
33524
33487
|
* value for configuring the diagnostic in the project's options.
|
|
@@ -33873,7 +33836,7 @@ class NodeJSPathManipulation {
|
|
|
33873
33836
|
// G3-ESM-MARKER: G3 uses CommonJS, but externally everything in ESM.
|
|
33874
33837
|
// CommonJS/ESM interop for determining the current file name and containing dir.
|
|
33875
33838
|
const isCommonJS = typeof __filename !== 'undefined';
|
|
33876
|
-
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-
|
|
33839
|
+
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-C11WBTJF.cjs', document.baseURI).href));
|
|
33877
33840
|
// Note, when this code loads in the browser, `url` may be an empty `{}` due to the Closure shims.
|
|
33878
33841
|
const currentFileName = isCommonJS
|
|
33879
33842
|
? __filename
|
|
@@ -42472,6 +42435,10 @@ class MagicString {
|
|
|
42472
42435
|
if (chunk.outro.length) mappings.advance(chunk.outro);
|
|
42473
42436
|
});
|
|
42474
42437
|
|
|
42438
|
+
if (this.outro) {
|
|
42439
|
+
mappings.advance(this.outro);
|
|
42440
|
+
}
|
|
42441
|
+
|
|
42475
42442
|
return {
|
|
42476
42443
|
file: options.file ? options.file.split(/[/\\]/).pop() : undefined,
|
|
42477
42444
|
sources: [
|
|
@@ -43137,7 +43104,12 @@ class MagicString {
|
|
|
43137
43104
|
const index = original.indexOf(string);
|
|
43138
43105
|
|
|
43139
43106
|
if (index !== -1) {
|
|
43140
|
-
|
|
43107
|
+
if (typeof replacement === 'function') {
|
|
43108
|
+
replacement = replacement(string, index, original);
|
|
43109
|
+
}
|
|
43110
|
+
if (string !== replacement) {
|
|
43111
|
+
this.overwrite(index, index + string.length, replacement);
|
|
43112
|
+
}
|
|
43141
43113
|
}
|
|
43142
43114
|
|
|
43143
43115
|
return this;
|
|
@@ -43160,7 +43132,11 @@ class MagicString {
|
|
|
43160
43132
|
index = original.indexOf(string, index + stringLength)
|
|
43161
43133
|
) {
|
|
43162
43134
|
const previous = original.slice(index, index + stringLength);
|
|
43163
|
-
|
|
43135
|
+
let _replacement = replacement;
|
|
43136
|
+
if (typeof replacement === 'function') {
|
|
43137
|
+
_replacement = replacement(previous, index, original);
|
|
43138
|
+
}
|
|
43139
|
+
if (previous !== _replacement) this.overwrite(index, index + stringLength, _replacement);
|
|
43164
43140
|
}
|
|
43165
43141
|
|
|
43166
43142
|
return this;
|
|
@@ -47868,11 +47844,17 @@ function getBoundAttributes(directive, node) {
|
|
|
47868
47844
|
});
|
|
47869
47845
|
}
|
|
47870
47846
|
};
|
|
47871
|
-
node.inputs.forEach(processAttribute);
|
|
47872
|
-
node.attributes.forEach(processAttribute);
|
|
47873
47847
|
if (node instanceof Template) {
|
|
47848
|
+
if (node.tagName === 'ng-template') {
|
|
47849
|
+
node.inputs.forEach(processAttribute);
|
|
47850
|
+
node.attributes.forEach(processAttribute);
|
|
47851
|
+
}
|
|
47874
47852
|
node.templateAttrs.forEach(processAttribute);
|
|
47875
47853
|
}
|
|
47854
|
+
else {
|
|
47855
|
+
node.inputs.forEach(processAttribute);
|
|
47856
|
+
node.attributes.forEach(processAttribute);
|
|
47857
|
+
}
|
|
47876
47858
|
return boundInputs;
|
|
47877
47859
|
}
|
|
47878
47860
|
/**
|
|
@@ -50865,6 +50847,7 @@ exports.Directive = Directive$1;
|
|
|
50865
50847
|
exports.DomElementSchemaRegistry = DomElementSchemaRegistry;
|
|
50866
50848
|
exports.DynamicImportExpr = DynamicImportExpr;
|
|
50867
50849
|
exports.DynamicValue = DynamicValue;
|
|
50850
|
+
exports.ERROR_DETAILS_PAGE_BASE_URL = ERROR_DETAILS_PAGE_BASE_URL;
|
|
50868
50851
|
exports.Element = Element;
|
|
50869
50852
|
exports.Element$1 = Element$1;
|
|
50870
50853
|
exports.EnumValue = EnumValue;
|
|
@@ -50884,6 +50867,7 @@ exports.ImportManager = ImportManager;
|
|
|
50884
50867
|
exports.Interpolation = Interpolation$1;
|
|
50885
50868
|
exports.InterpolationConfig = InterpolationConfig;
|
|
50886
50869
|
exports.InvokeFunctionExpr = InvokeFunctionExpr;
|
|
50870
|
+
exports.KeyedRead = KeyedRead;
|
|
50887
50871
|
exports.KnownFn = KnownFn;
|
|
50888
50872
|
exports.LetDeclaration = LetDeclaration$1;
|
|
50889
50873
|
exports.LiteralArrayExpr = LiteralArrayExpr;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.3.
|
|
3
|
+
* @license Angular v20.3.2
|
|
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-Jw4hNUf8.cjs');
|
|
13
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-C11WBTJF.cjs');
|
|
14
14
|
var ts = require('typescript');
|
|
15
15
|
var property_name = require('./property_name-BBwFuqMe.cjs');
|
|
16
16
|
require('os');
|
|
@@ -208,7 +208,7 @@ function findRoutesArrayToMigrate(sourceFile, typeChecker) {
|
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
if (ts.isVariableDeclaration(node)) {
|
|
211
|
+
else if (ts.isVariableDeclaration(node)) {
|
|
212
212
|
if (isAngularRoutesArray(node, typeChecker)) {
|
|
213
213
|
const initializer = node.initializer;
|
|
214
214
|
if (initializer &&
|
|
@@ -227,6 +227,33 @@ function findRoutesArrayToMigrate(sourceFile, typeChecker) {
|
|
|
227
227
|
}
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
+
else if (ts.isExportAssignment(node)) {
|
|
231
|
+
// Handles `export default routes`, `export default [...]` and `export default [...] as Routes`
|
|
232
|
+
let expression = node.expression;
|
|
233
|
+
if (ts.isAsExpression(expression)) {
|
|
234
|
+
expression = expression.expression;
|
|
235
|
+
}
|
|
236
|
+
if (ts.isArrayLiteralExpression(expression)) {
|
|
237
|
+
routesArrays.push({
|
|
238
|
+
routeFilePath: sourceFile.fileName,
|
|
239
|
+
array: expression,
|
|
240
|
+
routeFileImports: sourceFile.statements.filter(ts.isImportDeclaration),
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
else if (ts.isIdentifier(expression)) {
|
|
244
|
+
manageRoutesExportedByDefault(routesArrays, typeChecker, expression, sourceFile);
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
else if (ts.isExportDeclaration(node)) {
|
|
248
|
+
// Handles cases like `export { routes as default }`
|
|
249
|
+
if (node.exportClause && ts.isNamedExports(node.exportClause)) {
|
|
250
|
+
for (const specifier of node.exportClause.elements) {
|
|
251
|
+
if (specifier.name.text === 'default') {
|
|
252
|
+
manageRoutesExportedByDefault(routesArrays, typeChecker, specifier.propertyName ?? specifier.name, sourceFile);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
}
|
|
230
257
|
node.forEachChild(walk);
|
|
231
258
|
});
|
|
232
259
|
return routesArrays;
|
|
@@ -333,6 +360,23 @@ function createLoadComponentPropertyAssignment(componentImportPath, componentDec
|
|
|
333
360
|
// will generate import('./path).then(m => m.componentName)
|
|
334
361
|
ts.factory.createPropertyAccessExpression(createImportCallExpression(componentImportPath), 'then'), undefined, [createImportThenCallExpression(componentDeclarationName)])));
|
|
335
362
|
}
|
|
363
|
+
const manageRoutesExportedByDefault = (routesArrays, typeChecker, expression, sourceFile) => {
|
|
364
|
+
const symbol = typeChecker.getSymbolAtLocation(expression);
|
|
365
|
+
if (!symbol?.declarations) {
|
|
366
|
+
return;
|
|
367
|
+
}
|
|
368
|
+
for (const declaration of symbol.declarations) {
|
|
369
|
+
if (ts.isVariableDeclaration(declaration) &&
|
|
370
|
+
declaration.initializer &&
|
|
371
|
+
ts.isArrayLiteralExpression(declaration.initializer)) {
|
|
372
|
+
routesArrays.push({
|
|
373
|
+
routeFilePath: sourceFile.fileName,
|
|
374
|
+
array: declaration.initializer,
|
|
375
|
+
routeFileImports: sourceFile.statements.filter(ts.isImportDeclaration),
|
|
376
|
+
});
|
|
377
|
+
}
|
|
378
|
+
}
|
|
379
|
+
};
|
|
336
380
|
// import('./path)
|
|
337
381
|
const createImportCallExpression = (componentImportPath) => ts.factory.createCallExpression(ts.factory.createIdentifier('import'), undefined, [
|
|
338
382
|
ts.factory.createStringLiteral(componentImportPath, true),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.3.
|
|
3
|
+
* @license Angular v20.3.2
|
|
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-C11WBTJF.cjs');
|
|
12
|
+
require('./index-Gg0PI_fh.cjs');
|
|
13
13
|
require('path');
|
|
14
14
|
require('node:path');
|
|
15
|
-
var project_paths = require('./project_paths-
|
|
15
|
+
var project_paths = require('./project_paths-CfXVBYVk.cjs');
|
|
16
16
|
var imports = require('./imports-CIX-JgAN.cjs');
|
|
17
17
|
var symbol = require('./symbol-VPWguRxr.cjs');
|
|
18
18
|
require('@angular-devkit/core');
|