0.0.8-alpha.60 • Published 2 years ago

java2ast-types v0.0.8-alpha.60

Weekly downloads
1
License
ISC
Repository
-
Last release
2 years ago

基于java-parse抽取java源代码进行转换;

Require

➜  core git:(br-model) ✗ java --version
java 9.0.4
Java(TM) SE Runtime Environment (build 9.0.4+11)
Java HotSpot(TM) 64-Bit Server VM (build 9.0.4+11, mixed mode)
➜  core git:(br-model) ✗ node -v
v11.15.0
➜  core git:(br-model) ✗

单文件执行

import {fromFile} from 'java2ast';

(async()=>{
 let ast = await fromFile("/xxx/xx.jar")
})()