Skip to content

Commit

Permalink
chore: migrate vm2 to isolated-vm (#85)
Browse files Browse the repository at this point in the history
* chore: migrate vm2 to isolated-vm

Signed-off-by: echo094 <[email protected]>

* Update README.md

Signed-off-by: echo094 <[email protected]>

---------

Signed-off-by: echo094 <[email protected]>
  • Loading branch information
echo094 authored Mar 24, 2024
1 parent 26aab29 commit 779c06b
Show file tree
Hide file tree
Showing 6 changed files with 895 additions and 225 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ An AST analyzer and processor based on Babel that can handle the following situa

## 使用 Usage

1. 准备一个nodejs环境
**如果在安装和运行过程中出现问题,请先排查[isolated-vm](https://github.com/laverdet/isolated-vm?tab=readme-ov-file#requirements)的安装和使用要求**

Prepare a nodejs environment
**If problems occur during installation and execution, please check the requirements of [isolated-vm](https://github.com/laverdet/isolated-vm?tab=readme-ov-file#requirements) first**

1. 准备一个nodejs环境 (16.x以上 推荐18.x)

Prepare a nodejs environment (>=16.x and 18.x is suggested)

2. 通过`npm i`安装依赖

Expand Down
Loading

0 comments on commit 779c06b

Please sign in to comment.