@clasp/code-analysis

0.0.5 • Public • Published

ts 分析工具

1. 安装插件

默认安装的插件

  1. apiMap: 收集代码中所有使用过的 API
  2. browserMap根据传入的 browserApis 收集浏览器 API-
  3. methodMap从 API 中过滤出 哪些是函数
  4. typeMap从 API 中过滤出 哪些是 ts 类型

2. 根据传入的配置(scanSource)获取指定 ts/tsx 文件

this.scanCode

this.scanFiles

3. 解析每一个ts文件,将其转化为AST

   const { ast, checker } = parseTs(filePath);

4. 遍历 AST 分析 import 节点

 this.findImportItems(ast, filePath);

5. 遍历 AST 分析 API 调用

 this.dealAST

Readme

Keywords

none

Package Sidebar

Install

npm i @clasp/code-analysis

Weekly Downloads

13

Version

0.0.5

License

MIT

Unpacked Size

84.4 kB

Total Files

50

Last publish

Collaborators

  • sam-hu