atom-selection-ast:测试 AST 节点是否在 Atom 中的当前选择范围内

时间:2024-06-25 14:17:39
【文件属性】:

文件名称:atom-selection-ast:测试 AST 节点是否在 Atom 中的当前选择范围内

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-25 14:17:39

JavaScript

原子选择 测试 AST 节点是否在的当前选择范围内。 请注意,您需要在解析时为 AST 节点启用loc值。 用法 test = selection(source) 为您的 AST 传递纯文本 JavaScript source以准备模块进行搜索。 test(astNode, selectionRanges) 如果astNode在selectionRanges之一内,则返回true ,其中selectionRanges是 Atom 值的数组。 执照 麻省理工学院。 有关详细信息,请参阅 。


【文件预览】:
atom-selection-ast-master
----.gitignore(39B)
----package.json(790B)
----LICENSE.md(1KB)
----index.js(1KB)
----README.md(1014B)
----.npmignore(52B)

网友评论