@cyberskill/shared 3.12.0 → 3.13.0

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 (180) hide show
  1. package/dist/config/commitlint/index.d.ts +5 -1
  2. package/dist/{src/config → config}/config.type.d.ts +1 -1
  3. package/dist/{src/config → config}/config.util.d.ts +1 -1
  4. package/dist/config/env/index.d.ts +3 -1
  5. package/dist/config/eslint/index.d.ts +1198 -1
  6. package/dist/config/graphql-codegen/index.d.ts +2 -1
  7. package/dist/config/index.d.ts +2 -1
  8. package/dist/config/lint-staged/index.d.ts +5 -1
  9. package/dist/config/storybook/index.d.ts +2 -1
  10. package/dist/config/vitest/index.d.ts +3 -1
  11. package/dist/config/vitest/vitest.e2e.d.ts +20 -1
  12. package/dist/config/vitest/vitest.unit.d.ts +22 -1
  13. package/dist/constant/index.d.ts +5 -1
  14. package/dist/node/apollo-server/index.d.ts +2 -1
  15. package/dist/node/cli/index.d.ts +2 -1
  16. package/dist/node/command/index.d.ts +2 -1
  17. package/dist/node/express/index.d.ts +2 -1
  18. package/dist/node/fs/index.d.ts +2 -1
  19. package/dist/node/log/index.d.ts +2 -1
  20. package/dist/{src/node → node}/log/log.type.d.ts +2 -2
  21. package/dist/{src/node → node}/log/log.util.d.ts +1 -1
  22. package/dist/node/mongo/index.d.ts +6 -1
  23. package/dist/{src/node → node}/mongo/mongo.controller.helpers.d.ts +1 -1
  24. package/dist/{src/node → node}/mongo/mongo.controller.mongoose.d.ts +1 -1
  25. package/dist/{src/node → node}/mongo/mongo.controller.native.d.ts +1 -1
  26. package/dist/{src/node → node}/mongo/mongo.controller.type.d.ts +1 -1
  27. package/dist/node/package/index.d.ts +2 -1
  28. package/dist/{src/node → node}/package/package.util.d.ts +1 -1
  29. package/dist/node/path/index.d.ts +2 -1
  30. package/dist/node/storage/index.d.ts +3 -1
  31. package/dist/node/upload/index.d.ts +3 -1
  32. package/dist/{src/node → node}/upload/upload.util.d.ts +1 -1
  33. package/dist/node/upload/upload.util.js.map +1 -1
  34. package/dist/node/ws/index.d.ts +2 -1
  35. package/dist/{src/react → react}/apollo-client/apollo-client.type.d.ts +1 -1
  36. package/dist/react/apollo-client/index.d.ts +9 -1
  37. package/dist/react/apollo-client/links/index.d.ts +1 -1
  38. package/dist/react/apollo-client-nextjs/apollo-client-nextjs.rsc.d.ts +16 -1
  39. package/dist/react/apollo-client-nextjs/index.d.ts +2 -1
  40. package/dist/react/apollo-error/index.d.ts +6 -1
  41. package/dist/react/i18next/index.d.ts +2 -1
  42. package/dist/react/loading/index.d.ts +5 -1
  43. package/dist/{src/react → react}/loading/loading.provider.d.ts +1 -1
  44. package/dist/react/log/index.d.ts +2 -1
  45. package/dist/react/log/log.type.d.ts +1 -0
  46. package/dist/{src/react → react}/log/log.util.d.ts +1 -1
  47. package/dist/react/next-intl/index.d.ts +6 -1
  48. package/dist/{src/react → react}/next-intl/next-intl.hoc.d.ts +1 -1
  49. package/dist/{src/react → react}/next-intl/next-intl.type.d.ts +1 -1
  50. package/dist/react/storage/index.d.ts +2 -1
  51. package/dist/{src/react → react}/storage/storage.hook.d.ts +1 -1
  52. package/dist/react/toast/index.d.ts +1 -1
  53. package/dist/react/userback/index.d.ts +2 -1
  54. package/dist/typescript/index.d.ts +5 -1
  55. package/dist/util/common/index.d.ts +5 -1
  56. package/dist/util/index.d.ts +9 -1
  57. package/dist/util/log/index.d.ts +2 -1
  58. package/dist/{src/util → util}/log/log.util.d.ts +1 -1
  59. package/dist/util/object/index.d.ts +4 -1
  60. package/dist/util/serializer/index.d.ts +2 -1
  61. package/dist/util/string/index.d.ts +5 -1
  62. package/dist/util/validate/index.d.ts +4 -1
  63. package/package.json +1 -1
  64. package/dist/src/config/commitlint/index.d.ts +0 -5
  65. package/dist/src/config/env/index.d.ts +0 -3
  66. package/dist/src/config/eslint/index.d.ts +0 -1198
  67. package/dist/src/config/graphql-codegen/index.d.ts +0 -2
  68. package/dist/src/config/index.d.ts +0 -2
  69. package/dist/src/config/lint-staged/index.d.ts +0 -5
  70. package/dist/src/config/storybook/index.d.ts +0 -2
  71. package/dist/src/config/vitest/index.d.ts +0 -3
  72. package/dist/src/config/vitest/vitest.e2e.d.ts +0 -20
  73. package/dist/src/config/vitest/vitest.unit.d.ts +0 -22
  74. package/dist/src/constant/index.d.ts +0 -5
  75. package/dist/src/node/apollo-server/index.d.ts +0 -2
  76. package/dist/src/node/cli/index.d.ts +0 -2
  77. package/dist/src/node/command/index.d.ts +0 -2
  78. package/dist/src/node/express/index.d.ts +0 -2
  79. package/dist/src/node/fs/index.d.ts +0 -2
  80. package/dist/src/node/log/index.d.ts +0 -2
  81. package/dist/src/node/mongo/index.d.ts +0 -6
  82. package/dist/src/node/package/index.d.ts +0 -2
  83. package/dist/src/node/path/index.d.ts +0 -2
  84. package/dist/src/node/storage/index.d.ts +0 -3
  85. package/dist/src/node/upload/index.d.ts +0 -3
  86. package/dist/src/node/ws/index.d.ts +0 -2
  87. package/dist/src/react/apollo-client/index.d.ts +0 -9
  88. package/dist/src/react/apollo-client/links/index.d.ts +0 -1
  89. package/dist/src/react/apollo-client-nextjs/apollo-client-nextjs.rsc.d.ts +0 -16
  90. package/dist/src/react/apollo-client-nextjs/index.d.ts +0 -2
  91. package/dist/src/react/apollo-error/index.d.ts +0 -6
  92. package/dist/src/react/i18next/index.d.ts +0 -2
  93. package/dist/src/react/loading/index.d.ts +0 -5
  94. package/dist/src/react/log/index.d.ts +0 -2
  95. package/dist/src/react/log/log.type.d.ts +0 -1
  96. package/dist/src/react/next-intl/index.d.ts +0 -6
  97. package/dist/src/react/storage/index.d.ts +0 -2
  98. package/dist/src/react/toast/index.d.ts +0 -1
  99. package/dist/src/react/userback/index.d.ts +0 -2
  100. package/dist/src/typescript/index.d.ts +0 -5
  101. package/dist/src/util/common/index.d.ts +0 -5
  102. package/dist/src/util/index.d.ts +0 -9
  103. package/dist/src/util/log/index.d.ts +0 -2
  104. package/dist/src/util/object/index.d.ts +0 -4
  105. package/dist/src/util/serializer/index.d.ts +0 -2
  106. package/dist/src/util/string/index.d.ts +0 -5
  107. package/dist/src/util/validate/index.d.ts +0 -4
  108. /package/dist/{src/config → config}/env/env.constant.d.ts +0 -0
  109. /package/dist/{src/config → config}/env/env.type.d.ts +0 -0
  110. /package/dist/{src/config → config}/env/env.util.d.ts +0 -0
  111. /package/dist/{src/config → config}/graphql-codegen/graphql-codegen.type.d.ts +0 -0
  112. /package/dist/{src/config → config}/graphql-codegen/graphql-codegen.util.d.ts +0 -0
  113. /package/dist/{src/config → config}/storybook/storybook.main.d.ts +0 -0
  114. /package/dist/{src/config → config}/storybook/storybook.preview.d.ts +0 -0
  115. /package/dist/{src/config → config}/vitest/vitest.unit.setup.d.ts +0 -0
  116. /package/dist/{src/constant → constant}/common.d.ts +0 -0
  117. /package/dist/{src/constant → constant}/response-status.d.ts +0 -0
  118. /package/dist/{src/node → node}/apollo-server/apollo-server.type.d.ts +0 -0
  119. /package/dist/{src/node → node}/apollo-server/apollo-server.util.d.ts +0 -0
  120. /package/dist/{src/node → node}/command/command.type.d.ts +0 -0
  121. /package/dist/{src/node → node}/command/command.util.d.ts +0 -0
  122. /package/dist/{src/node → node}/express/express.type.d.ts +0 -0
  123. /package/dist/{src/node → node}/express/express.util.d.ts +0 -0
  124. /package/dist/{src/node → node}/fs/fs.type.d.ts +0 -0
  125. /package/dist/{src/node → node}/fs/fs.util.d.ts +0 -0
  126. /package/dist/{src/node → node}/mongo/mongo.constant.d.ts +0 -0
  127. /package/dist/{src/node → node}/mongo/mongo.controller.d.ts +0 -0
  128. /package/dist/{src/node → node}/mongo/mongo.dynamic-populate.d.ts +0 -0
  129. /package/dist/{src/node → node}/mongo/mongo.internal-types.d.ts +0 -0
  130. /package/dist/{src/node → node}/mongo/mongo.populate.d.ts +0 -0
  131. /package/dist/{src/node → node}/mongo/mongo.type.d.ts +0 -0
  132. /package/dist/{src/node → node}/mongo/mongo.util.d.ts +0 -0
  133. /package/dist/{src/node → node}/package/package.type.d.ts +0 -0
  134. /package/dist/{src/node → node}/path/path.constant.d.ts +0 -0
  135. /package/dist/{src/node → node}/path/path.util.d.ts +0 -0
  136. /package/dist/{src/node → node}/storage/storage.constant.d.ts +0 -0
  137. /package/dist/{src/node → node}/storage/storage.type.d.ts +0 -0
  138. /package/dist/{src/node → node}/storage/storage.util.d.ts +0 -0
  139. /package/dist/{src/node → node}/upload/upload.constant.d.ts +0 -0
  140. /package/dist/{src/node → node}/upload/upload.type.d.ts +0 -0
  141. /package/dist/{src/node → node}/ws/ws.type.d.ts +0 -0
  142. /package/dist/{src/node → node}/ws/ws.util.d.ts +0 -0
  143. /package/dist/{src/react → react}/apollo-client/apollo-client.component.d.ts +0 -0
  144. /package/dist/{src/react → react}/apollo-client/apollo-client.constant.d.ts +0 -0
  145. /package/dist/{src/react → react}/apollo-client/apollo-client.context.d.ts +0 -0
  146. /package/dist/{src/react → react}/apollo-client/apollo-client.hook.d.ts +0 -0
  147. /package/dist/{src/react → react}/apollo-client/apollo-client.util.d.ts +0 -0
  148. /package/dist/{src/react → react}/apollo-client/links/upload.d.ts +0 -0
  149. /package/dist/{src/react → react}/apollo-client-nextjs/apollo-client-nextjs.component.d.ts +0 -0
  150. /package/dist/{src/react → react}/apollo-client-nextjs/apollo-client-nextjs.util.d.ts +0 -0
  151. /package/dist/{src/react → react}/apollo-error/apollo-error.component.d.ts +0 -0
  152. /package/dist/{src/react → react}/apollo-error/apollo-error.context.d.ts +0 -0
  153. /package/dist/{src/react → react}/apollo-error/apollo-error.hook.d.ts +0 -0
  154. /package/dist/{src/react → react}/apollo-error/apollo-error.provider.d.ts +0 -0
  155. /package/dist/{src/react → react}/apollo-error/apollo-error.type.d.ts +0 -0
  156. /package/dist/{src/react → react}/apollo-error/apollo-error.util.d.ts +0 -0
  157. /package/dist/{src/react → react}/i18next/i18next.hook.d.ts +0 -0
  158. /package/dist/{src/react → react}/i18next/i18next.util.d.ts +0 -0
  159. /package/dist/{src/react → react}/loading/loading.component.d.ts +0 -0
  160. /package/dist/{src/react → react}/loading/loading.context.d.ts +0 -0
  161. /package/dist/{src/react → react}/loading/loading.hook.d.ts +0 -0
  162. /package/dist/{src/react → react}/loading/loading.type.d.ts +0 -0
  163. /package/dist/{src/react → react}/next-intl/next-intl.constant.d.ts +0 -0
  164. /package/dist/{src/react → react}/next-intl/next-intl.context.d.ts +0 -0
  165. /package/dist/{src/react → react}/next-intl/next-intl.hook.d.ts +0 -0
  166. /package/dist/{src/react → react}/next-intl/next-intl.provider.d.ts +0 -0
  167. /package/dist/{src/react → react}/storage/storage.util.d.ts +0 -0
  168. /package/dist/{src/react → react}/userback/userback.component.d.ts +0 -0
  169. /package/dist/{src/react → react}/userback/userback.type.d.ts +0 -0
  170. /package/dist/{src/typescript → typescript}/common.type.d.ts +0 -0
  171. /package/dist/{src/typescript → typescript}/react.type.d.ts +0 -0
  172. /package/dist/{src/util → util}/common/common.type.d.ts +0 -0
  173. /package/dist/{src/util → util}/common/common.util.d.ts +0 -0
  174. /package/dist/{src/util → util}/log/log.type.d.ts +0 -0
  175. /package/dist/{src/util → util}/object/object.util.d.ts +0 -0
  176. /package/dist/{src/util → util}/serializer/serializer.type.d.ts +0 -0
  177. /package/dist/{src/util → util}/serializer/serializer.util.d.ts +0 -0
  178. /package/dist/{src/util → util}/string/string.type.d.ts +0 -0
  179. /package/dist/{src/util → util}/string/string.util.d.ts +0 -0
  180. /package/dist/{src/util → util}/validate/validate.util.d.ts +0 -0
@@ -1,1198 +0,0 @@
1
- /**
2
- * Base ESLint configuration.
3
- * This config provides the foundation for ESLint rules.
4
- */
5
- declare const _default: {
6
- languageOptions: {
7
- globals: {
8
- AbortController: false;
9
- AbortSignal: false;
10
- AbsoluteOrientationSensor: false;
11
- AbstractRange: false;
12
- Accelerometer: false;
13
- addEventListener: false;
14
- ai: false;
15
- AI: false;
16
- AICreateMonitor: false;
17
- AITextSession: false;
18
- alert: false;
19
- AnalyserNode: false;
20
- Animation: false;
21
- AnimationEffect: false;
22
- AnimationEvent: false;
23
- AnimationPlaybackEvent: false;
24
- AnimationTimeline: false;
25
- AsyncDisposableStack: false;
26
- atob: false;
27
- Attr: false;
28
- Audio: false;
29
- AudioBuffer: false;
30
- AudioBufferSourceNode: false;
31
- AudioContext: false;
32
- AudioData: false;
33
- AudioDecoder: false;
34
- AudioDestinationNode: false;
35
- AudioEncoder: false;
36
- AudioListener: false;
37
- AudioNode: false;
38
- AudioParam: false;
39
- AudioParamMap: false;
40
- AudioProcessingEvent: false;
41
- AudioScheduledSourceNode: false;
42
- AudioSinkInfo: false;
43
- AudioWorklet: false;
44
- AudioWorkletNode: false;
45
- AuthenticatorAssertionResponse: false;
46
- AuthenticatorAttestationResponse: false;
47
- AuthenticatorResponse: false;
48
- BackgroundFetchManager: false;
49
- BackgroundFetchRecord: false;
50
- BackgroundFetchRegistration: false;
51
- BarcodeDetector: false;
52
- BarProp: false;
53
- BaseAudioContext: false;
54
- BatteryManager: false;
55
- BeforeUnloadEvent: false;
56
- BiquadFilterNode: false;
57
- Blob: false;
58
- BlobEvent: false;
59
- Bluetooth: false;
60
- BluetoothCharacteristicProperties: false;
61
- BluetoothDevice: false;
62
- BluetoothRemoteGATTCharacteristic: false;
63
- BluetoothRemoteGATTDescriptor: false;
64
- BluetoothRemoteGATTServer: false;
65
- BluetoothRemoteGATTService: false;
66
- BluetoothUUID: false;
67
- blur: false;
68
- BroadcastChannel: false;
69
- BrowserCaptureMediaStreamTrack: false;
70
- btoa: false;
71
- ByteLengthQueuingStrategy: false;
72
- Cache: false;
73
- caches: false;
74
- CacheStorage: false;
75
- cancelAnimationFrame: false;
76
- cancelIdleCallback: false;
77
- CanvasCaptureMediaStream: false;
78
- CanvasCaptureMediaStreamTrack: false;
79
- CanvasGradient: false;
80
- CanvasPattern: false;
81
- CanvasRenderingContext2D: false;
82
- CaptureController: false;
83
- CaretPosition: false;
84
- CDATASection: false;
85
- ChannelMergerNode: false;
86
- ChannelSplitterNode: false;
87
- ChapterInformation: false;
88
- CharacterBoundsUpdateEvent: false;
89
- CharacterData: false;
90
- clearInterval: false;
91
- clearTimeout: false;
92
- clientInformation: false;
93
- Clipboard: false;
94
- ClipboardChangeEvent: false;
95
- ClipboardEvent: false;
96
- ClipboardItem: false;
97
- close: false;
98
- closed: false;
99
- CloseEvent: false;
100
- CloseWatcher: false;
101
- CommandEvent: false;
102
- Comment: false;
103
- CompositionEvent: false;
104
- CompressionStream: false;
105
- confirm: false;
106
- console: false;
107
- ConstantSourceNode: false;
108
- ContentVisibilityAutoStateChangeEvent: false;
109
- ConvolverNode: false;
110
- CookieChangeEvent: false;
111
- CookieDeprecationLabel: false;
112
- cookieStore: false;
113
- CookieStore: false;
114
- CookieStoreManager: false;
115
- CountQueuingStrategy: false;
116
- crashReport: false;
117
- CrashReportContext: false;
118
- createImageBitmap: false;
119
- CreateMonitor: false;
120
- Credential: false;
121
- credentialless: false;
122
- CredentialsContainer: false;
123
- CropTarget: false;
124
- crossOriginIsolated: false;
125
- crypto: false;
126
- Crypto: false;
127
- CryptoKey: false;
128
- CSPViolationReportBody: false;
129
- CSS: false;
130
- CSSAnimation: false;
131
- CSSConditionRule: false;
132
- CSSContainerRule: false;
133
- CSSCounterStyleRule: false;
134
- CSSFontFaceRule: false;
135
- CSSFontFeatureValuesRule: false;
136
- CSSFontPaletteValuesRule: false;
137
- CSSFunctionDeclarations: false;
138
- CSSFunctionDescriptors: false;
139
- CSSFunctionRule: false;
140
- CSSGroupingRule: false;
141
- CSSImageValue: false;
142
- CSSImportRule: false;
143
- CSSKeyframeRule: false;
144
- CSSKeyframesRule: false;
145
- CSSKeywordValue: false;
146
- CSSLayerBlockRule: false;
147
- CSSLayerStatementRule: false;
148
- CSSMarginRule: false;
149
- CSSMathClamp: false;
150
- CSSMathInvert: false;
151
- CSSMathMax: false;
152
- CSSMathMin: false;
153
- CSSMathNegate: false;
154
- CSSMathProduct: false;
155
- CSSMathSum: false;
156
- CSSMathValue: false;
157
- CSSMatrixComponent: false;
158
- CSSMediaRule: false;
159
- CSSNamespaceRule: false;
160
- CSSNestedDeclarations: false;
161
- CSSNumericArray: false;
162
- CSSNumericValue: false;
163
- CSSPageDescriptors: false;
164
- CSSPageRule: false;
165
- CSSPerspective: false;
166
- CSSPositionTryDescriptors: false;
167
- CSSPositionTryRule: false;
168
- CSSPositionValue: false;
169
- CSSPropertyRule: false;
170
- CSSRotate: false;
171
- CSSRule: false;
172
- CSSRuleList: false;
173
- CSSScale: false;
174
- CSSScopeRule: false;
175
- CSSSkew: false;
176
- CSSSkewX: false;
177
- CSSSkewY: false;
178
- CSSStartingStyleRule: false;
179
- CSSStyleDeclaration: false;
180
- CSSStyleProperties: false;
181
- CSSStyleRule: false;
182
- CSSStyleSheet: false;
183
- CSSStyleValue: false;
184
- CSSSupportsRule: false;
185
- CSSTransformComponent: false;
186
- CSSTransformValue: false;
187
- CSSTransition: false;
188
- CSSTranslate: false;
189
- CSSUnitValue: false;
190
- CSSUnparsedValue: false;
191
- CSSVariableReferenceValue: false;
192
- CSSViewTransitionRule: false;
193
- CustomElementRegistry: false;
194
- customElements: false;
195
- CustomEvent: false;
196
- CustomStateSet: false;
197
- DataTransfer: false;
198
- DataTransferItem: false;
199
- DataTransferItemList: false;
200
- DecompressionStream: false;
201
- DelayNode: false;
202
- DelegatedInkTrailPresenter: false;
203
- DeviceMotionEvent: false;
204
- DeviceMotionEventAcceleration: false;
205
- DeviceMotionEventRotationRate: false;
206
- DeviceOrientationEvent: false;
207
- devicePixelRatio: false;
208
- DevicePosture: false;
209
- DigitalCredential: false;
210
- dispatchEvent: false;
211
- DisposableStack: false;
212
- document: false;
213
- Document: false;
214
- DocumentFragment: false;
215
- documentPictureInPicture: false;
216
- DocumentPictureInPicture: false;
217
- DocumentPictureInPictureEvent: false;
218
- DocumentTimeline: false;
219
- DocumentType: false;
220
- DOMError: false;
221
- DOMException: false;
222
- DOMImplementation: false;
223
- DOMMatrix: false;
224
- DOMMatrixReadOnly: false;
225
- DOMParser: false;
226
- DOMPoint: false;
227
- DOMPointReadOnly: false;
228
- DOMQuad: false;
229
- DOMRect: false;
230
- DOMRectList: false;
231
- DOMRectReadOnly: false;
232
- DOMStringList: false;
233
- DOMStringMap: false;
234
- DOMTokenList: false;
235
- DragEvent: false;
236
- DynamicsCompressorNode: false;
237
- EditContext: false;
238
- Element: false;
239
- ElementInternals: false;
240
- EncodedAudioChunk: false;
241
- EncodedVideoChunk: false;
242
- ErrorEvent: false;
243
- event: false;
244
- Event: false;
245
- EventCounts: false;
246
- EventSource: false;
247
- EventTarget: false;
248
- external: false;
249
- External: false;
250
- EyeDropper: false;
251
- FeaturePolicy: false;
252
- FederatedCredential: false;
253
- fence: false;
254
- Fence: false;
255
- FencedFrameConfig: false;
256
- fetch: false;
257
- fetchLater: false;
258
- FetchLaterResult: false;
259
- File: false;
260
- FileList: false;
261
- FileReader: false;
262
- FileSystem: false;
263
- FileSystemDirectoryEntry: false;
264
- FileSystemDirectoryHandle: false;
265
- FileSystemDirectoryReader: false;
266
- FileSystemEntry: false;
267
- FileSystemFileEntry: false;
268
- FileSystemFileHandle: false;
269
- FileSystemHandle: false;
270
- FileSystemObserver: false;
271
- FileSystemWritableFileStream: false;
272
- find: false;
273
- focus: false;
274
- FocusEvent: false;
275
- FontData: false;
276
- FontFace: false;
277
- FontFaceSet: false;
278
- FontFaceSetLoadEvent: false;
279
- FormData: false;
280
- FormDataEvent: false;
281
- FragmentDirective: false;
282
- frameElement: false;
283
- frames: false;
284
- GainNode: false;
285
- Gamepad: false;
286
- GamepadAxisMoveEvent: false;
287
- GamepadButton: false;
288
- GamepadButtonEvent: false;
289
- GamepadEvent: false;
290
- GamepadHapticActuator: false;
291
- GamepadPose: false;
292
- Geolocation: false;
293
- GeolocationCoordinates: false;
294
- GeolocationPosition: false;
295
- GeolocationPositionError: false;
296
- getComputedStyle: false;
297
- getScreenDetails: false;
298
- getSelection: false;
299
- GPU: false;
300
- GPUAdapter: false;
301
- GPUAdapterInfo: false;
302
- GPUBindGroup: false;
303
- GPUBindGroupLayout: false;
304
- GPUBuffer: false;
305
- GPUBufferUsage: false;
306
- GPUCanvasContext: false;
307
- GPUColorWrite: false;
308
- GPUCommandBuffer: false;
309
- GPUCommandEncoder: false;
310
- GPUCompilationInfo: false;
311
- GPUCompilationMessage: false;
312
- GPUComputePassEncoder: false;
313
- GPUComputePipeline: false;
314
- GPUDevice: false;
315
- GPUDeviceLostInfo: false;
316
- GPUError: false;
317
- GPUExternalTexture: false;
318
- GPUInternalError: false;
319
- GPUMapMode: false;
320
- GPUOutOfMemoryError: false;
321
- GPUPipelineError: false;
322
- GPUPipelineLayout: false;
323
- GPUQuerySet: false;
324
- GPUQueue: false;
325
- GPURenderBundle: false;
326
- GPURenderBundleEncoder: false;
327
- GPURenderPassEncoder: false;
328
- GPURenderPipeline: false;
329
- GPUSampler: false;
330
- GPUShaderModule: false;
331
- GPUShaderStage: false;
332
- GPUSupportedFeatures: false;
333
- GPUSupportedLimits: false;
334
- GPUTexture: false;
335
- GPUTextureUsage: false;
336
- GPUTextureView: false;
337
- GPUUncapturedErrorEvent: false;
338
- GPUValidationError: false;
339
- GravitySensor: false;
340
- Gyroscope: false;
341
- HashChangeEvent: false;
342
- Headers: false;
343
- HID: false;
344
- HIDConnectionEvent: false;
345
- HIDDevice: false;
346
- HIDInputReportEvent: false;
347
- Highlight: false;
348
- HighlightRegistry: false;
349
- history: false;
350
- History: false;
351
- HTMLAllCollection: false;
352
- HTMLAnchorElement: false;
353
- HTMLAreaElement: false;
354
- HTMLAudioElement: false;
355
- HTMLBaseElement: false;
356
- HTMLBodyElement: false;
357
- HTMLBRElement: false;
358
- HTMLButtonElement: false;
359
- HTMLCanvasElement: false;
360
- HTMLCollection: false;
361
- HTMLDataElement: false;
362
- HTMLDataListElement: false;
363
- HTMLDetailsElement: false;
364
- HTMLDialogElement: false;
365
- HTMLDirectoryElement: false;
366
- HTMLDivElement: false;
367
- HTMLDListElement: false;
368
- HTMLDocument: false;
369
- HTMLElement: false;
370
- HTMLEmbedElement: false;
371
- HTMLFencedFrameElement: false;
372
- HTMLFieldSetElement: false;
373
- HTMLFontElement: false;
374
- HTMLFormControlsCollection: false;
375
- HTMLFormElement: false;
376
- HTMLFrameElement: false;
377
- HTMLFrameSetElement: false;
378
- HTMLGeolocationElement: false;
379
- HTMLHeadElement: false;
380
- HTMLHeadingElement: false;
381
- HTMLHRElement: false;
382
- HTMLHtmlElement: false;
383
- HTMLIFrameElement: false;
384
- HTMLImageElement: false;
385
- HTMLInputElement: false;
386
- HTMLLabelElement: false;
387
- HTMLLegendElement: false;
388
- HTMLLIElement: false;
389
- HTMLLinkElement: false;
390
- HTMLMapElement: false;
391
- HTMLMarqueeElement: false;
392
- HTMLMediaElement: false;
393
- HTMLMenuElement: false;
394
- HTMLMetaElement: false;
395
- HTMLMeterElement: false;
396
- HTMLModElement: false;
397
- HTMLObjectElement: false;
398
- HTMLOListElement: false;
399
- HTMLOptGroupElement: false;
400
- HTMLOptionElement: false;
401
- HTMLOptionsCollection: false;
402
- HTMLOutputElement: false;
403
- HTMLParagraphElement: false;
404
- HTMLParamElement: false;
405
- HTMLPictureElement: false;
406
- HTMLPreElement: false;
407
- HTMLProgressElement: false;
408
- HTMLQuoteElement: false;
409
- HTMLScriptElement: false;
410
- HTMLSelectedContentElement: false;
411
- HTMLSelectElement: false;
412
- HTMLSlotElement: false;
413
- HTMLSourceElement: false;
414
- HTMLSpanElement: false;
415
- HTMLStyleElement: false;
416
- HTMLTableCaptionElement: false;
417
- HTMLTableCellElement: false;
418
- HTMLTableColElement: false;
419
- HTMLTableElement: false;
420
- HTMLTableRowElement: false;
421
- HTMLTableSectionElement: false;
422
- HTMLTemplateElement: false;
423
- HTMLTextAreaElement: false;
424
- HTMLTimeElement: false;
425
- HTMLTitleElement: false;
426
- HTMLTrackElement: false;
427
- HTMLUListElement: false;
428
- HTMLUnknownElement: false;
429
- HTMLVideoElement: false;
430
- IDBCursor: false;
431
- IDBCursorWithValue: false;
432
- IDBDatabase: false;
433
- IDBFactory: false;
434
- IDBIndex: false;
435
- IDBKeyRange: false;
436
- IDBObjectStore: false;
437
- IDBOpenDBRequest: false;
438
- IDBRecord: false;
439
- IDBRequest: false;
440
- IDBTransaction: false;
441
- IDBVersionChangeEvent: false;
442
- IdentityCredential: false;
443
- IdentityCredentialError: false;
444
- IdentityProvider: false;
445
- IdleDeadline: false;
446
- IdleDetector: false;
447
- IIRFilterNode: false;
448
- Image: false;
449
- ImageBitmap: false;
450
- ImageBitmapRenderingContext: false;
451
- ImageCapture: false;
452
- ImageData: false;
453
- ImageDecoder: false;
454
- ImageTrack: false;
455
- ImageTrackList: false;
456
- indexedDB: false;
457
- Ink: false;
458
- innerHeight: false;
459
- innerWidth: false;
460
- InputDeviceCapabilities: false;
461
- InputDeviceInfo: false;
462
- InputEvent: false;
463
- IntegrityViolationReportBody: false;
464
- InterestEvent: false;
465
- IntersectionObserver: false;
466
- IntersectionObserverEntry: false;
467
- isSecureContext: false;
468
- Keyboard: false;
469
- KeyboardEvent: false;
470
- KeyboardLayoutMap: false;
471
- KeyframeEffect: false;
472
- LanguageDetector: false;
473
- LargestContentfulPaint: false;
474
- LaunchParams: false;
475
- launchQueue: false;
476
- LaunchQueue: false;
477
- LayoutShift: false;
478
- LayoutShiftAttribution: false;
479
- length: false;
480
- LinearAccelerationSensor: false;
481
- localStorage: false;
482
- location: true;
483
- Location: false;
484
- locationbar: false;
485
- Lock: false;
486
- LockManager: false;
487
- matchMedia: false;
488
- MathMLElement: false;
489
- MediaCapabilities: false;
490
- MediaCapabilitiesInfo: false;
491
- MediaDeviceInfo: false;
492
- MediaDevices: false;
493
- MediaElementAudioSourceNode: false;
494
- MediaEncryptedEvent: false;
495
- MediaError: false;
496
- MediaKeyError: false;
497
- MediaKeyMessageEvent: false;
498
- MediaKeys: false;
499
- MediaKeySession: false;
500
- MediaKeyStatusMap: false;
501
- MediaKeySystemAccess: false;
502
- MediaList: false;
503
- MediaMetadata: false;
504
- MediaQueryList: false;
505
- MediaQueryListEvent: false;
506
- MediaRecorder: false;
507
- MediaRecorderErrorEvent: false;
508
- MediaSession: false;
509
- MediaSource: false;
510
- MediaSourceHandle: false;
511
- MediaStream: false;
512
- MediaStreamAudioDestinationNode: false;
513
- MediaStreamAudioSourceNode: false;
514
- MediaStreamEvent: false;
515
- MediaStreamTrack: false;
516
- MediaStreamTrackAudioSourceNode: false;
517
- MediaStreamTrackAudioStats: false;
518
- MediaStreamTrackEvent: false;
519
- MediaStreamTrackGenerator: false;
520
- MediaStreamTrackProcessor: false;
521
- MediaStreamTrackVideoStats: false;
522
- menubar: false;
523
- MessageChannel: false;
524
- MessageEvent: false;
525
- MessagePort: false;
526
- MIDIAccess: false;
527
- MIDIConnectionEvent: false;
528
- MIDIInput: false;
529
- MIDIInputMap: false;
530
- MIDIMessageEvent: false;
531
- MIDIOutput: false;
532
- MIDIOutputMap: false;
533
- MIDIPort: false;
534
- MimeType: false;
535
- MimeTypeArray: false;
536
- model: false;
537
- ModelGenericSession: false;
538
- ModelManager: false;
539
- MouseEvent: false;
540
- moveBy: false;
541
- moveTo: false;
542
- MutationEvent: false;
543
- MutationObserver: false;
544
- MutationRecord: false;
545
- name: false;
546
- NamedNodeMap: false;
547
- NavigateEvent: false;
548
- navigation: false;
549
- Navigation: false;
550
- NavigationActivation: false;
551
- NavigationCurrentEntryChangeEvent: false;
552
- NavigationDestination: false;
553
- NavigationHistoryEntry: false;
554
- NavigationPrecommitController: false;
555
- NavigationPreloadManager: false;
556
- NavigationTransition: false;
557
- navigator: false;
558
- Navigator: false;
559
- NavigatorLogin: false;
560
- NavigatorManagedData: false;
561
- NavigatorUAData: false;
562
- NetworkInformation: false;
563
- Node: false;
564
- NodeFilter: false;
565
- NodeIterator: false;
566
- NodeList: false;
567
- Notification: false;
568
- NotifyPaintEvent: false;
569
- NotRestoredReasonDetails: false;
570
- NotRestoredReasons: false;
571
- Observable: false;
572
- OfflineAudioCompletionEvent: false;
573
- OfflineAudioContext: false;
574
- offscreenBuffering: false;
575
- OffscreenCanvas: false;
576
- OffscreenCanvasRenderingContext2D: false;
577
- onabort: true;
578
- onafterprint: true;
579
- onanimationcancel: true;
580
- onanimationend: true;
581
- onanimationiteration: true;
582
- onanimationstart: true;
583
- onappinstalled: true;
584
- onauxclick: true;
585
- onbeforeinput: true;
586
- onbeforeinstallprompt: true;
587
- onbeforematch: true;
588
- onbeforeprint: true;
589
- onbeforetoggle: true;
590
- onbeforeunload: true;
591
- onbeforexrselect: true;
592
- onblur: true;
593
- oncancel: true;
594
- oncanplay: true;
595
- oncanplaythrough: true;
596
- onchange: true;
597
- onclick: true;
598
- onclose: true;
599
- oncommand: true;
600
- oncontentvisibilityautostatechange: true;
601
- oncontextlost: true;
602
- oncontextmenu: true;
603
- oncontextrestored: true;
604
- oncopy: true;
605
- oncuechange: true;
606
- oncut: true;
607
- ondblclick: true;
608
- ondevicemotion: true;
609
- ondeviceorientation: true;
610
- ondeviceorientationabsolute: true;
611
- ondrag: true;
612
- ondragend: true;
613
- ondragenter: true;
614
- ondragleave: true;
615
- ondragover: true;
616
- ondragstart: true;
617
- ondrop: true;
618
- ondurationchange: true;
619
- onemptied: true;
620
- onended: true;
621
- onerror: true;
622
- onfocus: true;
623
- onformdata: true;
624
- ongamepadconnected: true;
625
- ongamepaddisconnected: true;
626
- ongotpointercapture: true;
627
- onhashchange: true;
628
- oninput: true;
629
- oninvalid: true;
630
- onkeydown: true;
631
- onkeypress: true;
632
- onkeyup: true;
633
- onlanguagechange: true;
634
- onload: true;
635
- onloadeddata: true;
636
- onloadedmetadata: true;
637
- onloadstart: true;
638
- onlostpointercapture: true;
639
- onmessage: true;
640
- onmessageerror: true;
641
- onmousedown: true;
642
- onmouseenter: true;
643
- onmouseleave: true;
644
- onmousemove: true;
645
- onmouseout: true;
646
- onmouseover: true;
647
- onmouseup: true;
648
- onmousewheel: true;
649
- onoffline: true;
650
- ononline: true;
651
- onpagehide: true;
652
- onpagereveal: true;
653
- onpageshow: true;
654
- onpageswap: true;
655
- onpaste: true;
656
- onpause: true;
657
- onplay: true;
658
- onplaying: true;
659
- onpointercancel: true;
660
- onpointerdown: true;
661
- onpointerenter: true;
662
- onpointerleave: true;
663
- onpointermove: true;
664
- onpointerout: true;
665
- onpointerover: true;
666
- onpointerrawupdate: true;
667
- onpointerup: true;
668
- onpopstate: true;
669
- onprogress: true;
670
- onratechange: true;
671
- onrejectionhandled: true;
672
- onreset: true;
673
- onresize: true;
674
- onscroll: true;
675
- onscrollend: true;
676
- onscrollsnapchange: true;
677
- onscrollsnapchanging: true;
678
- onsearch: true;
679
- onsecuritypolicyviolation: true;
680
- onseeked: true;
681
- onseeking: true;
682
- onselect: true;
683
- onselectionchange: true;
684
- onselectstart: true;
685
- onslotchange: true;
686
- onstalled: true;
687
- onstorage: true;
688
- onsubmit: true;
689
- onsuspend: true;
690
- ontimeupdate: true;
691
- ontoggle: true;
692
- ontransitioncancel: true;
693
- ontransitionend: true;
694
- ontransitionrun: true;
695
- ontransitionstart: true;
696
- onunhandledrejection: true;
697
- onunload: true;
698
- onvolumechange: true;
699
- onwaiting: true;
700
- onwheel: true;
701
- open: false;
702
- opener: false;
703
- Option: false;
704
- OrientationSensor: false;
705
- origin: false;
706
- Origin: false;
707
- originAgentCluster: false;
708
- OscillatorNode: false;
709
- OTPCredential: false;
710
- outerHeight: false;
711
- outerWidth: false;
712
- OverconstrainedError: false;
713
- PageRevealEvent: false;
714
- PageSwapEvent: false;
715
- PageTransitionEvent: false;
716
- pageXOffset: false;
717
- pageYOffset: false;
718
- PannerNode: false;
719
- parent: false;
720
- PasswordCredential: false;
721
- Path2D: false;
722
- PaymentAddress: false;
723
- PaymentManager: false;
724
- PaymentMethodChangeEvent: false;
725
- PaymentRequest: false;
726
- PaymentRequestUpdateEvent: false;
727
- PaymentResponse: false;
728
- performance: false;
729
- Performance: false;
730
- PerformanceElementTiming: false;
731
- PerformanceEntry: false;
732
- PerformanceEventTiming: false;
733
- PerformanceLongAnimationFrameTiming: false;
734
- PerformanceLongTaskTiming: false;
735
- PerformanceMark: false;
736
- PerformanceMeasure: false;
737
- PerformanceNavigation: false;
738
- PerformanceNavigationTiming: false;
739
- PerformanceObserver: false;
740
- PerformanceObserverEntryList: false;
741
- PerformancePaintTiming: false;
742
- PerformanceResourceTiming: false;
743
- PerformanceScriptTiming: false;
744
- PerformanceServerTiming: false;
745
- PerformanceTiming: false;
746
- PerformanceTimingConfidence: false;
747
- PeriodicSyncManager: false;
748
- PeriodicWave: false;
749
- Permissions: false;
750
- PermissionStatus: false;
751
- PERSISTENT: false;
752
- personalbar: false;
753
- PictureInPictureEvent: false;
754
- PictureInPictureWindow: false;
755
- Plugin: false;
756
- PluginArray: false;
757
- PointerEvent: false;
758
- PopStateEvent: false;
759
- postMessage: false;
760
- Presentation: false;
761
- PresentationAvailability: false;
762
- PresentationConnection: false;
763
- PresentationConnectionAvailableEvent: false;
764
- PresentationConnectionCloseEvent: false;
765
- PresentationConnectionList: false;
766
- PresentationReceiver: false;
767
- PresentationRequest: false;
768
- PressureObserver: false;
769
- PressureRecord: false;
770
- print: false;
771
- ProcessingInstruction: false;
772
- Profiler: false;
773
- ProgressEvent: false;
774
- PromiseRejectionEvent: false;
775
- prompt: false;
776
- ProtectedAudience: false;
777
- PublicKeyCredential: false;
778
- PushManager: false;
779
- PushSubscription: false;
780
- PushSubscriptionOptions: false;
781
- queryLocalFonts: false;
782
- queueMicrotask: false;
783
- QuotaExceededError: false;
784
- RadioNodeList: false;
785
- Range: false;
786
- ReadableByteStreamController: false;
787
- ReadableStream: false;
788
- ReadableStreamBYOBReader: false;
789
- ReadableStreamBYOBRequest: false;
790
- ReadableStreamDefaultController: false;
791
- ReadableStreamDefaultReader: false;
792
- RelativeOrientationSensor: false;
793
- RemotePlayback: false;
794
- removeEventListener: false;
795
- ReportBody: false;
796
- reportError: false;
797
- ReportingObserver: false;
798
- Request: false;
799
- requestAnimationFrame: false;
800
- requestIdleCallback: false;
801
- resizeBy: false;
802
- ResizeObserver: false;
803
- ResizeObserverEntry: false;
804
- ResizeObserverSize: false;
805
- resizeTo: false;
806
- Response: false;
807
- RestrictionTarget: false;
808
- RTCCertificate: false;
809
- RTCDataChannel: false;
810
- RTCDataChannelEvent: false;
811
- RTCDtlsTransport: false;
812
- RTCDTMFSender: false;
813
- RTCDTMFToneChangeEvent: false;
814
- RTCEncodedAudioFrame: false;
815
- RTCEncodedVideoFrame: false;
816
- RTCError: false;
817
- RTCErrorEvent: false;
818
- RTCIceCandidate: false;
819
- RTCIceTransport: false;
820
- RTCPeerConnection: false;
821
- RTCPeerConnectionIceErrorEvent: false;
822
- RTCPeerConnectionIceEvent: false;
823
- RTCRtpReceiver: false;
824
- RTCRtpScriptTransform: false;
825
- RTCRtpSender: false;
826
- RTCRtpTransceiver: false;
827
- RTCSctpTransport: false;
828
- RTCSessionDescription: false;
829
- RTCStatsReport: false;
830
- RTCTrackEvent: false;
831
- scheduler: false;
832
- Scheduler: false;
833
- Scheduling: false;
834
- screen: false;
835
- Screen: false;
836
- ScreenDetailed: false;
837
- ScreenDetails: false;
838
- screenLeft: false;
839
- ScreenOrientation: false;
840
- screenTop: false;
841
- screenX: false;
842
- screenY: false;
843
- ScriptProcessorNode: false;
844
- scroll: false;
845
- scrollbars: false;
846
- scrollBy: false;
847
- ScrollTimeline: false;
848
- scrollTo: false;
849
- scrollX: false;
850
- scrollY: false;
851
- SecurityPolicyViolationEvent: false;
852
- Selection: false;
853
- self: false;
854
- Sensor: false;
855
- SensorErrorEvent: false;
856
- Serial: false;
857
- SerialPort: false;
858
- ServiceWorker: false;
859
- ServiceWorkerContainer: false;
860
- ServiceWorkerRegistration: false;
861
- sessionStorage: false;
862
- setInterval: false;
863
- setTimeout: false;
864
- ShadowRoot: false;
865
- sharedStorage: false;
866
- SharedStorage: false;
867
- SharedStorageAppendMethod: false;
868
- SharedStorageClearMethod: false;
869
- SharedStorageDeleteMethod: false;
870
- SharedStorageModifierMethod: false;
871
- SharedStorageSetMethod: false;
872
- SharedStorageWorklet: false;
873
- SharedWorker: false;
874
- showDirectoryPicker: false;
875
- showOpenFilePicker: false;
876
- showSaveFilePicker: false;
877
- SnapEvent: false;
878
- SourceBuffer: false;
879
- SourceBufferList: false;
880
- SpeechGrammar: false;
881
- SpeechGrammarList: false;
882
- SpeechRecognition: false;
883
- SpeechRecognitionErrorEvent: false;
884
- SpeechRecognitionEvent: false;
885
- SpeechRecognitionPhrase: false;
886
- speechSynthesis: false;
887
- SpeechSynthesis: false;
888
- SpeechSynthesisErrorEvent: false;
889
- SpeechSynthesisEvent: false;
890
- SpeechSynthesisUtterance: false;
891
- SpeechSynthesisVoice: false;
892
- StaticRange: false;
893
- status: false;
894
- statusbar: false;
895
- StereoPannerNode: false;
896
- stop: false;
897
- Storage: false;
898
- StorageBucket: false;
899
- StorageBucketManager: false;
900
- StorageEvent: false;
901
- StorageManager: false;
902
- structuredClone: false;
903
- styleMedia: false;
904
- StylePropertyMap: false;
905
- StylePropertyMapReadOnly: false;
906
- StyleSheet: false;
907
- StyleSheetList: false;
908
- SubmitEvent: false;
909
- Subscriber: false;
910
- SubtleCrypto: false;
911
- Summarizer: false;
912
- SuppressedError: false;
913
- SVGAElement: false;
914
- SVGAngle: false;
915
- SVGAnimatedAngle: false;
916
- SVGAnimatedBoolean: false;
917
- SVGAnimatedEnumeration: false;
918
- SVGAnimatedInteger: false;
919
- SVGAnimatedLength: false;
920
- SVGAnimatedLengthList: false;
921
- SVGAnimatedNumber: false;
922
- SVGAnimatedNumberList: false;
923
- SVGAnimatedPreserveAspectRatio: false;
924
- SVGAnimatedRect: false;
925
- SVGAnimatedString: false;
926
- SVGAnimatedTransformList: false;
927
- SVGAnimateElement: false;
928
- SVGAnimateMotionElement: false;
929
- SVGAnimateTransformElement: false;
930
- SVGAnimationElement: false;
931
- SVGCircleElement: false;
932
- SVGClipPathElement: false;
933
- SVGComponentTransferFunctionElement: false;
934
- SVGDefsElement: false;
935
- SVGDescElement: false;
936
- SVGElement: false;
937
- SVGEllipseElement: false;
938
- SVGFEBlendElement: false;
939
- SVGFEColorMatrixElement: false;
940
- SVGFEComponentTransferElement: false;
941
- SVGFECompositeElement: false;
942
- SVGFEConvolveMatrixElement: false;
943
- SVGFEDiffuseLightingElement: false;
944
- SVGFEDisplacementMapElement: false;
945
- SVGFEDistantLightElement: false;
946
- SVGFEDropShadowElement: false;
947
- SVGFEFloodElement: false;
948
- SVGFEFuncAElement: false;
949
- SVGFEFuncBElement: false;
950
- SVGFEFuncGElement: false;
951
- SVGFEFuncRElement: false;
952
- SVGFEGaussianBlurElement: false;
953
- SVGFEImageElement: false;
954
- SVGFEMergeElement: false;
955
- SVGFEMergeNodeElement: false;
956
- SVGFEMorphologyElement: false;
957
- SVGFEOffsetElement: false;
958
- SVGFEPointLightElement: false;
959
- SVGFESpecularLightingElement: false;
960
- SVGFESpotLightElement: false;
961
- SVGFETileElement: false;
962
- SVGFETurbulenceElement: false;
963
- SVGFilterElement: false;
964
- SVGForeignObjectElement: false;
965
- SVGGElement: false;
966
- SVGGeometryElement: false;
967
- SVGGradientElement: false;
968
- SVGGraphicsElement: false;
969
- SVGImageElement: false;
970
- SVGLength: false;
971
- SVGLengthList: false;
972
- SVGLinearGradientElement: false;
973
- SVGLineElement: false;
974
- SVGMarkerElement: false;
975
- SVGMaskElement: false;
976
- SVGMatrix: false;
977
- SVGMetadataElement: false;
978
- SVGMPathElement: false;
979
- SVGNumber: false;
980
- SVGNumberList: false;
981
- SVGPathElement: false;
982
- SVGPatternElement: false;
983
- SVGPoint: false;
984
- SVGPointList: false;
985
- SVGPolygonElement: false;
986
- SVGPolylineElement: false;
987
- SVGPreserveAspectRatio: false;
988
- SVGRadialGradientElement: false;
989
- SVGRect: false;
990
- SVGRectElement: false;
991
- SVGScriptElement: false;
992
- SVGSetElement: false;
993
- SVGStopElement: false;
994
- SVGStringList: false;
995
- SVGStyleElement: false;
996
- SVGSVGElement: false;
997
- SVGSwitchElement: false;
998
- SVGSymbolElement: false;
999
- SVGTextContentElement: false;
1000
- SVGTextElement: false;
1001
- SVGTextPathElement: false;
1002
- SVGTextPositioningElement: false;
1003
- SVGTitleElement: false;
1004
- SVGTransform: false;
1005
- SVGTransformList: false;
1006
- SVGTSpanElement: false;
1007
- SVGUnitTypes: false;
1008
- SVGUseElement: false;
1009
- SVGViewElement: false;
1010
- SyncManager: false;
1011
- TaskAttributionTiming: false;
1012
- TaskController: false;
1013
- TaskPriorityChangeEvent: false;
1014
- TaskSignal: false;
1015
- Temporal: false;
1016
- TEMPORARY: false;
1017
- Text: false;
1018
- TextDecoder: false;
1019
- TextDecoderStream: false;
1020
- TextEncoder: false;
1021
- TextEncoderStream: false;
1022
- TextEvent: false;
1023
- TextFormat: false;
1024
- TextFormatUpdateEvent: false;
1025
- TextMetrics: false;
1026
- TextTrack: false;
1027
- TextTrackCue: false;
1028
- TextTrackCueList: false;
1029
- TextTrackList: false;
1030
- TextUpdateEvent: false;
1031
- TimeEvent: false;
1032
- TimeRanges: false;
1033
- ToggleEvent: false;
1034
- toolbar: false;
1035
- top: false;
1036
- Touch: false;
1037
- TouchEvent: false;
1038
- TouchList: false;
1039
- TrackEvent: false;
1040
- TransformStream: false;
1041
- TransformStreamDefaultController: false;
1042
- TransitionEvent: false;
1043
- Translator: false;
1044
- TreeWalker: false;
1045
- TrustedHTML: false;
1046
- TrustedScript: false;
1047
- TrustedScriptURL: false;
1048
- TrustedTypePolicy: false;
1049
- TrustedTypePolicyFactory: false;
1050
- trustedTypes: false;
1051
- UIEvent: false;
1052
- URL: false;
1053
- URLPattern: false;
1054
- URLSearchParams: false;
1055
- USB: false;
1056
- USBAlternateInterface: false;
1057
- USBConfiguration: false;
1058
- USBConnectionEvent: false;
1059
- USBDevice: false;
1060
- USBEndpoint: false;
1061
- USBInterface: false;
1062
- USBInTransferResult: false;
1063
- USBIsochronousInTransferPacket: false;
1064
- USBIsochronousInTransferResult: false;
1065
- USBIsochronousOutTransferPacket: false;
1066
- USBIsochronousOutTransferResult: false;
1067
- USBOutTransferResult: false;
1068
- UserActivation: false;
1069
- ValidityState: false;
1070
- VideoColorSpace: false;
1071
- VideoDecoder: false;
1072
- VideoEncoder: false;
1073
- VideoFrame: false;
1074
- VideoPlaybackQuality: false;
1075
- viewport: false;
1076
- Viewport: false;
1077
- ViewTimeline: false;
1078
- ViewTransition: false;
1079
- ViewTransitionTypeSet: false;
1080
- VirtualKeyboard: false;
1081
- VirtualKeyboardGeometryChangeEvent: false;
1082
- VisibilityStateEntry: false;
1083
- visualViewport: false;
1084
- VisualViewport: false;
1085
- VTTCue: false;
1086
- VTTRegion: false;
1087
- WakeLock: false;
1088
- WakeLockSentinel: false;
1089
- WaveShaperNode: false;
1090
- WebAssembly: false;
1091
- WebGL2RenderingContext: false;
1092
- WebGLActiveInfo: false;
1093
- WebGLBuffer: false;
1094
- WebGLContextEvent: false;
1095
- WebGLFramebuffer: false;
1096
- WebGLObject: false;
1097
- WebGLProgram: false;
1098
- WebGLQuery: false;
1099
- WebGLRenderbuffer: false;
1100
- WebGLRenderingContext: false;
1101
- WebGLSampler: false;
1102
- WebGLShader: false;
1103
- WebGLShaderPrecisionFormat: false;
1104
- WebGLSync: false;
1105
- WebGLTexture: false;
1106
- WebGLTransformFeedback: false;
1107
- WebGLUniformLocation: false;
1108
- WebGLVertexArrayObject: false;
1109
- WebSocket: false;
1110
- WebSocketError: false;
1111
- WebSocketStream: false;
1112
- WebTransport: false;
1113
- WebTransportBidirectionalStream: false;
1114
- WebTransportDatagramDuplexStream: false;
1115
- WebTransportError: false;
1116
- WebTransportReceiveStream: false;
1117
- WebTransportSendStream: false;
1118
- WGSLLanguageFeatures: false;
1119
- WheelEvent: false;
1120
- when: false;
1121
- window: false;
1122
- Window: false;
1123
- WindowControlsOverlay: false;
1124
- WindowControlsOverlayGeometryChangeEvent: false;
1125
- Worker: false;
1126
- Worklet: false;
1127
- WritableStream: false;
1128
- WritableStreamDefaultController: false;
1129
- WritableStreamDefaultWriter: false;
1130
- XMLDocument: false;
1131
- XMLHttpRequest: false;
1132
- XMLHttpRequestEventTarget: false;
1133
- XMLHttpRequestUpload: false;
1134
- XMLSerializer: false;
1135
- XPathEvaluator: false;
1136
- XPathExpression: false;
1137
- XPathResult: false;
1138
- XRAnchor: false;
1139
- XRAnchorSet: false;
1140
- XRBoundedReferenceSpace: false;
1141
- XRCamera: false;
1142
- XRCPUDepthInformation: false;
1143
- XRDepthInformation: false;
1144
- XRDOMOverlayState: false;
1145
- XRFrame: false;
1146
- XRHand: false;
1147
- XRHitTestResult: false;
1148
- XRHitTestSource: false;
1149
- XRInputSource: false;
1150
- XRInputSourceArray: false;
1151
- XRInputSourceEvent: false;
1152
- XRInputSourcesChangeEvent: false;
1153
- XRJointPose: false;
1154
- XRJointSpace: false;
1155
- XRLayer: false;
1156
- XRLightEstimate: false;
1157
- XRLightProbe: false;
1158
- XRPose: false;
1159
- XRRay: false;
1160
- XRReferenceSpace: false;
1161
- XRReferenceSpaceEvent: false;
1162
- XRRenderState: false;
1163
- XRRigidTransform: false;
1164
- XRSession: false;
1165
- XRSessionEvent: false;
1166
- XRSpace: false;
1167
- XRSystem: false;
1168
- XRTransientInputHitTestResult: false;
1169
- XRTransientInputHitTestSource: false;
1170
- XRView: false;
1171
- XRViewerPose: false;
1172
- XRViewport: false;
1173
- XRVisibilityMaskChangeEvent: false;
1174
- XRWebGLBinding: false;
1175
- XRWebGLDepthInformation: false;
1176
- XRWebGLLayer: false;
1177
- XSLTProcessor: false;
1178
- __dirname: false;
1179
- __filename: false;
1180
- Buffer: false;
1181
- clearImmediate: false;
1182
- exports: true;
1183
- global: false;
1184
- module: false;
1185
- process: false;
1186
- require: false;
1187
- setImmediate: false;
1188
- };
1189
- };
1190
- rules: {
1191
- 'perfectionist/sort-imports': (string | {
1192
- internalPattern: string[];
1193
- })[];
1194
- 'dot-notation': string;
1195
- };
1196
- ignores: string[];
1197
- }[];
1198
- export default _default;