enable "ES2021.Promise", "ES2021.String", "ES2021.WeakRef" as lib-dependencies as our runtimes have caught up

This commit is contained in:
Johannes
2022-07-04 17:14:05 +02:00
parent 333f434825
commit a65356de2e

View File

@@ -37,6 +37,9 @@
"ES2020.String",
"ES2020.Symbol.WellKnown",
"ES2020.Intl",
"ES2021.Promise",
"ES2021.String",
"ES2021.WeakRef",
"DOM",
"DOM.Iterable",
"WebWorker.ImportScripts"