java2ast-types
TypeScript icon, indicating that this package has built-in type declarations

0.0.8-alpha.60 • Public • Published

基于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")
})()

Readme

Keywords

none

Package Sidebar

Install

npm i java2ast-types

Weekly Downloads

2

Version

0.0.8-alpha.60

License

ISC

Unpacked Size

42 kB

Total Files

27

Last publish

Collaborators

  • yangxiaodong