shadcn-vue/packages/cli/test/utils
zernonia f8f3fc754f
feat: support tailwind prefix (#619)
* chore: enable tw prefix

* chore: enable tw  prefix during init

* fix: cater for cn function

* fix: prevent transforming importDeclaration

* chore: update registry to make sure tailwind prefix parse correctly

* chore: fix wrong import

* chore: checkpoint

* refactor: goodbye ts-morph

* chore: remove ts-morpg

* chore: update test

* chore: cleanup

* chore: fix test

* fix: move vue-metamorph to dep

* refactor: transform tw prefix by specific case

* fix: transform-sfc not parsing .ts file

* fix: prefix double quote

* chore: patch vue-eslint-parser

* refactor: transform to cater only for class in sfc

* refactor: replace detypes with @unovue/detypes

* chore: update test snapshot

* chore: update pnpm-lock, fix import

* chore: bump detypes version

* chore: update deps
2024-10-14 19:39:58 +08:00
..
__fixtures__ fix(cli): missing props/emits when disable typescript (#105) 2023-11-02 22:22:33 +08:00
__snapshots__ feat: support tailwind prefix (#619) 2024-10-14 19:39:58 +08:00
apply-color-mapping.test.ts feat: use unjs modules and improve cli from main shadcn-ui source, custom ui dir (#324) 2024-03-06 05:38:19 +03:30
apply-prefix.test.ts feat: use unjs modules and improve cli from main shadcn-ui source, custom ui dir (#324) 2024-03-06 05:38:19 +03:30
get-config.test.ts fix(cli): add an option to component.json to resolve nuxt buildDir (#447) 2024-05-06 16:13:46 +08:00
registry.test.ts chore: lint and enable Volar hybrid mode (#419) 2024-03-20 22:29:42 +03:30
resolve-import.test.ts chore: lint and enable Volar hybrid mode (#419) 2024-03-20 22:29:42 +03:30
transform-cjs-to-esm.test.ts chore: lint and enable Volar hybrid mode (#419) 2024-03-20 22:29:42 +03:30
transform-css-vars.test.ts feat: use unjs modules and improve cli from main shadcn-ui source, custom ui dir (#324) 2024-03-06 05:38:19 +03:30
transform-import.test.ts feat: support tailwind prefix (#619) 2024-10-14 19:39:58 +08:00
transform-sfc.test.ts feat: support tailwind prefix (#619) 2024-10-14 19:39:58 +08:00
transform-tw-prefix.test.ts feat: support tailwind prefix (#619) 2024-10-14 19:39:58 +08:00