@angular/language-service 15.0.0-rc.4 → 15.0.0
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/language-service.js +10 -10
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v15.0.0
|
|
3
|
+
* @license Angular v15.0.0
|
|
4
4
|
* Copyright Google LLC All Rights Reserved.
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -19974,7 +19974,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
19974
19974
|
* Use of this source code is governed by an MIT-style license that can be
|
|
19975
19975
|
* found in the LICENSE file at https://angular.io/license
|
|
19976
19976
|
*/
|
|
19977
|
-
new Version('15.0.0
|
|
19977
|
+
new Version('15.0.0');
|
|
19978
19978
|
|
|
19979
19979
|
/**
|
|
19980
19980
|
* @license
|
|
@@ -20534,7 +20534,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20534
20534
|
function compileDeclareClassMetadata(metadata) {
|
|
20535
20535
|
const definitionMap = new DefinitionMap();
|
|
20536
20536
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$6));
|
|
20537
|
-
definitionMap.set('version', literal$1('15.0.0
|
|
20537
|
+
definitionMap.set('version', literal$1('15.0.0'));
|
|
20538
20538
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20539
20539
|
definitionMap.set('type', metadata.type);
|
|
20540
20540
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -20651,7 +20651,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20651
20651
|
function createDirectiveDefinitionMap(meta) {
|
|
20652
20652
|
const definitionMap = new DefinitionMap();
|
|
20653
20653
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
20654
|
-
definitionMap.set('version', literal$1('15.0.0
|
|
20654
|
+
definitionMap.set('version', literal$1('15.0.0'));
|
|
20655
20655
|
// e.g. `type: MyDirective`
|
|
20656
20656
|
definitionMap.set('type', meta.internalType);
|
|
20657
20657
|
if (meta.isStandalone) {
|
|
@@ -20887,7 +20887,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20887
20887
|
function compileDeclareFactoryFunction(meta) {
|
|
20888
20888
|
const definitionMap = new DefinitionMap();
|
|
20889
20889
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
20890
|
-
definitionMap.set('version', literal$1('15.0.0
|
|
20890
|
+
definitionMap.set('version', literal$1('15.0.0'));
|
|
20891
20891
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20892
20892
|
definitionMap.set('type', meta.internalType);
|
|
20893
20893
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -20929,7 +20929,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20929
20929
|
function createInjectableDefinitionMap(meta) {
|
|
20930
20930
|
const definitionMap = new DefinitionMap();
|
|
20931
20931
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
20932
|
-
definitionMap.set('version', literal$1('15.0.0
|
|
20932
|
+
definitionMap.set('version', literal$1('15.0.0'));
|
|
20933
20933
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20934
20934
|
definitionMap.set('type', meta.internalType);
|
|
20935
20935
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -20987,7 +20987,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
20987
20987
|
function createInjectorDefinitionMap(meta) {
|
|
20988
20988
|
const definitionMap = new DefinitionMap();
|
|
20989
20989
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
20990
|
-
definitionMap.set('version', literal$1('15.0.0
|
|
20990
|
+
definitionMap.set('version', literal$1('15.0.0'));
|
|
20991
20991
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
20992
20992
|
definitionMap.set('type', meta.internalType);
|
|
20993
20993
|
definitionMap.set('providers', meta.providers);
|
|
@@ -21024,7 +21024,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21024
21024
|
function createNgModuleDefinitionMap(meta) {
|
|
21025
21025
|
const definitionMap = new DefinitionMap();
|
|
21026
21026
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
21027
|
-
definitionMap.set('version', literal$1('15.0.0
|
|
21027
|
+
definitionMap.set('version', literal$1('15.0.0'));
|
|
21028
21028
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21029
21029
|
definitionMap.set('type', meta.internalType);
|
|
21030
21030
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -21082,7 +21082,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21082
21082
|
function createPipeDefinitionMap(meta) {
|
|
21083
21083
|
const definitionMap = new DefinitionMap();
|
|
21084
21084
|
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
21085
|
-
definitionMap.set('version', literal$1('15.0.0
|
|
21085
|
+
definitionMap.set('version', literal$1('15.0.0'));
|
|
21086
21086
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
21087
21087
|
// e.g. `type: MyPipe`
|
|
21088
21088
|
definitionMap.set('type', meta.internalType);
|
|
@@ -21117,7 +21117,7 @@ define(['exports', 'typescript/lib/tsserverlibrary', 'os', 'typescript', 'fs', '
|
|
|
21117
21117
|
* Use of this source code is governed by an MIT-style license that can be
|
|
21118
21118
|
* found in the LICENSE file at https://angular.io/license
|
|
21119
21119
|
*/
|
|
21120
|
-
new Version('15.0.0
|
|
21120
|
+
new Version('15.0.0');
|
|
21121
21121
|
|
|
21122
21122
|
/**
|
|
21123
21123
|
* @license
|