chore: migrate Node.js implementation for js-sandbox to isolated-vm (#3973)

Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
This commit is contained in:
James George
2024-04-19 08:38:46 -07:00
committed by GitHub
parent a079e0f04b
commit 22c6eabd13
52 changed files with 1028 additions and 285 deletions

View File

@@ -1,2 +1,2 @@
export { default } from "./dist/node.d.ts"
export * from "./dist/node.d.ts"
export { default } from "./dist/node/index.d.ts"
export * from "./dist/node/index.d.ts"