Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ Unreleased
- Upgrade the Melange JS parser to [Flow
v0.288.0](https://github.com/facebook/flow/releases/tag/v0.288.0)
([#1627](https://github.com/melange-re/melange/pull/1627))

- core: update reserved keywords list to account for new browser additions
([#1644](https://github.com/melange-re/melange/pull/1644))

5.1.0-53 2025-03-23
---------------
Expand Down
28 changes: 28 additions & 0 deletions jscomp/melstd/gen/keywords.list
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ AnimationPlaybackEvent
AnimationTimeline
Array
ArrayBuffer
AsyncDisposableStack
Atomics
Attr
Audio
Expand Down Expand Up @@ -52,7 +53,11 @@ CSSConditionRule
CSSContainerRule
CSSCounterStyleRule
CSSFontFaceRule
CSSFontFeatureValuesRule
CSSFontPaletteValuesRule
CSSFunctionDeclarations
CSSFunctionDescriptors
CSSFunctionRule
CSSGroupingRule
CSSImageValue
CSSImportRule
Expand Down Expand Up @@ -118,6 +123,7 @@ CharacterData
ClipboardEvent
CloseEvent
CloseWatcher
CommandEvent
Comment
CompositionEvent
CompressionStream
Expand Down Expand Up @@ -153,6 +159,7 @@ Date
DecompressionStream
DelayNode
DelegatedInkTrailPresenter
DisposableStack
Document
DocumentFragment
DocumentPictureInPictureEvent
Expand Down Expand Up @@ -180,6 +187,7 @@ File
FileList
FileReader
FinalizationRegistry
Float16Array
Float32Array
Float64Array
FocusEvent
Expand Down Expand Up @@ -257,6 +265,7 @@ HTMLProgressElement
HTMLQuoteElement
HTMLScriptElement
HTMLSelectElement
HTMLSelectedContentElement
HTMLSlotElement
HTMLSourceElement
HTMLSpanElement
Expand Down Expand Up @@ -288,6 +297,7 @@ IDBIndex
IDBKeyRange
IDBObjectStore
IDBOpenDBRequest
IDBRecord
IDBRequest
IDBTransaction
IDBVersionChangeEvent
Expand All @@ -308,6 +318,7 @@ InputEvent
Int16Array
Int32Array
Int8Array
IntegrityViolationReportBody
IntersectionObserver
IntersectionObserverEntry
Intl
Expand Down Expand Up @@ -363,6 +374,7 @@ NavigationActivation
NavigationCurrentEntryChangeEvent
NavigationDestination
NavigationHistoryEntry
NavigationPrecommitController
NavigationTransition
Navigator
NavigatorUAData
Expand All @@ -376,6 +388,7 @@ NotRestoredReasons
Notification
Number
Object
Observable
OfflineAudioCompletionEvent
OfflineAudioContext
OffscreenCanvas
Expand Down Expand Up @@ -426,6 +439,7 @@ Proxy
PushManager
PushSubscription
PushSubscriptionOptions
QuotaExceededError
RTCCertificate
RTCDTMFSender
RTCDTMFToneChangeEvent
Expand All @@ -442,6 +456,7 @@ RTCPeerConnection
RTCPeerConnectionIceErrorEvent
RTCPeerConnectionIceEvent
RTCRtpReceiver
RTCRtpScriptTransform
RTCRtpSender
RTCRtpTransceiver
RTCSctpTransport
Expand Down Expand Up @@ -577,11 +592,21 @@ Selection
Set
ShadowRoot
SharedStorage
SharedStorageAppendMethod
SharedStorageClearMethod
SharedStorageDeleteMethod
SharedStorageModifierMethod
SharedStorageSetMethod
SharedStorageWorklet
SharedWorker
SnapEvent
SourceBuffer
SourceBufferList
SpeechGrammar
SpeechGrammarList
SpeechRecognition
SpeechRecognitionErrorEvent
SpeechRecognitionEvent
SpeechSynthesis
SpeechSynthesisErrorEvent
SpeechSynthesisEvent
Expand All @@ -597,6 +622,8 @@ StylePropertyMapReadOnly
StyleSheet
StyleSheetList
SubmitEvent
Subscriber
SuppressedError
Symbol
SyncManager
SyntaxError
Expand Down Expand Up @@ -652,6 +679,7 @@ VideoPlaybackQuality
ViewTimeline
ViewTransition
ViewTransitionTypeSet
Viewport
VirtualKeyboardGeometryChangeEvent
VisibilityStateEntry
VisualViewport
Expand Down
4 changes: 2 additions & 2 deletions jscomp/test/dist/jscomp/test/mario_game.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.