You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This setting was added (IIUC) as a temporary workaround for the lack or
support for `import.meta` in browser and tooling.
However `import.meta` has been at stage 4 for almost 5 years now:
tc39/proposal-import-meta#21
Webback (released in 2020) also has builtin support for `import.meta`,
so I would hope the use case for disabling this setting no longer
exists.
See #9234 and #8729
#if EXPORT_ES6&&USE_ES6_IMPORT_META&&!AUDIO_WORKLET// In single-file mode, repeating WASM_BINARY_FILE would emit the contents again. For an Audio Worklet, we cannot use `new URL()`.
622
+
#if EXPORT_ES6&&!AUDIO_WORKLET// In single-file mode, repeating WASM_BINARY_FILE would emit the contents again. For an Audio Worklet, we cannot use `new URL()`.
0 commit comments