loading external modules from FileSystem access API

This commit is contained in:
Dmitry Vasilev
2022-10-26 11:37:17 +08:00
parent 0fa7c03e87
commit a78ba0fa78
5 changed files with 56 additions and 38 deletions

View File

@@ -2,6 +2,7 @@ export const globals = new Set([
'globalThis',
// TODO Promise,
// TODO Symbol
'URL',
'Set',
'Map',
"Infinity",