@angular-eslint/utils 21.1.1-alpha.0 → 21.1.1-alpha.2
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
/**
|
|
7
7
|
* Check MDN events page for details https://developer.mozilla.org/en-US/docs/Web/Events
|
|
8
8
|
*
|
|
9
|
-
* Event names sourced from @mdn/browser-compat-data@7.1.
|
|
9
|
+
* Event names sourced from @mdn/browser-compat-data@7.1.23
|
|
10
10
|
*/
|
|
11
11
|
export declare function getNativeEventNames(): ReadonlySet<string>;
|
|
12
12
|
//# sourceMappingURL=get-native-event-names.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-native-event-names.d.ts","sourceRoot":"","sources":["../../src/eslint-plugin/get-native-event-names.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;;;GAIG;AACH,wBAAgB,mBAAmB,IAAI,WAAW,CAAC,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"get-native-event-names.d.ts","sourceRoot":"","sources":["../../src/eslint-plugin/get-native-event-names.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;;;GAIG;AACH,wBAAgB,mBAAmB,IAAI,WAAW,CAAC,MAAM,CAAC,CAuLzD"}
|
|
@@ -10,7 +10,7 @@ let nativeEventNames = null;
|
|
|
10
10
|
/**
|
|
11
11
|
* Check MDN events page for details https://developer.mozilla.org/en-US/docs/Web/Events
|
|
12
12
|
*
|
|
13
|
-
* Event names sourced from @mdn/browser-compat-data@7.1.
|
|
13
|
+
* Event names sourced from @mdn/browser-compat-data@7.1.23
|
|
14
14
|
*/
|
|
15
15
|
function getNativeEventNames() {
|
|
16
16
|
return (nativeEventNames ??
|
|
@@ -90,6 +90,7 @@ function getNativeEventNames() {
|
|
|
90
90
|
'gotpointercapture',
|
|
91
91
|
'hashchange',
|
|
92
92
|
'input',
|
|
93
|
+
'interest',
|
|
93
94
|
'invalid',
|
|
94
95
|
'keydown',
|
|
95
96
|
'keypress',
|
|
@@ -100,6 +101,7 @@ function getNativeEventNames() {
|
|
|
100
101
|
'loadeddata',
|
|
101
102
|
'loadedmetadata',
|
|
102
103
|
'loadstart',
|
|
104
|
+
'loseinterest',
|
|
103
105
|
'lostpointercapture',
|
|
104
106
|
'message',
|
|
105
107
|
'messageerror',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/utils",
|
|
3
|
-
"version": "21.1.1-alpha.
|
|
3
|
+
"version": "21.1.1-alpha.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"typescript": "*"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@angular-eslint/bundled-angular-compiler": "21.1.1-alpha.
|
|
25
|
+
"@angular-eslint/bundled-angular-compiler": "21.1.1-alpha.2"
|
|
26
26
|
},
|
|
27
27
|
"nx": {
|
|
28
28
|
"namedInputs": {
|