Skip to content

Commit

Permalink
b9a997c refactor(core): Remove STOP_PROPAGATION define. (#55582)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKushnir committed May 1, 2024
1 parent 948bf31 commit 00a556b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Wed May 1 18:46:27 UTC 2024
874d33286eafe22bd1537de9fb9b55b5cd78ed30
Wed May 1 19:00:40 UTC 2024
b9a997c467c54b8f99bad7ada24bd40dbca59e23
24 changes: 12 additions & 12 deletions bundles/language-service.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/**
* @license Angular v18.1.0-next.0+sha-874d332
* @license Angular v18.1.0-next.0+sha-b9a997c
* Copyright Google LLC All Rights Reserved.
* License: MIT
*/
Expand Down Expand Up @@ -29312,7 +29312,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
new Version('18.1.0-next.0+sha-874d332');
new Version('18.1.0-next.0+sha-b9a997c');

/**
* @license
Expand Down Expand Up @@ -29464,7 +29464,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
function compileDeclareClassMetadata(metadata) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-874d332'));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-b9a997c'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('decorators', metadata.decorators);
Expand All @@ -29482,7 +29482,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal$1(null));
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal$1(null));
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-874d332'));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-b9a997c'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
Expand Down Expand Up @@ -29591,7 +29591,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
const definitionMap = new DefinitionMap();
const minVersion = getMinimumVersionForPartialOutput(meta);
definitionMap.set('minVersion', literal$1(minVersion));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-874d332'));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-b9a997c'));
// e.g. `type: MyDirective`
definitionMap.set('type', meta.type.value);
if (meta.isStandalone) {
Expand Down Expand Up @@ -30024,7 +30024,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
function compileDeclareFactoryFunction(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-874d332'));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-b9a997c'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('deps', compileDependencies(meta.deps));
Expand Down Expand Up @@ -30066,7 +30066,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
function createInjectableDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-874d332'));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-b9a997c'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
// Only generate providedIn property if it has a non-null value
Expand Down Expand Up @@ -30124,7 +30124,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
function createInjectorDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-874d332'));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-b9a997c'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('providers', meta.providers);
Expand Down Expand Up @@ -30164,7 +30164,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
}
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$1));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-874d332'));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-b9a997c'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
// We only generate the keys in the metadata if the arrays contain values.
Expand Down Expand Up @@ -30222,7 +30222,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
function createPipeDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-874d332'));
definitionMap.set('version', literal$1('18.1.0-next.0+sha-b9a997c'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
// e.g. `type: MyPipe`
definitionMap.set('type', meta.type.value);
Expand Down Expand Up @@ -30257,7 +30257,7 @@ define(['module', 'exports', 'typescript', 'os', 'fs', 'module', 'path', 'url'],
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
new Version('18.1.0-next.0+sha-874d332');
new Version('18.1.0-next.0+sha-b9a997c');

/**
* @license
Expand Down Expand Up @@ -61553,7 +61553,7 @@ Either add the @Injectable() decorator to '${provider.node.name.text}', or confi
* @param minVersion Minimum required version for the feature.
*/
function coreVersionSupportsFeature(coreVersion, minVersion) {
// A version of `18.1.0-next.0+sha-874d332` usually means that core is at head so it supports
// A version of `18.1.0-next.0+sha-b9a997c` usually means that core is at head so it supports
// all features. Use string interpolation prevent the placeholder from being replaced
// with the current version during build time.
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/language-service",
"version": "18.1.0-next.0+sha-874d332",
"version": "18.1.0-next.0+sha-b9a997c",
"description": "Angular - language services",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 00a556b

Please sign in to comment.