fix(shadcn): fix async imports not being transformed (#8036)

* fix(shadcn): fix async imports not being transformed when installing components

* fix(shadcn): improve performance

* test(shadcn): add tests for transform import

* test: update timeout

---------

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Fuma Nama
2025-09-15 18:55:18 +08:00
committed by GitHub
parent fc6d909ba2
commit fae1a81add
5 changed files with 208 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
---
"shadcn": patch
---
fix async imports not being transformed when installing components