@@ -21,6 +21,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
21
21
"Error" => false ,
22
22
"EvalError" => false ,
23
23
"FinalizationRegistry" => false ,
24
+ "Float16Array" => false ,
24
25
"Float32Array" => false ,
25
26
"Float64Array" => false ,
26
27
"Function" => false ,
@@ -394,6 +395,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
394
395
} ,
395
396
"browser" => phf_map! {
396
397
"AI" => false ,
398
+ "AICreateMonitor" => false ,
397
399
"AITextSession" => false ,
398
400
"AbortController" => false ,
399
401
"AbortSignal" => false ,
@@ -406,6 +408,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
406
408
"AnimationEvent" => false ,
407
409
"AnimationPlaybackEvent" => false ,
408
410
"AnimationTimeline" => false ,
411
+ "AsyncDisposableStack" => false ,
409
412
"Attr" => false ,
410
413
"Audio" => false ,
411
414
"AudioBuffer" => false ,
@@ -452,6 +455,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
452
455
"BrowserCaptureMediaStreamTrack" => false ,
453
456
"ByteLengthQueuingStrategy" => false ,
454
457
"CDATASection" => false ,
458
+ "CSPViolationReportBody" => false ,
455
459
"CSS" => false ,
456
460
"CSSAnimation" => false ,
457
461
"CSSConditionRule" => false ,
@@ -531,6 +535,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
531
535
"ClipboardItem" => false ,
532
536
"CloseEvent" => false ,
533
537
"CloseWatcher" => false ,
538
+ "CommandEvent" => false ,
534
539
"Comment" => false ,
535
540
"CompositionEvent" => false ,
536
541
"CompressionStream" => false ,
@@ -575,6 +580,8 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
575
580
"DeviceMotionEventAcceleration" => false ,
576
581
"DeviceMotionEventRotationRate" => false ,
577
582
"DeviceOrientationEvent" => false ,
583
+ "DevicePosture" => false ,
584
+ "DisposableStack" => false ,
578
585
"Document" => false ,
579
586
"DocumentFragment" => false ,
580
587
"DocumentPictureInPicture" => false ,
@@ -611,8 +618,8 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
611
618
"FileSystemFileEntry" => false ,
612
619
"FileSystemFileHandle" => false ,
613
620
"FileSystemHandle" => false ,
621
+ "FileSystemObserver" => false ,
614
622
"FileSystemWritableFileStream" => false ,
615
- "Float16Array" => false ,
616
623
"FocusEvent" => false ,
617
624
"FontData" => false ,
618
625
"FontFace" => false ,
@@ -738,6 +745,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
738
745
"HTMLQuoteElement" => false ,
739
746
"HTMLScriptElement" => false ,
740
747
"HTMLSelectElement" => false ,
748
+ "HTMLSelectedContentElement" => false ,
741
749
"HTMLSlotElement" => false ,
742
750
"HTMLSourceElement" => false ,
743
751
"HTMLSpanElement" => false ,
@@ -796,6 +804,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
796
804
"KeyboardEvent" => false ,
797
805
"KeyboardLayoutMap" => false ,
798
806
"KeyframeEffect" => false ,
807
+ "LanguageDetector" => false ,
799
808
"LargestContentfulPaint" => false ,
800
809
"LaunchParams" => false ,
801
810
"LaunchQueue" => false ,
@@ -881,6 +890,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
881
890
"Notification" => false ,
882
891
"NotifyPaintEvent" => false ,
883
892
"OTPCredential" => false ,
893
+ "Observable" => false ,
884
894
"OfflineAudioCompletionEvent" => false ,
885
895
"OfflineAudioContext" => false ,
886
896
"OffscreenCanvas" => false ,
@@ -981,12 +991,14 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
981
991
"ReadableStreamDefaultReader" => false ,
982
992
"RelativeOrientationSensor" => false ,
983
993
"RemotePlayback" => false ,
994
+ "ReportBody" => false ,
984
995
"ReportingObserver" => false ,
985
996
"Request" => false ,
986
997
"ResizeObserver" => false ,
987
998
"ResizeObserverEntry" => false ,
988
999
"ResizeObserverSize" => false ,
989
1000
"Response" => false ,
1001
+ "RestrictionTarget" => false ,
990
1002
"SVGAElement" => false ,
991
1003
"SVGAngle" => false ,
992
1004
"SVGAnimateElement" => false ,
@@ -1103,6 +1115,11 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1103
1115
"ServiceWorkerRegistration" => false ,
1104
1116
"ShadowRoot" => false ,
1105
1117
"SharedStorage" => false ,
1118
+ "SharedStorageAppendMethod" => false ,
1119
+ "SharedStorageClearMethod" => false ,
1120
+ "SharedStorageDeleteMethod" => false ,
1121
+ "SharedStorageModifierMethod" => false ,
1122
+ "SharedStorageSetMethod" => false ,
1106
1123
"SharedStorageWorklet" => false ,
1107
1124
"SharedWorker" => false ,
1108
1125
"SnapEvent" => false ,
@@ -1125,7 +1142,9 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1125
1142
"StyleSheet" => false ,
1126
1143
"StyleSheetList" => false ,
1127
1144
"SubmitEvent" => false ,
1145
+ "Subscriber" => false ,
1128
1146
"SubtleCrypto" => false ,
1147
+ "SuppressedError" => false ,
1129
1148
"SyncManager" => false ,
1130
1149
"TEMPORARY" => false ,
1131
1150
"TaskAttributionTiming" => false ,
@@ -1365,6 +1384,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1365
1384
"onchange" => true ,
1366
1385
"onclick" => true ,
1367
1386
"onclose" => true ,
1387
+ "oncommand" => true ,
1368
1388
"oncontentvisibilityautostatechange" => true ,
1369
1389
"oncontextlost" => true ,
1370
1390
"oncontextmenu" => true ,
@@ -1520,11 +1540,13 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1520
1540
"top" => false ,
1521
1541
"trustedTypes" => false ,
1522
1542
"visualViewport" => false ,
1543
+ "when" => false ,
1523
1544
"window" => false ,
1524
1545
} ,
1525
1546
"node" => phf_map! {
1526
1547
"AbortController" => false ,
1527
1548
"AbortSignal" => false ,
1549
+ "AsyncDisposableStack" => false ,
1528
1550
"Blob" => false ,
1529
1551
"BroadcastChannel" => false ,
1530
1552
"Buffer" => false ,
@@ -1537,6 +1559,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1537
1559
"CustomEvent" => false ,
1538
1560
"DOMException" => false ,
1539
1561
"DecompressionStream" => false ,
1562
+ "DisposableStack" => false ,
1540
1563
"Event" => false ,
1541
1564
"EventTarget" => false ,
1542
1565
"File" => false ,
@@ -1562,13 +1585,15 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1562
1585
"Request" => false ,
1563
1586
"Response" => false ,
1564
1587
"SubtleCrypto" => false ,
1588
+ "SuppressedError" => false ,
1565
1589
"TextDecoder" => false ,
1566
1590
"TextDecoderStream" => false ,
1567
1591
"TextEncoder" => false ,
1568
1592
"TextEncoderStream" => false ,
1569
1593
"TransformStream" => false ,
1570
1594
"TransformStreamDefaultController" => false ,
1571
1595
"URL" => false ,
1596
+ "URLPattern" => false ,
1572
1597
"URLSearchParams" => false ,
1573
1598
"WebAssembly" => false ,
1574
1599
"WebSocket" => false ,
@@ -1601,6 +1626,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1601
1626
"shared-node-browser" => phf_map! {
1602
1627
"AbortController" => false ,
1603
1628
"AbortSignal" => false ,
1629
+ "AsyncDisposableStack" => false ,
1604
1630
"Blob" => false ,
1605
1631
"BroadcastChannel" => false ,
1606
1632
"ByteLengthQueuingStrategy" => false ,
@@ -1612,6 +1638,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1612
1638
"CustomEvent" => false ,
1613
1639
"DOMException" => false ,
1614
1640
"DecompressionStream" => false ,
1641
+ "DisposableStack" => false ,
1615
1642
"Event" => false ,
1616
1643
"EventTarget" => false ,
1617
1644
"File" => false ,
@@ -1637,13 +1664,15 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1637
1664
"Request" => false ,
1638
1665
"Response" => false ,
1639
1666
"SubtleCrypto" => false ,
1667
+ "SuppressedError" => false ,
1640
1668
"TextDecoder" => false ,
1641
1669
"TextDecoderStream" => false ,
1642
1670
"TextEncoder" => false ,
1643
1671
"TextEncoderStream" => false ,
1644
1672
"TransformStream" => false ,
1645
1673
"TransformStreamDefaultController" => false ,
1646
1674
"URL" => false ,
1675
+ "URLPattern" => false ,
1647
1676
"URLSearchParams" => false ,
1648
1677
"WebAssembly" => false ,
1649
1678
"WebSocket" => false ,
@@ -1665,8 +1694,11 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1665
1694
"structuredClone" => false ,
1666
1695
} ,
1667
1696
"worker" => phf_map! {
1697
+ "AI" => false ,
1698
+ "AICreateMonitor" => false ,
1668
1699
"AbortController" => false ,
1669
1700
"AbortSignal" => false ,
1701
+ "AsyncDisposableStack" => false ,
1670
1702
"AudioData" => false ,
1671
1703
"AudioDecoder" => false ,
1672
1704
"AudioEncoder" => false ,
@@ -1701,6 +1733,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1701
1733
"DOMStringList" => false ,
1702
1734
"DecompressionStream" => false ,
1703
1735
"DedicatedWorkerGlobalScope" => false ,
1736
+ "DisposableStack" => false ,
1704
1737
"EncodedAudioChunk" => false ,
1705
1738
"EncodedVideoChunk" => false ,
1706
1739
"ErrorEvent" => false ,
@@ -1714,6 +1747,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1714
1747
"FileSystemDirectoryHandle" => false ,
1715
1748
"FileSystemFileHandle" => false ,
1716
1749
"FileSystemHandle" => false ,
1750
+ "FileSystemObserver" => false ,
1717
1751
"FileSystemSyncAccessHandle" => false ,
1718
1752
"FileSystemWritableFileStream" => false ,
1719
1753
"FontFace" => false ,
@@ -1781,6 +1815,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1781
1815
"ImageDecoder" => false ,
1782
1816
"ImageTrack" => false ,
1783
1817
"ImageTrackList" => false ,
1818
+ "LanguageDetector" => false ,
1784
1819
"Lock" => false ,
1785
1820
"LockManager" => false ,
1786
1821
"MediaCapabilities" => false ,
@@ -1793,6 +1828,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1793
1828
"NavigatorUAData" => false ,
1794
1829
"NetworkInformation" => false ,
1795
1830
"Notification" => false ,
1831
+ "Observable" => false ,
1796
1832
"OffscreenCanvas" => false ,
1797
1833
"OffscreenCanvasRenderingContext2D" => false ,
1798
1834
"PERSISTENT" => false ,
@@ -1824,9 +1860,11 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1824
1860
"ReadableStreamBYOBRequest" => false ,
1825
1861
"ReadableStreamDefaultController" => false ,
1826
1862
"ReadableStreamDefaultReader" => false ,
1863
+ "ReportBody" => false ,
1827
1864
"ReportingObserver" => false ,
1828
1865
"Request" => false ,
1829
1866
"Response" => false ,
1867
+ "RestrictionTarget" => false ,
1830
1868
"Scheduler" => false ,
1831
1869
"SecurityPolicyViolationEvent" => false ,
1832
1870
"Serial" => false ,
@@ -1837,7 +1875,9 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1837
1875
"StorageBucket" => false ,
1838
1876
"StorageBucketManager" => false ,
1839
1877
"StorageManager" => false ,
1878
+ "Subscriber" => false ,
1840
1879
"SubtleCrypto" => false ,
1880
+ "SuppressedError" => false ,
1841
1881
"SyncManager" => false ,
1842
1882
"TEMPORARY" => false ,
1843
1883
"TaskController" => false ,
@@ -1958,11 +1998,15 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
1958
1998
"webkitRequestFileSystemSync" => false ,
1959
1999
"webkitResolveLocalFileSystemSyncURL" => false ,
1960
2000
"webkitResolveLocalFileSystemURL" => false ,
2001
+ "when" => false ,
1961
2002
} ,
1962
2003
"serviceworker" => phf_map! {
2004
+ "AI" => false ,
2005
+ "AICreateMonitor" => false ,
1963
2006
"AbortController" => false ,
1964
2007
"AbortPaymentEvent" => false ,
1965
2008
"AbortSignal" => false ,
2009
+ "AsyncDisposableStack" => false ,
1966
2010
"BackgroundFetchEvent" => false ,
1967
2011
"BackgroundFetchManager" => false ,
1968
2012
"BackgroundFetchRecord" => false ,
@@ -2000,6 +2044,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
2000
2044
"DOMRectReadOnly" => false ,
2001
2045
"DOMStringList" => false ,
2002
2046
"DecompressionStream" => false ,
2047
+ "DisposableStack" => false ,
2003
2048
"ErrorEvent" => false ,
2004
2049
"Event" => false ,
2005
2050
"EventSource" => false ,
@@ -2073,6 +2118,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
2073
2118
"ImageBitmapRenderingContext" => false ,
2074
2119
"ImageData" => false ,
2075
2120
"InstallEvent" => false ,
2121
+ "LanguageDetector" => false ,
2076
2122
"Lock" => false ,
2077
2123
"LockManager" => false ,
2078
2124
"MediaCapabilities" => false ,
@@ -2084,6 +2130,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
2084
2130
"NetworkInformation" => false ,
2085
2131
"Notification" => false ,
2086
2132
"NotificationEvent" => false ,
2133
+ "Observable" => false ,
2087
2134
"OffscreenCanvas" => false ,
2088
2135
"OffscreenCanvasRenderingContext2D" => false ,
2089
2136
"Path2D" => false ,
@@ -2112,9 +2159,11 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
2112
2159
"ReadableStreamBYOBRequest" => false ,
2113
2160
"ReadableStreamDefaultController" => false ,
2114
2161
"ReadableStreamDefaultReader" => false ,
2162
+ "ReportBody" => false ,
2115
2163
"ReportingObserver" => false ,
2116
2164
"Request" => false ,
2117
2165
"Response" => false ,
2166
+ "RestrictionTarget" => false ,
2118
2167
"Scheduler" => false ,
2119
2168
"SecurityPolicyViolationEvent" => false ,
2120
2169
"ServiceWorker" => false ,
@@ -2123,7 +2172,9 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
2123
2172
"StorageBucket" => false ,
2124
2173
"StorageBucketManager" => false ,
2125
2174
"StorageManager" => false ,
2175
+ "Subscriber" => false ,
2126
2176
"SubtleCrypto" => false ,
2177
+ "SuppressedError" => false ,
2127
2178
"SyncEvent" => false ,
2128
2179
"SyncManager" => false ,
2129
2180
"TaskController" => false ,
@@ -2180,6 +2231,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
2180
2231
"WritableStreamDefaultController" => false ,
2181
2232
"WritableStreamDefaultWriter" => false ,
2182
2233
"addEventListener" => false ,
2234
+ "ai" => false ,
2183
2235
"atob" => false ,
2184
2236
"btoa" => false ,
2185
2237
"caches" => false ,
@@ -2236,6 +2288,7 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
2236
2288
"skipWaiting" => false ,
2237
2289
"structuredClone" => false ,
2238
2290
"trustedTypes" => false ,
2291
+ "when" => false ,
2239
2292
} ,
2240
2293
"commonjs" => phf_map! {
2241
2294
"exports" => true ,
@@ -2384,12 +2437,14 @@ pub static GLOBALS: Map<&'static str, Map<&'static str, bool>> = phf_map! {
2384
2437
"cat" => false ,
2385
2438
"cd" => false ,
2386
2439
"chmod" => false ,
2440
+ "cmd" => false ,
2387
2441
"config" => false ,
2388
2442
"cp" => false ,
2389
2443
"dirs" => false ,
2390
2444
"echo" => false ,
2391
2445
"env" => false ,
2392
2446
"error" => false ,
2447
+ "errorCode" => false ,
2393
2448
"exec" => false ,
2394
2449
"exit" => false ,
2395
2450
"find" => false ,
0 commit comments