在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:typhonjs-node-escomplex/typhonjs-escomplex开源软件地址:https://github.com/typhonjs-node-escomplex/typhonjs-escomplex开源编程语言:JavaScript 100.0%开源软件介绍:0.1.0 update: Please refer to this wiki page on report changes and other pertinent details when upgrading to Update: Please see issue#9 for a proposed roadmap for the next official major release of typhonjs-escomplex which is planned for fall '18 or thereabout.
Work is swiftly being finished. More information forthcoming. This NPM module can be installed as a dependency in "dependencies": {
"typhonjs-escomplex": "^0.1.0"
} An ES6 example follows: import escomplex from 'typhonjs-escomplex';
const source = <some JS source code>;
const report = escomplex.analyzeModule(source); A CJS example follows: var escomplex = require('typhonjs-escomplex');
var source = <some JS source code>;
var report = escomplex.analyzeModule(source); |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论