AKclown / js-to-ts

The vscode plugin converts js/json/swagger/api to typescript declaration
MIT License
22 stars 1 forks source link

Feat/refactor ast traversal #7

Closed AKclown closed 1 year ago

AKclown commented 1 year ago

0.4.0 (2023-05-26)

  1. 使用@babel/traverse重构AST遍历逻辑
  2. 将复杂类型拆分出一个新的interface定义
  3. 添加日志逻辑,方便用户上报issue
  4. 支持字面量正则