文件名称:regexp-to-ast
文件大小:58KB
文件格式:ZIP
更新时间:2024-05-20 20:23:43
JavaScript
正则表达式 读取JavaScript正则表达式文字(文本)并输出抽象语法树。 安装 npm npm install regexp-to-ast 浏览器 [removed][removed] 原料药 该被定义为TypeScript定义文件。 用法 解析为AST: const RegExpParser = require ( "regexp-to-ast" ) . RegExpParser const regexpParser = new RegExpParser ( ) // from a regexp text const astOutput = regexpParser . pattern ( "/a|b|c/g" ) // text from regexp instance. c
【文件预览】:
regexp-to-ast-master
----.eslintrc.json(283B)
----yarn.lock(81KB)
----.prettierignore(10B)
----scripts()
--------release_config.js(909B)
--------release.js(2KB)
----.circleci()
--------config.yml(1KB)
----lib()
--------regexp-to-ast.js(31KB)
----.idea()
--------regexp-to-ast.iml(458B)
--------misc.xml(174B)
--------watcherTasks.xml(2KB)
--------jsLibraryMappings.xml(187B)
--------encodings.xml(135B)
--------inspectionProfiles()
--------modules.xml(278B)
--------codeStyles()
--------vcs.xml(180B)
----benchmark()
--------benchmark.js(1KB)
--------yarn.lock(1KB)
--------samples.js(1KB)
--------package.json(406B)
----tsconfig.json(221B)
----LICENSE(1KB)
----test()
--------parser_spec.js(77KB)
--------visitor_spec.js(8KB)
----README.md(3KB)
----api.d.ts(3KB)
----.gitignore(927B)
----CHANGELOG.md(2KB)
----package.json(2KB)