We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nonisolated(unsafe)
1 parent 9117971 commit 801b252Copy full SHA for 801b252
Sources/JavaScriptKit/FundamentalObjects/JSObject.swift
@@ -141,7 +141,9 @@ public class JSObject: Equatable {
141
142
// `JSObject` storage itself is immutable, and use of `JSObject.global` from other
143
// threads maintains the same semantics as `globalThis` in JavaScript.
144
+ #if compiler(>=5.10)
145
146
+ #endif
147
static let _global = JSObject(id: _JS_Predef_Value_Global)
148
#else
149
0 commit comments