@angular-eslint/bundled-angular-compiler 16.2.1-alpha.0 → 16.2.1-alpha.7

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.
Files changed (2) hide show
  1. package/dist/index.js +9 -9
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  /**
4
- * @license Angular v16.2.5
4
+ * @license Angular v16.2.9
5
5
  * (c) 2010-2022 Google LLC. https://angular.io/
6
6
  * License: MIT
7
7
  */
@@ -21899,7 +21899,7 @@ function publishFacade(global) {
21899
21899
  * @description
21900
21900
  * Entry point for all public APIs of the compiler package.
21901
21901
  */
21902
- const VERSION = new Version('16.2.5');
21902
+ const VERSION = new Version('16.2.9');
21903
21903
 
21904
21904
  class CompilerConfig {
21905
21905
  constructor({ defaultEncapsulation = exports.ViewEncapsulation.Emulated, useJit = true, missingTranslation = null, preserveWhitespaces, strictInjectionParameters } = {}) {
@@ -23942,7 +23942,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
23942
23942
  function compileDeclareClassMetadata(metadata) {
23943
23943
  const definitionMap = new DefinitionMap();
23944
23944
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
23945
- definitionMap.set('version', literal('16.2.5'));
23945
+ definitionMap.set('version', literal('16.2.9'));
23946
23946
  definitionMap.set('ngImport', importExpr(Identifiers.core));
23947
23947
  definitionMap.set('type', metadata.type);
23948
23948
  definitionMap.set('decorators', metadata.decorators);
@@ -24050,7 +24050,7 @@ function createDirectiveDefinitionMap(meta) {
24050
24050
  // in 16.1 is actually used.
24051
24051
  const minVersion = hasTransformFunctions ? MINIMUM_PARTIAL_LINKER_VERSION$5 : '14.0.0';
24052
24052
  definitionMap.set('minVersion', literal(minVersion));
24053
- definitionMap.set('version', literal('16.2.5'));
24053
+ definitionMap.set('version', literal('16.2.9'));
24054
24054
  // e.g. `type: MyDirective`
24055
24055
  definitionMap.set('type', meta.type.value);
24056
24056
  if (meta.isStandalone) {
@@ -24275,7 +24275,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
24275
24275
  function compileDeclareFactoryFunction(meta) {
24276
24276
  const definitionMap = new DefinitionMap();
24277
24277
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
24278
- definitionMap.set('version', literal('16.2.5'));
24278
+ definitionMap.set('version', literal('16.2.9'));
24279
24279
  definitionMap.set('ngImport', importExpr(Identifiers.core));
24280
24280
  definitionMap.set('type', meta.type.value);
24281
24281
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -24310,7 +24310,7 @@ function compileDeclareInjectableFromMetadata(meta) {
24310
24310
  function createInjectableDefinitionMap(meta) {
24311
24311
  const definitionMap = new DefinitionMap();
24312
24312
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
24313
- definitionMap.set('version', literal('16.2.5'));
24313
+ definitionMap.set('version', literal('16.2.9'));
24314
24314
  definitionMap.set('ngImport', importExpr(Identifiers.core));
24315
24315
  definitionMap.set('type', meta.type.value);
24316
24316
  // Only generate providedIn property if it has a non-null value
@@ -24361,7 +24361,7 @@ function compileDeclareInjectorFromMetadata(meta) {
24361
24361
  function createInjectorDefinitionMap(meta) {
24362
24362
  const definitionMap = new DefinitionMap();
24363
24363
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
24364
- definitionMap.set('version', literal('16.2.5'));
24364
+ definitionMap.set('version', literal('16.2.9'));
24365
24365
  definitionMap.set('ngImport', importExpr(Identifiers.core));
24366
24366
  definitionMap.set('type', meta.type.value);
24367
24367
  definitionMap.set('providers', meta.providers);
@@ -24394,7 +24394,7 @@ function createNgModuleDefinitionMap(meta) {
24394
24394
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
24395
24395
  }
24396
24396
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
24397
- definitionMap.set('version', literal('16.2.5'));
24397
+ definitionMap.set('version', literal('16.2.9'));
24398
24398
  definitionMap.set('ngImport', importExpr(Identifiers.core));
24399
24399
  definitionMap.set('type', meta.type.value);
24400
24400
  // We only generate the keys in the metadata if the arrays contain values.
@@ -24445,7 +24445,7 @@ function compileDeclarePipeFromMetadata(meta) {
24445
24445
  function createPipeDefinitionMap(meta) {
24446
24446
  const definitionMap = new DefinitionMap();
24447
24447
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
24448
- definitionMap.set('version', literal('16.2.5'));
24448
+ definitionMap.set('version', literal('16.2.9'));
24449
24449
  definitionMap.set('ngImport', importExpr(Identifiers.core));
24450
24450
  // e.g. `type: MyPipe`
24451
24451
  definitionMap.set('type', meta.type.value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/bundled-angular-compiler",
3
- "version": "16.2.1-alpha.0+038422b",
3
+ "version": "16.2.1-alpha.7+354d394",
4
4
  "description": "A CJS bundled version of @angular/compiler",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -15,5 +15,5 @@
15
15
  "package.json",
16
16
  "README.md"
17
17
  ],
18
- "gitHead": "038422b3f939f2649375975a95e1417171f38ce0"
18
+ "gitHead": "354d394d2ea866b4f21cbbad84d84b2e102066f5"
19
19
  }