Skip to content

Commit

Permalink
3f53dd1 docs: sort application and browser-esbuild builders first…
Browse files Browse the repository at this point in the history
… (#59686)
  • Loading branch information
alxhub committed Jan 23, 2025
1 parent 81648eb commit f75d2d5
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 Jan 22 21:41:01 UTC 2025
6ce8ed7404abdd6241517984bb36ecf26f51c599
Thu Jan 23 22:33:25 UTC 2025
3f53dd1129fad831b0ce1d918500d38c46e7c4f0
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 v19.2.0-next.0+sha-6ce8ed7
* @license Angular v19.2.0-next.0+sha-3f53dd1
* Copyright Google LLC All Rights Reserved.
* License: MIT
*/
Expand Down Expand Up @@ -32206,7 +32206,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
new Version('19.2.0-next.0+sha-6ce8ed7');
new Version('19.2.0-next.0+sha-3f53dd1');

/**
* @license
Expand Down Expand Up @@ -33712,7 +33712,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
function compileDeclareClassMetadata(metadata) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$5));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-6ce8ed7'));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-3f53dd1'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('decorators', metadata.decorators);
Expand All @@ -33730,7 +33730,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
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('19.2.0-next.0+sha-6ce8ed7'));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-3f53dd1'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
Expand Down Expand Up @@ -33839,7 +33839,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
const definitionMap = new DefinitionMap();
const minVersion = getMinimumVersionForPartialOutput(meta);
definitionMap.set('minVersion', literal$1(minVersion));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-6ce8ed7'));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-3f53dd1'));
// e.g. `type: MyDirective`
definitionMap.set('type', meta.type.value);
if (meta.isStandalone !== undefined) {
Expand Down Expand Up @@ -34269,7 +34269,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
function compileDeclareFactoryFunction(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$4));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-6ce8ed7'));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-3f53dd1'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('deps', compileDependencies(meta.deps));
Expand Down Expand Up @@ -34311,7 +34311,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
function createInjectableDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$3));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-6ce8ed7'));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-3f53dd1'));
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 @@ -34369,7 +34369,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
function createInjectorDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION$2));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-6ce8ed7'));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-3f53dd1'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('providers', meta.providers);
Expand Down Expand Up @@ -34409,7 +34409,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
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('19.2.0-next.0+sha-6ce8ed7'));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-3f53dd1'));
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 @@ -34467,7 +34467,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
function createPipeDefinitionMap(meta) {
const definitionMap = new DefinitionMap();
definitionMap.set('minVersion', literal$1(MINIMUM_PARTIAL_LINKER_VERSION));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-6ce8ed7'));
definitionMap.set('version', literal$1('19.2.0-next.0+sha-3f53dd1'));
definitionMap.set('ngImport', importExpr(Identifiers.core));
// e.g. `type: MyPipe`
definitionMap.set('type', meta.type.value);
Expand Down Expand Up @@ -34502,7 +34502,7 @@ ${nodes.map((node) => `"${node.sourceSpan.toString()}"`).join('\n')}
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.dev/license
*/
new Version('19.2.0-next.0+sha-6ce8ed7');
new Version('19.2.0-next.0+sha-3f53dd1');

/**
* @license
Expand Down Expand Up @@ -69024,7 +69024,7 @@ export * from '${relativeEntryPoint}';
* @param minVersion Minimum required version for the feature.
*/
function coreVersionSupportsFeature(coreVersion, minVersion) {
// A version of `19.2.0-next.0+sha-6ce8ed7` usually means that core is at head so it supports
// A version of `19.2.0-next.0+sha-3f53dd1` 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": "19.2.0-next.0+sha-6ce8ed7",
"version": "19.2.0-next.0+sha-3f53dd1",
"description": "Angular - language services",
"main": "./index.js",
"typings": "./index.d.ts",
Expand Down

0 comments on commit f75d2d5

Please sign in to comment.