文件名称:node-ast-investigator:JS AST 分析工具
文件大小:13KB
文件格式:ZIP
更新时间:2024-06-25 18:55:42
JavaScript
node-ast-调查员
JS AST 分析工具
范围链
这个图书馆的主要面包和黄油
require ( 'ast-investigator' ) . ScopeChain . fromString ( 'x + y' )
所有属性都是特定范围内的操作,而不是其子项或父项。 为了确定是否在儿童外部/内部使用了引用/分配,请走链。
String[] .init - names of parameters
ASTNode? .node
ScopeChain? .parent
ScopeChain[] .children
【文件预览】:
node-ast-investigator-master
----.gitignore(535B)
----README.md(958B)
----LICENSE(1KB)
----package.json(602B)
----index.js(36B)
----tools()
--------dump.js(234B)
----lib()
--------test()
--------analysis()
--------index.js(66B)
--------tools()