mkdist icon indicating copy to clipboard operation
mkdist copied to clipboard

feat: support vue-tsc v2

Open aa900031 opened this issue 11 months ago โ€ข 0 comments

๐Ÿ”— Linked issue

None

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [x] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [x] โœจ New feature (a non-breaking change that adds functionality)
  • [ ] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

A few days ago, vue/language-tools updated its main version to 2.x.x, and vue-tac no longer provides the createProgram function in v2, so it needs to be rewritten to be used.

๐Ÿ“ Checklist

  • [ ] I have linked an issue or discussion.
  • [ ] I have updated the documentation accordingly.

aa900031 avatar Mar 10 '24 10:03 aa900031