@angular-eslint/utils 19.1.1-alpha.1 → 19.1.1-alpha.3
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.
|
@@ -1,19 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* DO NOT EDIT THIS FILE
|
|
3
|
+
*
|
|
4
|
+
* In order to update this config, please run `pnpm update-native-event-names`.
|
|
5
|
+
*/
|
|
1
6
|
/**
|
|
2
7
|
* Check MDN events page for details https://developer.mozilla.org/en-US/docs/Web/Events
|
|
3
8
|
*
|
|
4
|
-
*
|
|
5
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/BatteryManager
|
|
6
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/Document
|
|
7
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/Element
|
|
8
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
|
|
9
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement
|
|
10
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement
|
|
11
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder
|
|
12
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/Node
|
|
13
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition
|
|
14
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement
|
|
15
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/SVGElement
|
|
16
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices
|
|
9
|
+
* Event names sourced from @mdn/browser-compat-data@5.6.42
|
|
17
10
|
*/
|
|
18
11
|
export declare function getNativeEventNames(): ReadonlySet<string>;
|
|
19
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":"
|
|
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,CAqLzD"}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* DO NOT EDIT THIS FILE
|
|
4
|
+
*
|
|
5
|
+
* In order to update this config, please run `pnpm update-native-event-names`.
|
|
6
|
+
*/
|
|
2
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
8
|
exports.getNativeEventNames = getNativeEventNames;
|
|
4
9
|
let nativeEventNames = null;
|
|
5
10
|
/**
|
|
6
11
|
* Check MDN events page for details https://developer.mozilla.org/en-US/docs/Web/Events
|
|
7
12
|
*
|
|
8
|
-
*
|
|
9
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/BatteryManager
|
|
10
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/Document
|
|
11
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/Element
|
|
12
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement
|
|
13
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement
|
|
14
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement
|
|
15
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder
|
|
16
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/Node
|
|
17
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition
|
|
18
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/SVGAnimationElement
|
|
19
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/SVGElement
|
|
20
|
-
* @link https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices
|
|
13
|
+
* Event names sourced from @mdn/browser-compat-data@5.6.42
|
|
21
14
|
*/
|
|
22
15
|
function getNativeEventNames() {
|
|
23
16
|
return (nativeEventNames ??
|
|
@@ -30,8 +23,6 @@ function getNativeEventNames() {
|
|
|
30
23
|
'animationiteration',
|
|
31
24
|
'animationstart',
|
|
32
25
|
'appinstalled',
|
|
33
|
-
'audioend',
|
|
34
|
-
'audiostart',
|
|
35
26
|
'auxclick',
|
|
36
27
|
'beforeinput',
|
|
37
28
|
'beforeinstallprompt',
|
|
@@ -43,33 +34,35 @@ function getNativeEventNames() {
|
|
|
43
34
|
'beforexrselect',
|
|
44
35
|
'beginEvent',
|
|
45
36
|
'blur',
|
|
37
|
+
'bounce',
|
|
46
38
|
'cancel',
|
|
47
39
|
'canplay',
|
|
48
40
|
'canplaythrough',
|
|
49
41
|
'change',
|
|
50
|
-
'chargingchange',
|
|
51
|
-
'chargingtimechange',
|
|
52
42
|
'click',
|
|
43
|
+
'close',
|
|
44
|
+
'command',
|
|
53
45
|
'compositionend',
|
|
54
46
|
'compositionstart',
|
|
55
47
|
'compositionupdate',
|
|
56
48
|
'contentvisibilityautostatechange',
|
|
49
|
+
'contextlost',
|
|
57
50
|
'contextmenu',
|
|
51
|
+
'contextrestored',
|
|
58
52
|
'copy',
|
|
53
|
+
'cuechange',
|
|
59
54
|
'cut',
|
|
60
|
-
'dataavailable',
|
|
61
55
|
'dblclick',
|
|
62
|
-
'devicechange',
|
|
63
56
|
'devicemotion',
|
|
64
57
|
'deviceorientation',
|
|
65
58
|
'deviceorientationabsolute',
|
|
66
|
-
'dischargingtimechange',
|
|
67
59
|
'DOMActivate',
|
|
68
60
|
'DOMContentLoaded',
|
|
69
61
|
'DOMMouseScroll',
|
|
70
62
|
'drag',
|
|
71
63
|
'dragend',
|
|
72
64
|
'dragenter',
|
|
65
|
+
'dragexit',
|
|
73
66
|
'dragleave',
|
|
74
67
|
'dragover',
|
|
75
68
|
'dragstart',
|
|
@@ -77,14 +70,16 @@ function getNativeEventNames() {
|
|
|
77
70
|
'durationchange',
|
|
78
71
|
'emptied',
|
|
79
72
|
'encrypted',
|
|
80
|
-
'end',
|
|
81
73
|
'ended',
|
|
82
74
|
'endEvent',
|
|
75
|
+
'enterpictureinpicture',
|
|
83
76
|
'error',
|
|
77
|
+
'finish',
|
|
84
78
|
'focus',
|
|
85
79
|
'focusin',
|
|
86
80
|
'focusout',
|
|
87
81
|
'formdata',
|
|
82
|
+
'freeze',
|
|
88
83
|
'fullscreenchange',
|
|
89
84
|
'fullscreenerror',
|
|
90
85
|
'gamepadconnected',
|
|
@@ -95,11 +90,12 @@ function getNativeEventNames() {
|
|
|
95
90
|
'gotpointercapture',
|
|
96
91
|
'hashchange',
|
|
97
92
|
'input',
|
|
93
|
+
'invalid',
|
|
98
94
|
'keydown',
|
|
99
95
|
'keypress',
|
|
100
96
|
'keyup',
|
|
101
97
|
'languagechange',
|
|
102
|
-
'
|
|
98
|
+
'leavepictureinpicture',
|
|
103
99
|
'load',
|
|
104
100
|
'loadeddata',
|
|
105
101
|
'loadedmetadata',
|
|
@@ -116,7 +112,6 @@ function getNativeEventNames() {
|
|
|
116
112
|
'mouseup',
|
|
117
113
|
'mousewheel',
|
|
118
114
|
'MozMousePixelScroll',
|
|
119
|
-
'nomatch',
|
|
120
115
|
'offline',
|
|
121
116
|
'online',
|
|
122
117
|
'orientationchange',
|
|
@@ -148,22 +143,21 @@ function getNativeEventNames() {
|
|
|
148
143
|
'repeatEvent',
|
|
149
144
|
'reset',
|
|
150
145
|
'resize',
|
|
151
|
-
'result',
|
|
152
146
|
'resume',
|
|
153
147
|
'scroll',
|
|
154
148
|
'scrollend',
|
|
149
|
+
'scrollsnapchange',
|
|
150
|
+
'scrollsnapchanging',
|
|
151
|
+
'search',
|
|
155
152
|
'securitypolicyviolation',
|
|
156
153
|
'seeked',
|
|
157
154
|
'seeking',
|
|
155
|
+
'select',
|
|
158
156
|
'selectionchange',
|
|
159
157
|
'selectstart',
|
|
160
|
-
'
|
|
161
|
-
'soundstart',
|
|
162
|
-
'speechend',
|
|
163
|
-
'speechstart',
|
|
158
|
+
'slotchange',
|
|
164
159
|
'stalled',
|
|
165
160
|
'start',
|
|
166
|
-
'stop',
|
|
167
161
|
'storage',
|
|
168
162
|
'submit',
|
|
169
163
|
'suspend',
|
|
@@ -187,6 +181,10 @@ function getNativeEventNames() {
|
|
|
187
181
|
'vrdisplaydisconnect',
|
|
188
182
|
'vrdisplaypresentchange',
|
|
189
183
|
'waiting',
|
|
184
|
+
'waitingforkey',
|
|
185
|
+
'webglcontextcreationerror',
|
|
186
|
+
'webglcontextlost',
|
|
187
|
+
'webglcontextrestored',
|
|
190
188
|
'webkitmouseforcechanged',
|
|
191
189
|
'webkitmouseforcedown',
|
|
192
190
|
'webkitmouseforceup',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/utils",
|
|
3
|
-
"version": "19.1.1-alpha.
|
|
3
|
+
"version": "19.1.1-alpha.3",
|
|
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": "19.1.1-alpha.
|
|
25
|
+
"@angular-eslint/bundled-angular-compiler": "19.1.1-alpha.3"
|
|
26
26
|
},
|
|
27
27
|
"gitHead": "e2006e5e9c99e5a943d1a999e0efa5247d29ec24"
|
|
28
28
|
}
|