没有合适的资源?快使用搜索试试~ 我知道了~
astray:步入AST而不会误入歧途
共19个文件
js:10个
json:2个
gitkeep:1个
需积分: 9 0 下载量 196 浏览量
2021-03-31
16:24:32
上传
评论
收藏 19KB ZIP 举报
温馨提示
误入歧途 一个很小的(1.01 kB)实用程序,可以在不被误导的情况下走AST。 安装 $ npm install --save astray 用法 import { parse } from 'meriyah' ; import * as astray from 'astray' ; const AST = parse ( ` const sum = (a, b) => a + b; function square(a, b) { return a * b; } function sqrt(num) { let value = Math.sqrt(num); console.log('square root is:', value); return value; } ` ) let ref , STATE = new Map ; //
资源推荐
资源详情
资源评论
收起资源包目录
astray-master.zip (19个子文件)
astray-master
package.json 1016B
readme.md 11KB
.github
workflows
ci.yml 728B
test
helpers.js 122B
utils.js 11KB
index.js 478B
walk.js 10KB
lookup.js 4KB
license 1KB
src
utils.js 2KB
index.js 4KB
index.d.ts 4KB
bench
package.json 291B
make.js 615B
walk.js 2KB
fixtures
.gitkeep 0B
.gitignore 91B
.editorconfig 211B
build
index.js 561B
共 19 条
- 1
资源评论
leeloodeng
- 粉丝: 25
- 资源: 4699
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功