@angular-eslint/bundled-angular-compiler 17.5.0 → 17.5.1-alpha.1
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/dist/index.js +9 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* @license Angular v17.3.
|
|
4
|
+
* @license Angular v17.3.10
|
|
5
5
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
6
6
|
* License: MIT
|
|
7
7
|
*/
|
|
@@ -32749,7 +32749,7 @@ function publishFacade(global) {
|
|
|
32749
32749
|
* @description
|
|
32750
32750
|
* Entry point for all public APIs of the compiler package.
|
|
32751
32751
|
*/
|
|
32752
|
-
const VERSION = new Version('17.3.
|
|
32752
|
+
const VERSION = new Version('17.3.10');
|
|
32753
32753
|
|
|
32754
32754
|
class CompilerConfig {
|
|
32755
32755
|
constructor({ defaultEncapsulation = exports.ViewEncapsulation.Emulated, preserveWhitespaces, strictInjectionParameters } = {}) {
|
|
@@ -34317,7 +34317,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$5 = '12.0.0';
|
|
|
34317
34317
|
function compileDeclareClassMetadata(metadata) {
|
|
34318
34318
|
const definitionMap = new DefinitionMap();
|
|
34319
34319
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
34320
|
-
definitionMap.set('version', literal('17.3.
|
|
34320
|
+
definitionMap.set('version', literal('17.3.10'));
|
|
34321
34321
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34322
34322
|
definitionMap.set('type', metadata.type);
|
|
34323
34323
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -34413,7 +34413,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
34413
34413
|
const definitionMap = new DefinitionMap();
|
|
34414
34414
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
34415
34415
|
definitionMap.set('minVersion', literal(minVersion));
|
|
34416
|
-
definitionMap.set('version', literal('17.3.
|
|
34416
|
+
definitionMap.set('version', literal('17.3.10'));
|
|
34417
34417
|
// e.g. `type: MyDirective`
|
|
34418
34418
|
definitionMap.set('type', meta.type.value);
|
|
34419
34419
|
if (meta.isStandalone) {
|
|
@@ -34802,7 +34802,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
34802
34802
|
function compileDeclareFactoryFunction(meta) {
|
|
34803
34803
|
const definitionMap = new DefinitionMap();
|
|
34804
34804
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34805
|
-
definitionMap.set('version', literal('17.3.
|
|
34805
|
+
definitionMap.set('version', literal('17.3.10'));
|
|
34806
34806
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34807
34807
|
definitionMap.set('type', meta.type.value);
|
|
34808
34808
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34837,7 +34837,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
34837
34837
|
function createInjectableDefinitionMap(meta) {
|
|
34838
34838
|
const definitionMap = new DefinitionMap();
|
|
34839
34839
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34840
|
-
definitionMap.set('version', literal('17.3.
|
|
34840
|
+
definitionMap.set('version', literal('17.3.10'));
|
|
34841
34841
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34842
34842
|
definitionMap.set('type', meta.type.value);
|
|
34843
34843
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34888,7 +34888,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
34888
34888
|
function createInjectorDefinitionMap(meta) {
|
|
34889
34889
|
const definitionMap = new DefinitionMap();
|
|
34890
34890
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34891
|
-
definitionMap.set('version', literal('17.3.
|
|
34891
|
+
definitionMap.set('version', literal('17.3.10'));
|
|
34892
34892
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34893
34893
|
definitionMap.set('type', meta.type.value);
|
|
34894
34894
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34921,7 +34921,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
34921
34921
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34922
34922
|
}
|
|
34923
34923
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34924
|
-
definitionMap.set('version', literal('17.3.
|
|
34924
|
+
definitionMap.set('version', literal('17.3.10'));
|
|
34925
34925
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34926
34926
|
definitionMap.set('type', meta.type.value);
|
|
34927
34927
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34972,7 +34972,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
34972
34972
|
function createPipeDefinitionMap(meta) {
|
|
34973
34973
|
const definitionMap = new DefinitionMap();
|
|
34974
34974
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34975
|
-
definitionMap.set('version', literal('17.3.
|
|
34975
|
+
definitionMap.set('version', literal('17.3.10'));
|
|
34976
34976
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34977
34977
|
// e.g. `type: MyPipe`
|
|
34978
34978
|
definitionMap.set('type', meta.type.value);
|