chore: bump version (#3706)

This commit is contained in:
Alex Yang
2023-08-11 15:36:10 -04:00
committed by GitHub
parent 844e73ca29
commit 91619b87db
35 changed files with 2319 additions and 2355 deletions

View File

@@ -194,6 +194,7 @@ const timer = createTimers(abortController.signal);
const sharedGlobalThis = Object.assign(Object.create(null), timer, {
Object: globalThis.Object,
fetch: pluginFetch,
ReadableStream: globalThis.ReadableStream,
Symbol: globalThis.Symbol,
Error: globalThis.Error,
TypeError: globalThis.TypeError,