File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,6 @@ let sorted_keywords = [|
126
126
" CSSUnparsedValue" ;
127
127
" CSSVariableReferenceValue" ;
128
128
" CanvasCaptureMediaStreamTrack" ;
129
- " CanvasFilter" ;
130
129
" CanvasGradient" ;
131
130
" CanvasPattern" ;
132
131
" CanvasRenderingContext2D" ;
@@ -172,6 +171,7 @@ let sorted_keywords = [|
172
171
" DelegatedInkTrailPresenter" ;
173
172
" Document" ;
174
173
" DocumentFragment" ;
174
+ " DocumentPictureInPictureEvent" ;
175
175
" DocumentTimeline" ;
176
176
" DocumentType" ;
177
177
" DragEvent" ;
@@ -571,6 +571,7 @@ let sorted_keywords = [|
571
571
" Screen" ;
572
572
" ScreenOrientation" ;
573
573
" ScriptProcessorNode" ;
574
+ " ScrollTimeline" ;
574
575
" SecurityPolicyViolationEvent" ;
575
576
" Selection" ;
576
577
" Set" ;
@@ -610,6 +611,7 @@ let sorted_keywords = [|
610
611
" TextTrackCueList" ;
611
612
" TextTrackList" ;
612
613
" TimeRanges" ;
614
+ " ToggleEvent" ;
613
615
" Touch" ;
614
616
" TouchEvent" ;
615
617
" TouchList" ;
@@ -639,8 +641,10 @@ let sorted_keywords = [|
639
641
" VideoColorSpace" ;
640
642
" VideoFrame" ;
641
643
" VideoPlaybackQuality" ;
644
+ " ViewTimeline" ;
642
645
" ViewTransition" ;
643
646
" VirtualKeyboardGeometryChangeEvent" ;
647
+ " VisibilityStateEntry" ;
644
648
" VisualViewport" ;
645
649
" WaveShaperNode" ;
646
650
" WeakMap" ;
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ CSSUnitValue
97
97
CSSUnparsedValue
98
98
CSSVariableReferenceValue
99
99
CanvasCaptureMediaStreamTrack
100
- CanvasFilter
101
100
CanvasGradient
102
101
CanvasPattern
103
102
CanvasRenderingContext2D
@@ -143,6 +142,7 @@ DelayNode
143
142
DelegatedInkTrailPresenter
144
143
Document
145
144
DocumentFragment
145
+ DocumentPictureInPictureEvent
146
146
DocumentTimeline
147
147
DocumentType
148
148
DragEvent
@@ -542,6 +542,7 @@ Scheduling
542
542
Screen
543
543
ScreenOrientation
544
544
ScriptProcessorNode
545
+ ScrollTimeline
545
546
SecurityPolicyViolationEvent
546
547
Selection
547
548
Set
@@ -581,6 +582,7 @@ TextTrackCue
581
582
TextTrackCueList
582
583
TextTrackList
583
584
TimeRanges
585
+ ToggleEvent
584
586
Touch
585
587
TouchEvent
586
588
TouchList
@@ -610,8 +612,10 @@ ValidityState
610
612
VideoColorSpace
611
613
VideoFrame
612
614
VideoPlaybackQuality
615
+ ViewTimeline
613
616
ViewTransition
614
617
VirtualKeyboardGeometryChangeEvent
618
+ VisibilityStateEntry
615
619
VisualViewport
616
620
WaveShaperNode
617
621
WeakMap
Original file line number Diff line number Diff line change 127
127
" setTimeout" ;
128
128
" __dirname" ;
129
129
" __filename" ;
130
- " __esModule"
130
+ " __esModule" ;
131
+
132
+ (* Bun global obj *)
133
+ " Bun"
131
134
|]
132
135
133
136
You can’t perform that action at this time.
0 commit comments