vmbabel runtime 源码
vmbabel运行时 同步可以满足需求,先不做异步了 import { excute } from 'vmbabel-runtime' const code = ` interface Params{ id:string; tag: string; } function getNewName(param: Params) { return id + '_' + tag } function $excute() { return getNewName(context.params) } ` const data = excute ( { code , 'ts' } ) console . log ( data )
文件列表
vmbabel-runtime-master.zip
(预估有个7文件)
vmbabel-runtime-master
tsconfig.json
131B
README.md
363B
package.json
637B
tslint.json
2KB
dist
index.js
2KB
index.d.ts
164B
src
index.ts
1KB
暂无评论