@angular/compiler-cli 16.0.0-next.6 → 16.0.0-next.7
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/bundles/{chunk-2YPKXLLJ.js → chunk-5B7NBQNN.js} +2 -2
- package/bundles/{chunk-IWRMD5BL.js → chunk-BC53B7EF.js} +2 -2
- package/bundles/{chunk-2AZVA7MW.js → chunk-EPXSTYJI.js} +4 -4
- package/bundles/{chunk-2AZVA7MW.js.map → chunk-EPXSTYJI.js.map} +1 -1
- package/bundles/{chunk-2IU4GAMV.js → chunk-OKYKHPES.js} +3 -10
- package/bundles/chunk-OKYKHPES.js.map +6 -0
- package/bundles/{chunk-KOHNFJR2.js → chunk-QELUO2L4.js} +41 -198
- package/bundles/chunk-QELUO2L4.js.map +6 -0
- package/bundles/{chunk-HROZN3TD.js → chunk-TCPBYER2.js} +3 -42
- package/bundles/chunk-TCPBYER2.js.map +6 -0
- package/bundles/index.js +5 -5
- package/bundles/linker/babel/index.js +1 -1
- package/bundles/linker/index.js +1 -1
- package/bundles/private/migrations.js +2 -2
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +4 -4
- package/bundles/src/bin/ngc.js +4 -4
- package/bundles_metadata.json +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/common/src/references_registry.d.ts +1 -3
- package/src/ngtsc/annotations/common/src/util.d.ts +2 -2
- package/src/ngtsc/annotations/directive/src/handler.d.ts +1 -2
- package/src/ngtsc/partial_evaluator/src/builtin.d.ts +0 -3
- package/src/ngtsc/partial_evaluator/src/interpreter.d.ts +0 -2
- package/src/ngtsc/reflection/src/host.d.ts +13 -178
- package/src/ngtsc/reflection/src/typescript.d.ts +0 -3
- package/src/ngtsc/transform/src/compilation.d.ts +5 -6
- package/bundles/chunk-2IU4GAMV.js.map +0 -6
- package/bundles/chunk-HROZN3TD.js.map +0 -6
- package/bundles/chunk-KOHNFJR2.js.map +0 -6
- package/src/ngtsc/partial_evaluator/src/known_declaration.d.ts +0 -18
- package/src/ngtsc/partial_evaluator/src/ts_helpers.d.ts +0 -21
- /package/bundles/{chunk-2YPKXLLJ.js.map → chunk-5B7NBQNN.js.map} +0 -0
- /package/bundles/{chunk-IWRMD5BL.js.map → chunk-BC53B7EF.js.map} +0 -0
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-EPXSTYJI.js";
|
|
16
16
|
|
|
17
17
|
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
@@ -375,4 +375,4 @@ export {
|
|
|
375
375
|
* Use of this source code is governed by an MIT-style license that can be
|
|
376
376
|
* found in the LICENSE file at https://angular.io/license
|
|
377
377
|
*/
|
|
378
|
-
//# sourceMappingURL=chunk-
|
|
378
|
+
//# sourceMappingURL=chunk-5B7NBQNN.js.map
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
TypeScriptReflectionHost
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-TCPBYER2.js";
|
|
8
8
|
import {
|
|
9
9
|
isAliasImportDeclaration,
|
|
10
10
|
loadIsReferencedAliasDeclarationPatch
|
|
@@ -346,4 +346,4 @@ export {
|
|
|
346
346
|
* Use of this source code is governed by an MIT-style license that can be
|
|
347
347
|
* found in the LICENSE file at https://angular.io/license
|
|
348
348
|
*/
|
|
349
|
-
//# sourceMappingURL=chunk-
|
|
349
|
+
//# sourceMappingURL=chunk-BC53B7EF.js.map
|
|
@@ -35,11 +35,11 @@ import {
|
|
|
35
35
|
aliasTransformFactory,
|
|
36
36
|
declarationTransformFactory,
|
|
37
37
|
ivyTransformFactory
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-QELUO2L4.js";
|
|
39
39
|
import {
|
|
40
40
|
TypeScriptReflectionHost,
|
|
41
41
|
isNamedClassDeclaration
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-TCPBYER2.js";
|
|
43
43
|
import {
|
|
44
44
|
ImportManager,
|
|
45
45
|
translateExpression,
|
|
@@ -6973,7 +6973,7 @@ var NgCompiler = class {
|
|
|
6973
6973
|
const strictCtorDeps = this.options.strictInjectionParameters || false;
|
|
6974
6974
|
const handlers = [
|
|
6975
6975
|
new ComponentDecoratorHandler(reflector, evaluator, metaRegistry, metaReader, scopeReader, depScopeReader, ngModuleScopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, this.resourceManager, this.adapter.rootDirs, this.options.preserveWhitespaces || false, this.options.i18nUseExternalIds !== false, this.options.enableI18nLegacyMessageIdFormat !== false, this.usePoisonedData, this.options.i18nNormalizeLineEndingsInICUs === true, this.moduleResolver, this.cycleAnalyzer, cycleHandlingStrategy, refEmitter, this.incrementalCompilation.depGraph, injectableRegistry, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder, hostDirectivesResolver),
|
|
6976
|
-
new DirectiveDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, metaReader, injectableRegistry, refEmitter, isCore, strictCtorDeps, semanticDepGraphUpdater, this.closureCompilerEnabled,
|
|
6976
|
+
new DirectiveDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, metaReader, injectableRegistry, refEmitter, isCore, strictCtorDeps, semanticDepGraphUpdater, this.closureCompilerEnabled, this.delegatingPerfRecorder),
|
|
6977
6977
|
new PipeDecoratorHandler(reflector, evaluator, metaRegistry, ngModuleScopeRegistry, injectableRegistry, isCore, this.delegatingPerfRecorder),
|
|
6978
6978
|
new InjectableDecoratorHandler(reflector, evaluator, isCore, strictCtorDeps, injectableRegistry, this.delegatingPerfRecorder),
|
|
6979
6979
|
new NgModuleDecoratorHandler(reflector, evaluator, metaReader, metaRegistry, ngModuleScopeRegistry, referencesRegistry, isCore, refEmitter, this.closureCompilerEnabled, (_a = this.options.onlyPublishPublicTypingsForNgModules) != null ? _a : false, injectableRegistry, this.delegatingPerfRecorder)
|
|
@@ -7750,4 +7750,4 @@ export {
|
|
|
7750
7750
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7751
7751
|
* found in the LICENSE file at https://angular.io/license
|
|
7752
7752
|
*/
|
|
7753
|
-
//# sourceMappingURL=chunk-
|
|
7753
|
+
//# sourceMappingURL=chunk-EPXSTYJI.js.map
|