@typescript-eslint/scope-manager 8.38.1-alpha.3 → 8.38.1-alpha.5
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/lib/dom.d.ts.map +1 -1
- package/dist/lib/dom.iterable.d.ts.map +1 -1
- package/dist/lib/dom.iterable.js +1 -0
- package/dist/lib/dom.js +35 -1
- package/dist/lib/esnext.d.ts.map +1 -1
- package/dist/lib/esnext.error.d.ts +3 -0
- package/dist/lib/esnext.error.d.ts.map +1 -0
- package/dist/lib/esnext.error.js +12 -0
- package/dist/lib/esnext.js +4 -0
- package/dist/lib/esnext.sharedmemory.d.ts +3 -0
- package/dist/lib/esnext.sharedmemory.d.ts.map +1 -0
- package/dist/lib/esnext.sharedmemory.js +12 -0
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/index.js +4 -0
- package/dist/lib/webworker.d.ts.map +1 -1
- package/dist/lib/webworker.iterable.d.ts.map +1 -1
- package/dist/lib/webworker.iterable.js +1 -0
- package/dist/lib/webworker.js +19 -1
- package/package.json +4 -4
package/dist/lib/dom.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../src/lib/dom.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,GAAG,EAAE,
|
|
1
|
+
{"version":3,"file":"dom.d.ts","sourceRoot":"","sources":["../../src/lib/dom.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,GAAG,EAAE,aA2gDjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dom.iterable.d.ts","sourceRoot":"","sources":["../../src/lib/dom.iterable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,YAAY,EAAE,
|
|
1
|
+
{"version":3,"file":"dom.iterable.d.ts","sourceRoot":"","sources":["../../src/lib/dom.iterable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,YAAY,EAAE,aA+E1B,CAAC"}
|
package/dist/lib/dom.iterable.js
CHANGED
|
@@ -21,6 +21,7 @@ exports.dom_iterable = {
|
|
|
21
21
|
['Cache', base_config_1.TYPE],
|
|
22
22
|
['CanvasPath', base_config_1.TYPE],
|
|
23
23
|
['CanvasPathDrawingStyles', base_config_1.TYPE],
|
|
24
|
+
['CookieStoreManager', base_config_1.TYPE],
|
|
24
25
|
['CustomStateSet', base_config_1.TYPE],
|
|
25
26
|
['DOMRectList', base_config_1.TYPE],
|
|
26
27
|
['DOMStringList', base_config_1.TYPE],
|
package/dist/lib/dom.js
CHANGED
|
@@ -41,9 +41,14 @@ exports.dom = {
|
|
|
41
41
|
['AuthenticationExtensionsClientInputs', base_config_1.TYPE],
|
|
42
42
|
['AuthenticationExtensionsClientInputsJSON', base_config_1.TYPE],
|
|
43
43
|
['AuthenticationExtensionsClientOutputs', base_config_1.TYPE],
|
|
44
|
+
['AuthenticationExtensionsLargeBlobInputs', base_config_1.TYPE],
|
|
45
|
+
['AuthenticationExtensionsLargeBlobInputsJSON', base_config_1.TYPE],
|
|
46
|
+
['AuthenticationExtensionsLargeBlobOutputs', base_config_1.TYPE],
|
|
44
47
|
['AuthenticationExtensionsPRFInputs', base_config_1.TYPE],
|
|
48
|
+
['AuthenticationExtensionsPRFInputsJSON', base_config_1.TYPE],
|
|
45
49
|
['AuthenticationExtensionsPRFOutputs', base_config_1.TYPE],
|
|
46
50
|
['AuthenticationExtensionsPRFValues', base_config_1.TYPE],
|
|
51
|
+
['AuthenticationExtensionsPRFValuesJSON', base_config_1.TYPE],
|
|
47
52
|
['AuthenticatorSelectionCriteria', base_config_1.TYPE],
|
|
48
53
|
['AvcEncoderConfig', base_config_1.TYPE],
|
|
49
54
|
['BiquadFilterOptions', base_config_1.TYPE],
|
|
@@ -72,6 +77,11 @@ exports.dom = {
|
|
|
72
77
|
['ConstrainULongRange', base_config_1.TYPE],
|
|
73
78
|
['ContentVisibilityAutoStateChangeEventInit', base_config_1.TYPE],
|
|
74
79
|
['ConvolverOptions', base_config_1.TYPE],
|
|
80
|
+
['CookieChangeEventInit', base_config_1.TYPE],
|
|
81
|
+
['CookieInit', base_config_1.TYPE],
|
|
82
|
+
['CookieListItem', base_config_1.TYPE],
|
|
83
|
+
['CookieStoreDeleteOptions', base_config_1.TYPE],
|
|
84
|
+
['CookieStoreGetOptions', base_config_1.TYPE],
|
|
75
85
|
['CredentialCreationOptions', base_config_1.TYPE],
|
|
76
86
|
['CredentialPropertiesOutput', base_config_1.TYPE],
|
|
77
87
|
['CredentialRequestOptions', base_config_1.TYPE],
|
|
@@ -125,6 +135,7 @@ exports.dom = {
|
|
|
125
135
|
['GamepadEffectParameters', base_config_1.TYPE],
|
|
126
136
|
['GamepadEventInit', base_config_1.TYPE],
|
|
127
137
|
['GetAnimationsOptions', base_config_1.TYPE],
|
|
138
|
+
['GetComposedRangesOptions', base_config_1.TYPE],
|
|
128
139
|
['GetHTMLOptions', base_config_1.TYPE],
|
|
129
140
|
['GetNotificationOptions', base_config_1.TYPE],
|
|
130
141
|
['GetRootNodeOptions', base_config_1.TYPE],
|
|
@@ -147,10 +158,12 @@ exports.dom = {
|
|
|
147
158
|
['ImageDecodeResult', base_config_1.TYPE],
|
|
148
159
|
['ImageDecoderInit', base_config_1.TYPE],
|
|
149
160
|
['ImageEncodeOptions', base_config_1.TYPE],
|
|
161
|
+
['ImportNodeOptions', base_config_1.TYPE],
|
|
150
162
|
['InputEventInit', base_config_1.TYPE],
|
|
151
163
|
['IntersectionObserverInit', base_config_1.TYPE],
|
|
152
164
|
['JsonWebKey', base_config_1.TYPE],
|
|
153
165
|
['KeyAlgorithm', base_config_1.TYPE],
|
|
166
|
+
['KeySystemTrackConfiguration', base_config_1.TYPE],
|
|
154
167
|
['KeyboardEventInit', base_config_1.TYPE],
|
|
155
168
|
['Keyframe', base_config_1.TYPE],
|
|
156
169
|
['KeyframeAnimationOptions', base_config_1.TYPE],
|
|
@@ -164,6 +177,7 @@ exports.dom = {
|
|
|
164
177
|
['MediaCapabilitiesDecodingInfo', base_config_1.TYPE],
|
|
165
178
|
['MediaCapabilitiesEncodingInfo', base_config_1.TYPE],
|
|
166
179
|
['MediaCapabilitiesInfo', base_config_1.TYPE],
|
|
180
|
+
['MediaCapabilitiesKeySystemConfiguration', base_config_1.TYPE],
|
|
167
181
|
['MediaConfiguration', base_config_1.TYPE],
|
|
168
182
|
['MediaDecodingConfiguration', base_config_1.TYPE],
|
|
169
183
|
['MediaElementAudioSourceOptions', base_config_1.TYPE],
|
|
@@ -179,6 +193,7 @@ exports.dom = {
|
|
|
179
193
|
['MediaQueryListEventInit', base_config_1.TYPE],
|
|
180
194
|
['MediaRecorderOptions', base_config_1.TYPE],
|
|
181
195
|
['MediaSessionActionDetails', base_config_1.TYPE],
|
|
196
|
+
['MediaSettingsRange', base_config_1.TYPE],
|
|
182
197
|
['MediaStreamAudioSourceOptions', base_config_1.TYPE],
|
|
183
198
|
['MediaStreamConstraints', base_config_1.TYPE],
|
|
184
199
|
['MediaStreamTrackEventInit', base_config_1.TYPE],
|
|
@@ -222,6 +237,8 @@ exports.dom = {
|
|
|
222
237
|
['PeriodicWaveConstraints', base_config_1.TYPE],
|
|
223
238
|
['PeriodicWaveOptions', base_config_1.TYPE],
|
|
224
239
|
['PermissionDescriptor', base_config_1.TYPE],
|
|
240
|
+
['PhotoCapabilities', base_config_1.TYPE],
|
|
241
|
+
['PhotoSettings', base_config_1.TYPE],
|
|
225
242
|
['PictureInPictureEventInit', base_config_1.TYPE],
|
|
226
243
|
['PlaneLayout', base_config_1.TYPE],
|
|
227
244
|
['PointerEventInit', base_config_1.TYPE],
|
|
@@ -255,6 +272,7 @@ exports.dom = {
|
|
|
255
272
|
['RTCDataChannelInit', base_config_1.TYPE],
|
|
256
273
|
['RTCDtlsFingerprint', base_config_1.TYPE],
|
|
257
274
|
['RTCEncodedAudioFrameMetadata', base_config_1.TYPE],
|
|
275
|
+
['RTCEncodedFrameMetadata', base_config_1.TYPE],
|
|
258
276
|
['RTCEncodedVideoFrameMetadata', base_config_1.TYPE],
|
|
259
277
|
['RTCErrorEventInit', base_config_1.TYPE],
|
|
260
278
|
['RTCErrorInit', base_config_1.TYPE],
|
|
@@ -262,6 +280,7 @@ exports.dom = {
|
|
|
262
280
|
['RTCIceCandidatePairStats', base_config_1.TYPE],
|
|
263
281
|
['RTCIceServer', base_config_1.TYPE],
|
|
264
282
|
['RTCInboundRtpStreamStats', base_config_1.TYPE],
|
|
283
|
+
['RTCLocalIceCandidateInit', base_config_1.TYPE],
|
|
265
284
|
['RTCLocalSessionDescriptionInit', base_config_1.TYPE],
|
|
266
285
|
['RTCOfferAnswerOptions', base_config_1.TYPE],
|
|
267
286
|
['RTCOfferOptions', base_config_1.TYPE],
|
|
@@ -317,6 +336,7 @@ exports.dom = {
|
|
|
317
336
|
['ShareData', base_config_1.TYPE],
|
|
318
337
|
['SpeechSynthesisErrorEventInit', base_config_1.TYPE],
|
|
319
338
|
['SpeechSynthesisEventInit', base_config_1.TYPE],
|
|
339
|
+
['StartViewTransitionOptions', base_config_1.TYPE],
|
|
320
340
|
['StaticRangeInit', base_config_1.TYPE],
|
|
321
341
|
['StereoPannerOptions', base_config_1.TYPE],
|
|
322
342
|
['StorageEstimate', base_config_1.TYPE],
|
|
@@ -361,6 +381,7 @@ exports.dom = {
|
|
|
361
381
|
['WebTransportErrorOptions', base_config_1.TYPE],
|
|
362
382
|
['WebTransportHash', base_config_1.TYPE],
|
|
363
383
|
['WebTransportOptions', base_config_1.TYPE],
|
|
384
|
+
['WebTransportSendOptions', base_config_1.TYPE],
|
|
364
385
|
['WebTransportSendStreamOptions', base_config_1.TYPE],
|
|
365
386
|
['WheelEventInit', base_config_1.TYPE],
|
|
366
387
|
['WindowPostMessageOptions', base_config_1.TYPE],
|
|
@@ -421,6 +442,7 @@ exports.dom = {
|
|
|
421
442
|
['BroadcastChannel', base_config_1.TYPE_VALUE],
|
|
422
443
|
['ByteLengthQueuingStrategy', base_config_1.TYPE_VALUE],
|
|
423
444
|
['CDATASection', base_config_1.TYPE_VALUE],
|
|
445
|
+
['CSPViolationReportBody', base_config_1.TYPE_VALUE],
|
|
424
446
|
['CSSAnimation', base_config_1.TYPE_VALUE],
|
|
425
447
|
['CSSConditionRule', base_config_1.TYPE_VALUE],
|
|
426
448
|
['CSSContainerRule', base_config_1.TYPE_VALUE],
|
|
@@ -514,6 +536,10 @@ exports.dom = {
|
|
|
514
536
|
['ConstantSourceNode', base_config_1.TYPE_VALUE],
|
|
515
537
|
['ContentVisibilityAutoStateChangeEvent', base_config_1.TYPE_VALUE],
|
|
516
538
|
['ConvolverNode', base_config_1.TYPE_VALUE],
|
|
539
|
+
['CookieChangeEvent', base_config_1.TYPE_VALUE],
|
|
540
|
+
['CookieStoreEventMap', base_config_1.TYPE],
|
|
541
|
+
['CookieStore', base_config_1.TYPE_VALUE],
|
|
542
|
+
['CookieStoreManager', base_config_1.TYPE_VALUE],
|
|
517
543
|
['CountQueuingStrategy', base_config_1.TYPE_VALUE],
|
|
518
544
|
['Credential', base_config_1.TYPE_VALUE],
|
|
519
545
|
['CredentialsContainer', base_config_1.TYPE_VALUE],
|
|
@@ -730,6 +756,7 @@ exports.dom = {
|
|
|
730
756
|
['IdleDeadline', base_config_1.TYPE_VALUE],
|
|
731
757
|
['ImageBitmap', base_config_1.TYPE_VALUE],
|
|
732
758
|
['ImageBitmapRenderingContext', base_config_1.TYPE_VALUE],
|
|
759
|
+
['ImageCapture', base_config_1.TYPE_VALUE],
|
|
733
760
|
['ImageData', base_config_1.TYPE_VALUE],
|
|
734
761
|
['ImageDecoder', base_config_1.TYPE_VALUE],
|
|
735
762
|
['ImageTrack', base_config_1.TYPE_VALUE],
|
|
@@ -816,6 +843,7 @@ exports.dom = {
|
|
|
816
843
|
['NavigatorID', base_config_1.TYPE],
|
|
817
844
|
['NavigatorLanguage', base_config_1.TYPE],
|
|
818
845
|
['NavigatorLocks', base_config_1.TYPE],
|
|
846
|
+
['NavigatorLogin', base_config_1.TYPE_VALUE],
|
|
819
847
|
['NavigatorOnLine', base_config_1.TYPE],
|
|
820
848
|
['NavigatorPlugins', base_config_1.TYPE],
|
|
821
849
|
['NavigatorStorage', base_config_1.TYPE],
|
|
@@ -1200,9 +1228,9 @@ exports.dom = {
|
|
|
1200
1228
|
['XPathExpression', base_config_1.TYPE_VALUE],
|
|
1201
1229
|
['XPathResult', base_config_1.TYPE_VALUE],
|
|
1202
1230
|
['XSLTProcessor', base_config_1.TYPE_VALUE],
|
|
1203
|
-
['Console', base_config_1.TYPE],
|
|
1204
1231
|
['CSS', base_config_1.TYPE_VALUE],
|
|
1205
1232
|
['WebAssembly', base_config_1.TYPE_VALUE],
|
|
1233
|
+
['Console', base_config_1.TYPE],
|
|
1206
1234
|
['AudioDataOutputCallback', base_config_1.TYPE],
|
|
1207
1235
|
['BlobCallback', base_config_1.TYPE],
|
|
1208
1236
|
['CustomElementConstructor', base_config_1.TYPE],
|
|
@@ -1275,6 +1303,7 @@ exports.dom = {
|
|
|
1275
1303
|
['ConstrainDOMString', base_config_1.TYPE],
|
|
1276
1304
|
['ConstrainDouble', base_config_1.TYPE],
|
|
1277
1305
|
['ConstrainULong', base_config_1.TYPE],
|
|
1306
|
+
['CookieList', base_config_1.TYPE],
|
|
1278
1307
|
['DOMHighResTimeStamp', base_config_1.TYPE],
|
|
1279
1308
|
['EpochTimeStamp', base_config_1.TYPE],
|
|
1280
1309
|
['EventListenerOrEventListenerObject', base_config_1.TYPE],
|
|
@@ -1300,6 +1329,7 @@ exports.dom = {
|
|
|
1300
1329
|
['IDBValidKey', base_config_1.TYPE],
|
|
1301
1330
|
['ImageBitmapSource', base_config_1.TYPE],
|
|
1302
1331
|
['ImageBufferSource', base_config_1.TYPE],
|
|
1332
|
+
['ImageDataArray', base_config_1.TYPE],
|
|
1303
1333
|
['Int32List', base_config_1.TYPE],
|
|
1304
1334
|
['LineAndPositionSetting', base_config_1.TYPE],
|
|
1305
1335
|
['MediaProvider', base_config_1.TYPE],
|
|
@@ -1373,6 +1403,7 @@ exports.dom = {
|
|
|
1373
1403
|
['CompositeOperation', base_config_1.TYPE],
|
|
1374
1404
|
['CompositeOperationOrAuto', base_config_1.TYPE],
|
|
1375
1405
|
['CompressionFormat', base_config_1.TYPE],
|
|
1406
|
+
['CookieSameSite', base_config_1.TYPE],
|
|
1376
1407
|
['CredentialMediationRequirement', base_config_1.TYPE],
|
|
1377
1408
|
['DOMParserSupportedType', base_config_1.TYPE],
|
|
1378
1409
|
['DirectionSetting', base_config_1.TYPE],
|
|
@@ -1385,6 +1416,7 @@ exports.dom = {
|
|
|
1385
1416
|
['EndOfStreamError', base_config_1.TYPE],
|
|
1386
1417
|
['EndingType', base_config_1.TYPE],
|
|
1387
1418
|
['FileSystemHandleKind', base_config_1.TYPE],
|
|
1419
|
+
['FillLightMode', base_config_1.TYPE],
|
|
1388
1420
|
['FillMode', base_config_1.TYPE],
|
|
1389
1421
|
['FontDisplay', base_config_1.TYPE],
|
|
1390
1422
|
['FontFaceLoadStatus', base_config_1.TYPE],
|
|
@@ -1411,6 +1443,7 @@ exports.dom = {
|
|
|
1411
1443
|
['LatencyMode', base_config_1.TYPE],
|
|
1412
1444
|
['LineAlignSetting', base_config_1.TYPE],
|
|
1413
1445
|
['LockMode', base_config_1.TYPE],
|
|
1446
|
+
['LoginStatus', base_config_1.TYPE],
|
|
1414
1447
|
['MIDIPortConnectionState', base_config_1.TYPE],
|
|
1415
1448
|
['MIDIPortDeviceState', base_config_1.TYPE],
|
|
1416
1449
|
['MIDIPortType', base_config_1.TYPE],
|
|
@@ -1477,6 +1510,7 @@ exports.dom = {
|
|
|
1477
1510
|
['ReadableStreamType', base_config_1.TYPE],
|
|
1478
1511
|
['ReadyState', base_config_1.TYPE],
|
|
1479
1512
|
['RecordingState', base_config_1.TYPE],
|
|
1513
|
+
['RedEyeReduction', base_config_1.TYPE],
|
|
1480
1514
|
['ReferrerPolicy', base_config_1.TYPE],
|
|
1481
1515
|
['RemotePlaybackState', base_config_1.TYPE],
|
|
1482
1516
|
['RequestCache', base_config_1.TYPE],
|
package/dist/lib/esnext.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"esnext.d.ts","sourceRoot":"","sources":["../../src/lib/esnext.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"esnext.d.ts","sourceRoot":"","sources":["../../src/lib/esnext.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAcjD,eAAO,MAAM,MAAM,EAAE,aAepB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esnext.error.d.ts","sourceRoot":"","sources":["../../src/lib/esnext.error.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,YAAY,EAAE,aAG1B,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
|
3
|
+
// DO NOT EDIT THIS CODE BY HAND
|
|
4
|
+
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
|
|
5
|
+
// npx nx generate-lib repo
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.esnext_error = void 0;
|
|
8
|
+
const base_config_1 = require("./base-config");
|
|
9
|
+
exports.esnext_error = {
|
|
10
|
+
libs: [],
|
|
11
|
+
variables: [['ErrorConstructor', base_config_1.TYPE]],
|
|
12
|
+
};
|
package/dist/lib/esnext.js
CHANGED
|
@@ -10,10 +10,12 @@ const esnext_array_1 = require("./esnext.array");
|
|
|
10
10
|
const esnext_collection_1 = require("./esnext.collection");
|
|
11
11
|
const esnext_decorators_1 = require("./esnext.decorators");
|
|
12
12
|
const esnext_disposable_1 = require("./esnext.disposable");
|
|
13
|
+
const esnext_error_1 = require("./esnext.error");
|
|
13
14
|
const esnext_float16_1 = require("./esnext.float16");
|
|
14
15
|
const esnext_intl_1 = require("./esnext.intl");
|
|
15
16
|
const esnext_iterator_1 = require("./esnext.iterator");
|
|
16
17
|
const esnext_promise_1 = require("./esnext.promise");
|
|
18
|
+
const esnext_sharedmemory_1 = require("./esnext.sharedmemory");
|
|
17
19
|
exports.esnext = {
|
|
18
20
|
libs: [
|
|
19
21
|
es2024_1.es2024,
|
|
@@ -25,6 +27,8 @@ exports.esnext = {
|
|
|
25
27
|
esnext_iterator_1.esnext_iterator,
|
|
26
28
|
esnext_promise_1.esnext_promise,
|
|
27
29
|
esnext_float16_1.esnext_float16,
|
|
30
|
+
esnext_error_1.esnext_error,
|
|
31
|
+
esnext_sharedmemory_1.esnext_sharedmemory,
|
|
28
32
|
],
|
|
29
33
|
variables: [],
|
|
30
34
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"esnext.sharedmemory.d.ts","sourceRoot":"","sources":["../../src/lib/esnext.sharedmemory.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,mBAAmB,EAAE,aAGjC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// THIS CODE WAS AUTOMATICALLY GENERATED
|
|
3
|
+
// DO NOT EDIT THIS CODE BY HAND
|
|
4
|
+
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
|
|
5
|
+
// npx nx generate-lib repo
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.esnext_sharedmemory = void 0;
|
|
8
|
+
const base_config_1 = require("./base-config");
|
|
9
|
+
exports.esnext_sharedmemory = {
|
|
10
|
+
libs: [],
|
|
11
|
+
variables: [['Atomics', base_config_1.TYPE]],
|
|
12
|
+
};
|
package/dist/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AA+GjD,eAAO,MAAM,GAAG,EAAE,WAAW,CAAC,MAAM,EAAE,aAAa,CAgHjD,CAAC"}
|
package/dist/lib/index.js
CHANGED
|
@@ -95,6 +95,7 @@ const esnext_bigint_1 = require("./esnext.bigint");
|
|
|
95
95
|
const esnext_collection_1 = require("./esnext.collection");
|
|
96
96
|
const esnext_decorators_1 = require("./esnext.decorators");
|
|
97
97
|
const esnext_disposable_1 = require("./esnext.disposable");
|
|
98
|
+
const esnext_error_1 = require("./esnext.error");
|
|
98
99
|
const esnext_float16_1 = require("./esnext.float16");
|
|
99
100
|
const esnext_full_1 = require("./esnext.full");
|
|
100
101
|
const esnext_intl_1 = require("./esnext.intl");
|
|
@@ -102,6 +103,7 @@ const esnext_iterator_1 = require("./esnext.iterator");
|
|
|
102
103
|
const esnext_object_1 = require("./esnext.object");
|
|
103
104
|
const esnext_promise_1 = require("./esnext.promise");
|
|
104
105
|
const esnext_regexp_1 = require("./esnext.regexp");
|
|
106
|
+
const esnext_sharedmemory_1 = require("./esnext.sharedmemory");
|
|
105
107
|
const esnext_string_1 = require("./esnext.string");
|
|
106
108
|
const esnext_symbol_1 = require("./esnext.symbol");
|
|
107
109
|
const esnext_weakref_1 = require("./esnext.weakref");
|
|
@@ -205,6 +207,8 @@ exports.lib = new Map([
|
|
|
205
207
|
['esnext.regexp', esnext_regexp_1.esnext_regexp],
|
|
206
208
|
['esnext.iterator', esnext_iterator_1.esnext_iterator],
|
|
207
209
|
['esnext.float16', esnext_float16_1.esnext_float16],
|
|
210
|
+
['esnext.error', esnext_error_1.esnext_error],
|
|
211
|
+
['esnext.sharedmemory', esnext_sharedmemory_1.esnext_sharedmemory],
|
|
208
212
|
['decorators', decorators_1.decorators],
|
|
209
213
|
['decorators.legacy', decorators_legacy_1.decorators_legacy],
|
|
210
214
|
['es2016.full', es2016_full_1.es2016_full],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webworker.d.ts","sourceRoot":"","sources":["../../src/lib/webworker.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"webworker.d.ts","sourceRoot":"","sources":["../../src/lib/webworker.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,SAAS,EAAE,aAioBvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"webworker.iterable.d.ts","sourceRoot":"","sources":["../../src/lib/webworker.iterable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,kBAAkB,EAAE,
|
|
1
|
+
{"version":3,"file":"webworker.iterable.d.ts","sourceRoot":"","sources":["../../src/lib/webworker.iterable.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAIjD,eAAO,MAAM,kBAAkB,EAAE,aAiChC,CAAC"}
|
|
@@ -15,6 +15,7 @@ exports.webworker_iterable = {
|
|
|
15
15
|
['Cache', base_config_1.TYPE],
|
|
16
16
|
['CanvasPath', base_config_1.TYPE],
|
|
17
17
|
['CanvasPathDrawingStyles', base_config_1.TYPE],
|
|
18
|
+
['CookieStoreManager', base_config_1.TYPE],
|
|
18
19
|
['DOMStringList', base_config_1.TYPE],
|
|
19
20
|
['FileList', base_config_1.TYPE],
|
|
20
21
|
['FontFaceSet', base_config_1.TYPE],
|
package/dist/lib/webworker.js
CHANGED
|
@@ -33,6 +33,10 @@ exports.webworker = {
|
|
|
33
33
|
['CacheQueryOptions', base_config_1.TYPE],
|
|
34
34
|
['ClientQueryOptions', base_config_1.TYPE],
|
|
35
35
|
['CloseEventInit', base_config_1.TYPE],
|
|
36
|
+
['CookieInit', base_config_1.TYPE],
|
|
37
|
+
['CookieListItem', base_config_1.TYPE],
|
|
38
|
+
['CookieStoreDeleteOptions', base_config_1.TYPE],
|
|
39
|
+
['CookieStoreGetOptions', base_config_1.TYPE],
|
|
36
40
|
['CryptoKeyPair', base_config_1.TYPE],
|
|
37
41
|
['CustomEventInit', base_config_1.TYPE],
|
|
38
42
|
['DOMMatrix2DInit', base_config_1.TYPE],
|
|
@@ -52,6 +56,7 @@ exports.webworker = {
|
|
|
52
56
|
['EventInit', base_config_1.TYPE],
|
|
53
57
|
['EventListenerOptions', base_config_1.TYPE],
|
|
54
58
|
['EventSourceInit', base_config_1.TYPE],
|
|
59
|
+
['ExtendableCookieChangeEventInit', base_config_1.TYPE],
|
|
55
60
|
['ExtendableEventInit', base_config_1.TYPE],
|
|
56
61
|
['ExtendableMessageEventInit', base_config_1.TYPE],
|
|
57
62
|
['FetchEventInit', base_config_1.TYPE],
|
|
@@ -81,12 +86,14 @@ exports.webworker = {
|
|
|
81
86
|
['ImageEncodeOptions', base_config_1.TYPE],
|
|
82
87
|
['JsonWebKey', base_config_1.TYPE],
|
|
83
88
|
['KeyAlgorithm', base_config_1.TYPE],
|
|
89
|
+
['KeySystemTrackConfiguration', base_config_1.TYPE],
|
|
84
90
|
['LockInfo', base_config_1.TYPE],
|
|
85
91
|
['LockManagerSnapshot', base_config_1.TYPE],
|
|
86
92
|
['LockOptions', base_config_1.TYPE],
|
|
87
93
|
['MediaCapabilitiesDecodingInfo', base_config_1.TYPE],
|
|
88
94
|
['MediaCapabilitiesEncodingInfo', base_config_1.TYPE],
|
|
89
95
|
['MediaCapabilitiesInfo', base_config_1.TYPE],
|
|
96
|
+
['MediaCapabilitiesKeySystemConfiguration', base_config_1.TYPE],
|
|
90
97
|
['MediaConfiguration', base_config_1.TYPE],
|
|
91
98
|
['MediaDecodingConfiguration', base_config_1.TYPE],
|
|
92
99
|
['MediaEncodingConfiguration', base_config_1.TYPE],
|
|
@@ -106,11 +113,13 @@ exports.webworker = {
|
|
|
106
113
|
['ProgressEventInit', base_config_1.TYPE],
|
|
107
114
|
['PromiseRejectionEventInit', base_config_1.TYPE],
|
|
108
115
|
['PushEventInit', base_config_1.TYPE],
|
|
116
|
+
['PushSubscriptionChangeEventInit', base_config_1.TYPE],
|
|
109
117
|
['PushSubscriptionJSON', base_config_1.TYPE],
|
|
110
118
|
['PushSubscriptionOptionsInit', base_config_1.TYPE],
|
|
111
119
|
['QueuingStrategy', base_config_1.TYPE],
|
|
112
120
|
['QueuingStrategyInit', base_config_1.TYPE],
|
|
113
121
|
['RTCEncodedAudioFrameMetadata', base_config_1.TYPE],
|
|
122
|
+
['RTCEncodedFrameMetadata', base_config_1.TYPE],
|
|
114
123
|
['RTCEncodedVideoFrameMetadata', base_config_1.TYPE],
|
|
115
124
|
['ReadableStreamGetReaderOptions', base_config_1.TYPE],
|
|
116
125
|
['ReadableStreamIteratorOptions', base_config_1.TYPE],
|
|
@@ -158,6 +167,7 @@ exports.webworker = {
|
|
|
158
167
|
['WebTransportErrorOptions', base_config_1.TYPE],
|
|
159
168
|
['WebTransportHash', base_config_1.TYPE],
|
|
160
169
|
['WebTransportOptions', base_config_1.TYPE],
|
|
170
|
+
['WebTransportSendOptions', base_config_1.TYPE],
|
|
161
171
|
['WebTransportSendStreamOptions', base_config_1.TYPE],
|
|
162
172
|
['WorkerOptions', base_config_1.TYPE],
|
|
163
173
|
['WriteParams', base_config_1.TYPE],
|
|
@@ -227,6 +237,8 @@ exports.webworker = {
|
|
|
227
237
|
['Clients', base_config_1.TYPE_VALUE],
|
|
228
238
|
['CloseEvent', base_config_1.TYPE_VALUE],
|
|
229
239
|
['CompressionStream', base_config_1.TYPE_VALUE],
|
|
240
|
+
['CookieStore', base_config_1.TYPE_VALUE],
|
|
241
|
+
['CookieStoreManager', base_config_1.TYPE_VALUE],
|
|
230
242
|
['CountQueuingStrategy', base_config_1.TYPE_VALUE],
|
|
231
243
|
['Crypto', base_config_1.TYPE_VALUE],
|
|
232
244
|
['CryptoKey', base_config_1.TYPE_VALUE],
|
|
@@ -263,6 +275,7 @@ exports.webworker = {
|
|
|
263
275
|
['EventSourceEventMap', base_config_1.TYPE],
|
|
264
276
|
['EventSource', base_config_1.TYPE_VALUE],
|
|
265
277
|
['EventTarget', base_config_1.TYPE_VALUE],
|
|
278
|
+
['ExtendableCookieChangeEvent', base_config_1.TYPE_VALUE],
|
|
266
279
|
['ExtendableEvent', base_config_1.TYPE_VALUE],
|
|
267
280
|
['ExtendableMessageEvent', base_config_1.TYPE_VALUE],
|
|
268
281
|
['FetchEvent', base_config_1.TYPE_VALUE],
|
|
@@ -362,6 +375,7 @@ exports.webworker = {
|
|
|
362
375
|
['PushManager', base_config_1.TYPE_VALUE],
|
|
363
376
|
['PushMessageData', base_config_1.TYPE_VALUE],
|
|
364
377
|
['PushSubscription', base_config_1.TYPE_VALUE],
|
|
378
|
+
['PushSubscriptionChangeEvent', base_config_1.TYPE_VALUE],
|
|
365
379
|
['PushSubscriptionOptions', base_config_1.TYPE_VALUE],
|
|
366
380
|
['RTCDataChannelEventMap', base_config_1.TYPE],
|
|
367
381
|
['RTCDataChannel', base_config_1.TYPE_VALUE],
|
|
@@ -469,8 +483,8 @@ exports.webworker = {
|
|
|
469
483
|
['XMLHttpRequestEventTargetEventMap', base_config_1.TYPE],
|
|
470
484
|
['XMLHttpRequestEventTarget', base_config_1.TYPE_VALUE],
|
|
471
485
|
['XMLHttpRequestUpload', base_config_1.TYPE_VALUE],
|
|
472
|
-
['Console', base_config_1.TYPE],
|
|
473
486
|
['WebAssembly', base_config_1.TYPE_VALUE],
|
|
487
|
+
['Console', base_config_1.TYPE],
|
|
474
488
|
['AudioDataOutputCallback', base_config_1.TYPE],
|
|
475
489
|
['EncodedAudioChunkOutputCallback', base_config_1.TYPE],
|
|
476
490
|
['EncodedVideoChunkOutputCallback', base_config_1.TYPE],
|
|
@@ -504,6 +518,7 @@ exports.webworker = {
|
|
|
504
518
|
['CSSPerspectiveValue', base_config_1.TYPE],
|
|
505
519
|
['CSSUnparsedSegment', base_config_1.TYPE],
|
|
506
520
|
['CanvasImageSource', base_config_1.TYPE],
|
|
521
|
+
['CookieList', base_config_1.TYPE],
|
|
507
522
|
['DOMHighResTimeStamp', base_config_1.TYPE],
|
|
508
523
|
['EpochTimeStamp', base_config_1.TYPE],
|
|
509
524
|
['EventListenerOrEventListenerObject', base_config_1.TYPE],
|
|
@@ -527,6 +542,7 @@ exports.webworker = {
|
|
|
527
542
|
['IDBValidKey', base_config_1.TYPE],
|
|
528
543
|
['ImageBitmapSource', base_config_1.TYPE],
|
|
529
544
|
['ImageBufferSource', base_config_1.TYPE],
|
|
545
|
+
['ImageDataArray', base_config_1.TYPE],
|
|
530
546
|
['Int32List', base_config_1.TYPE],
|
|
531
547
|
['MessageEventSource', base_config_1.TYPE],
|
|
532
548
|
['NamedCurve', base_config_1.TYPE],
|
|
@@ -566,6 +582,7 @@ exports.webworker = {
|
|
|
566
582
|
['ColorGamut', base_config_1.TYPE],
|
|
567
583
|
['ColorSpaceConversion', base_config_1.TYPE],
|
|
568
584
|
['CompressionFormat', base_config_1.TYPE],
|
|
585
|
+
['CookieSameSite', base_config_1.TYPE],
|
|
569
586
|
['DocumentVisibilityState', base_config_1.TYPE],
|
|
570
587
|
['EncodedAudioChunkType', base_config_1.TYPE],
|
|
571
588
|
['EncodedVideoChunkType', base_config_1.TYPE],
|
|
@@ -591,6 +608,7 @@ exports.webworker = {
|
|
|
591
608
|
['LockMode', base_config_1.TYPE],
|
|
592
609
|
['MediaDecodingType', base_config_1.TYPE],
|
|
593
610
|
['MediaEncodingType', base_config_1.TYPE],
|
|
611
|
+
['MediaKeysRequirement', base_config_1.TYPE],
|
|
594
612
|
['NotificationDirection', base_config_1.TYPE],
|
|
595
613
|
['NotificationPermission', base_config_1.TYPE],
|
|
596
614
|
['OffscreenRenderingContextId', base_config_1.TYPE],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/scope-manager",
|
|
3
|
-
"version": "8.38.1-alpha.
|
|
3
|
+
"version": "8.38.1-alpha.5",
|
|
4
4
|
"description": "TypeScript scope analyser for ESLint",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"typecheck": "yarn run -BT nx typecheck"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@typescript-eslint/types": "8.38.1-alpha.
|
|
51
|
-
"@typescript-eslint/visitor-keys": "8.38.1-alpha.
|
|
50
|
+
"@typescript-eslint/types": "8.38.1-alpha.5",
|
|
51
|
+
"@typescript-eslint/visitor-keys": "8.38.1-alpha.5"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@typescript-eslint/typescript-estree": "8.38.1-alpha.
|
|
54
|
+
"@typescript-eslint/typescript-estree": "8.38.1-alpha.5",
|
|
55
55
|
"@vitest/coverage-v8": "^3.1.3",
|
|
56
56
|
"@vitest/pretty-format": "^3.1.3",
|
|
57
57
|
"eslint": "*",
|