feat: add polyfills insertion for ES Next used features
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
package kotlin.js
|
||||
|
||||
@JsNativeImplementation("""
|
||||
@JsPolyfill("""
|
||||
(function() {
|
||||
if (typeof globalThis === 'object') return;
|
||||
Object.defineProperty(Object.prototype, '__magic__', {
|
||||
|
||||
Reference in New Issue
Block a user