1
1
/**
2
- * @license Angular v18.1.0-next.2+sha-00bde8b
2
+ * @license Angular v18.1.0-next.2+sha-0bd55a6
3
3
* (c) 2010-2024 Google LLC. https://angular.io/
4
4
* License: MIT
5
5
*/
@@ -24481,7 +24481,7 @@ function convertAst(ast, job, baseSourceSpan) {
24481
24481
// The whole point of the explicit `this` was to access the class property, but TDB and the
24482
24482
// current TCB treat the read as implicit, and give you the context property instead!
24483
24483
//
24484
- // For now, we emulate this old behvaior by aggressively converting explicit reads to to
24484
+ // For now, we emulate this old behavior by aggressively converting explicit reads to to
24485
24485
// implicit reads, except for the special cases that TDB and the current TCB protect. However,
24486
24486
// it would be an improvement to fix this.
24487
24487
//
@@ -29263,7 +29263,7 @@ function publishFacade(global) {
29263
29263
* @description
29264
29264
* Entry point for all public APIs of the compiler package.
29265
29265
*/
29266
- const VERSION = new Version('18.1.0-next.2+sha-00bde8b ');
29266
+ const VERSION = new Version('18.1.0-next.2+sha-0bd55a6 ');
29267
29267
29268
29268
class CompilerConfig {
29269
29269
constructor({ defaultEncapsulation = ViewEncapsulation.Emulated, preserveWhitespaces, strictInjectionParameters, } = {}) {
@@ -30901,7 +30901,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
30901
30901
function compileDeclareClassMetadata(metadata) {
30902
30902
const definitionMap = new DefinitionMap();
30903
30903
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
30904
- definitionMap.set('version', literal('18.1.0-next.2+sha-00bde8b '));
30904
+ definitionMap.set('version', literal('18.1.0-next.2+sha-0bd55a6 '));
30905
30905
definitionMap.set('ngImport', importExpr(Identifiers.core));
30906
30906
definitionMap.set('type', metadata.type);
30907
30907
definitionMap.set('decorators', metadata.decorators);
@@ -30919,7 +30919,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
30919
30919
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
30920
30920
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
30921
30921
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
30922
- definitionMap.set('version', literal('18.1.0-next.2+sha-00bde8b '));
30922
+ definitionMap.set('version', literal('18.1.0-next.2+sha-0bd55a6 '));
30923
30923
definitionMap.set('ngImport', importExpr(Identifiers.core));
30924
30924
definitionMap.set('type', metadata.type);
30925
30925
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -31014,7 +31014,7 @@ function createDirectiveDefinitionMap(meta) {
31014
31014
const definitionMap = new DefinitionMap();
31015
31015
const minVersion = getMinimumVersionForPartialOutput(meta);
31016
31016
definitionMap.set('minVersion', literal(minVersion));
31017
- definitionMap.set('version', literal('18.1.0-next.2+sha-00bde8b '));
31017
+ definitionMap.set('version', literal('18.1.0-next.2+sha-0bd55a6 '));
31018
31018
// e.g. `type: MyDirective`
31019
31019
definitionMap.set('type', meta.type.value);
31020
31020
if (meta.isStandalone) {
@@ -31436,7 +31436,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
31436
31436
function compileDeclareFactoryFunction(meta) {
31437
31437
const definitionMap = new DefinitionMap();
31438
31438
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
31439
- definitionMap.set('version', literal('18.1.0-next.2+sha-00bde8b '));
31439
+ definitionMap.set('version', literal('18.1.0-next.2+sha-0bd55a6 '));
31440
31440
definitionMap.set('ngImport', importExpr(Identifiers.core));
31441
31441
definitionMap.set('type', meta.type.value);
31442
31442
definitionMap.set('deps', compileDependencies(meta.deps));
@@ -31471,7 +31471,7 @@ function compileDeclareInjectableFromMetadata(meta) {
31471
31471
function createInjectableDefinitionMap(meta) {
31472
31472
const definitionMap = new DefinitionMap();
31473
31473
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
31474
- definitionMap.set('version', literal('18.1.0-next.2+sha-00bde8b '));
31474
+ definitionMap.set('version', literal('18.1.0-next.2+sha-0bd55a6 '));
31475
31475
definitionMap.set('ngImport', importExpr(Identifiers.core));
31476
31476
definitionMap.set('type', meta.type.value);
31477
31477
// Only generate providedIn property if it has a non-null value
@@ -31522,7 +31522,7 @@ function compileDeclareInjectorFromMetadata(meta) {
31522
31522
function createInjectorDefinitionMap(meta) {
31523
31523
const definitionMap = new DefinitionMap();
31524
31524
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
31525
- definitionMap.set('version', literal('18.1.0-next.2+sha-00bde8b '));
31525
+ definitionMap.set('version', literal('18.1.0-next.2+sha-0bd55a6 '));
31526
31526
definitionMap.set('ngImport', importExpr(Identifiers.core));
31527
31527
definitionMap.set('type', meta.type.value);
31528
31528
definitionMap.set('providers', meta.providers);
@@ -31555,7 +31555,7 @@ function createNgModuleDefinitionMap(meta) {
31555
31555
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
31556
31556
}
31557
31557
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
31558
- definitionMap.set('version', literal('18.1.0-next.2+sha-00bde8b '));
31558
+ definitionMap.set('version', literal('18.1.0-next.2+sha-0bd55a6 '));
31559
31559
definitionMap.set('ngImport', importExpr(Identifiers.core));
31560
31560
definitionMap.set('type', meta.type.value);
31561
31561
// We only generate the keys in the metadata if the arrays contain values.
@@ -31606,7 +31606,7 @@ function compileDeclarePipeFromMetadata(meta) {
31606
31606
function createPipeDefinitionMap(meta) {
31607
31607
const definitionMap = new DefinitionMap();
31608
31608
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
31609
- definitionMap.set('version', literal('18.1.0-next.2+sha-00bde8b '));
31609
+ definitionMap.set('version', literal('18.1.0-next.2+sha-0bd55a6 '));
31610
31610
definitionMap.set('ngImport', importExpr(Identifiers.core));
31611
31611
// e.g. `type: MyPipe`
31612
31612
definitionMap.set('type', meta.type.value);
0 commit comments