ts-ast-utils:用于TypeScript AST遍历的实用程序

时间:2021-03-20 22:12:15
【文件属性】:
文件名称:ts-ast-utils:用于TypeScript AST遍历的实用程序
文件大小:76KB
文件格式:ZIP
更新时间:2021-03-20 22:12:15
TypeScript ts-ast-utils 遍历Typescript AST的一种更简单,更友好的方法。 TypeScript AST 有关TypeScript AST的有用链接: :用于可视化和理解AST的出色工具。它甚至会为您提供生成AST的代码。 安装 对Github软件包进行身份验证,并通过添加以下行将令牌添加到本地~/.npmrc文件。您可以设置令牌。确保选择范围read:packages 。 //npm.pkg.github.com/:_authToken=TOKEN 在项目的根目录中创建或编辑.npmrc并添加以下行。这将指示npm从此注册表中获取软件包。 @proglang:registry=https://npm.pkg.github.com 您可以 找到有关Github软件包的更多信息 最后,与其他任何软件包一样运行npm install : $ npm install @p
【文件预览】:
ts-ast-utils-main
----package.json(1KB)
----.eslintrc.json(410B)
----.github()
--------workflows()
----.prettierrc(73B)
----jest.config.js(70B)
----LICENSE(2KB)
----package-lock.json(227KB)
----src()
--------createFromString.ts(234B)
--------getChildrenWithoutTokens.ts(218B)
--------accept()
--------emit.ts(366B)
--------examples()
--------index.ts(121B)
--------__test__()
----tsconfig.json(5KB)
----.gitignore(40B)
----README.md(4KB)

网友评论