@angular-eslint/bundled-angular-compiler 17.4.1-alpha.0 → 17.4.1
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/dist/index.js +39 -9
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
* @license Angular v17.3.
|
|
4
|
+
* @license Angular v17.3.8
|
|
5
5
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
6
6
|
* License: MIT
|
|
7
7
|
*/
|
|
@@ -15314,6 +15314,36 @@ const SCHEMA = [
|
|
|
15314
15314
|
'summary^[HTMLElement]|',
|
|
15315
15315
|
'time^[HTMLElement]|dateTime',
|
|
15316
15316
|
':svg:cursor^:svg:|',
|
|
15317
|
+
':math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex',
|
|
15318
|
+
':math:math^:math:|',
|
|
15319
|
+
':math:maction^:math:|',
|
|
15320
|
+
':math:menclose^:math:|',
|
|
15321
|
+
':math:merror^:math:|',
|
|
15322
|
+
':math:mfenced^:math:|',
|
|
15323
|
+
':math:mfrac^:math:|',
|
|
15324
|
+
':math:mi^:math:|',
|
|
15325
|
+
':math:mmultiscripts^:math:|',
|
|
15326
|
+
':math:mn^:math:|',
|
|
15327
|
+
':math:mo^:math:|',
|
|
15328
|
+
':math:mover^:math:|',
|
|
15329
|
+
':math:mpadded^:math:|',
|
|
15330
|
+
':math:mphantom^:math:|',
|
|
15331
|
+
':math:mroot^:math:|',
|
|
15332
|
+
':math:mrow^:math:|',
|
|
15333
|
+
':math:ms^:math:|',
|
|
15334
|
+
':math:mspace^:math:|',
|
|
15335
|
+
':math:msqrt^:math:|',
|
|
15336
|
+
':math:mstyle^:math:|',
|
|
15337
|
+
':math:msub^:math:|',
|
|
15338
|
+
':math:msubsup^:math:|',
|
|
15339
|
+
':math:msup^:math:|',
|
|
15340
|
+
':math:mtable^:math:|',
|
|
15341
|
+
':math:mtd^:math:|',
|
|
15342
|
+
':math:mtext^:math:|',
|
|
15343
|
+
':math:mtr^:math:|',
|
|
15344
|
+
':math:munder^:math:|',
|
|
15345
|
+
':math:munderover^:math:|',
|
|
15346
|
+
':math:semantics^:math:|',
|
|
15317
15347
|
];
|
|
15318
15348
|
const _ATTR_TO_PROP = new Map(Object.entries({
|
|
15319
15349
|
'class': 'className',
|
|
@@ -32719,7 +32749,7 @@ function publishFacade(global) {
|
|
|
32719
32749
|
* @description
|
|
32720
32750
|
* Entry point for all public APIs of the compiler package.
|
|
32721
32751
|
*/
|
|
32722
|
-
const VERSION = new Version('17.3.
|
|
32752
|
+
const VERSION = new Version('17.3.8');
|
|
32723
32753
|
|
|
32724
32754
|
class CompilerConfig {
|
|
32725
32755
|
constructor({ defaultEncapsulation = exports.ViewEncapsulation.Emulated, preserveWhitespaces, strictInjectionParameters } = {}) {
|
|
@@ -34287,7 +34317,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$5 = '12.0.0';
|
|
|
34287
34317
|
function compileDeclareClassMetadata(metadata) {
|
|
34288
34318
|
const definitionMap = new DefinitionMap();
|
|
34289
34319
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
34290
|
-
definitionMap.set('version', literal('17.3.
|
|
34320
|
+
definitionMap.set('version', literal('17.3.8'));
|
|
34291
34321
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34292
34322
|
definitionMap.set('type', metadata.type);
|
|
34293
34323
|
definitionMap.set('decorators', metadata.decorators);
|
|
@@ -34383,7 +34413,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
34383
34413
|
const definitionMap = new DefinitionMap();
|
|
34384
34414
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
34385
34415
|
definitionMap.set('minVersion', literal(minVersion));
|
|
34386
|
-
definitionMap.set('version', literal('17.3.
|
|
34416
|
+
definitionMap.set('version', literal('17.3.8'));
|
|
34387
34417
|
// e.g. `type: MyDirective`
|
|
34388
34418
|
definitionMap.set('type', meta.type.value);
|
|
34389
34419
|
if (meta.isStandalone) {
|
|
@@ -34772,7 +34802,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
|
|
|
34772
34802
|
function compileDeclareFactoryFunction(meta) {
|
|
34773
34803
|
const definitionMap = new DefinitionMap();
|
|
34774
34804
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
34775
|
-
definitionMap.set('version', literal('17.3.
|
|
34805
|
+
definitionMap.set('version', literal('17.3.8'));
|
|
34776
34806
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34777
34807
|
definitionMap.set('type', meta.type.value);
|
|
34778
34808
|
definitionMap.set('deps', compileDependencies(meta.deps));
|
|
@@ -34807,7 +34837,7 @@ function compileDeclareInjectableFromMetadata(meta) {
|
|
|
34807
34837
|
function createInjectableDefinitionMap(meta) {
|
|
34808
34838
|
const definitionMap = new DefinitionMap();
|
|
34809
34839
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
34810
|
-
definitionMap.set('version', literal('17.3.
|
|
34840
|
+
definitionMap.set('version', literal('17.3.8'));
|
|
34811
34841
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34812
34842
|
definitionMap.set('type', meta.type.value);
|
|
34813
34843
|
// Only generate providedIn property if it has a non-null value
|
|
@@ -34858,7 +34888,7 @@ function compileDeclareInjectorFromMetadata(meta) {
|
|
|
34858
34888
|
function createInjectorDefinitionMap(meta) {
|
|
34859
34889
|
const definitionMap = new DefinitionMap();
|
|
34860
34890
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
34861
|
-
definitionMap.set('version', literal('17.3.
|
|
34891
|
+
definitionMap.set('version', literal('17.3.8'));
|
|
34862
34892
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34863
34893
|
definitionMap.set('type', meta.type.value);
|
|
34864
34894
|
definitionMap.set('providers', meta.providers);
|
|
@@ -34891,7 +34921,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
34891
34921
|
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
|
|
34892
34922
|
}
|
|
34893
34923
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
34894
|
-
definitionMap.set('version', literal('17.3.
|
|
34924
|
+
definitionMap.set('version', literal('17.3.8'));
|
|
34895
34925
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34896
34926
|
definitionMap.set('type', meta.type.value);
|
|
34897
34927
|
// We only generate the keys in the metadata if the arrays contain values.
|
|
@@ -34942,7 +34972,7 @@ function compileDeclarePipeFromMetadata(meta) {
|
|
|
34942
34972
|
function createPipeDefinitionMap(meta) {
|
|
34943
34973
|
const definitionMap = new DefinitionMap();
|
|
34944
34974
|
definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
34945
|
-
definitionMap.set('version', literal('17.3.
|
|
34975
|
+
definitionMap.set('version', literal('17.3.8'));
|
|
34946
34976
|
definitionMap.set('ngImport', importExpr(Identifiers.core));
|
|
34947
34977
|
// e.g. `type: MyPipe`
|
|
34948
34978
|
definitionMap.set('type', meta.type.value);
|