shadcn-vue/packages/cli/src/utils
Dunqing a4774ff48d
fix(cli): missing props/emits when disable typescript (#105)
* feat(cli): support remove type when non-typescript

* fix(cli): missing props/emits when doesn't enable typescript

* test: add test cases for defineProps/defineEmits

* fix: withDefaults case

* fix: cannot resolve external and packages types

* fix: missing assign variable
2023-11-02 22:22:33 +08:00
..
registry feat(cli): support remove type when non-typescript (#45) 2023-09-18 15:19:59 +08:00
transformers fix(cli): missing props/emits when disable typescript (#105) 2023-11-02 22:22:33 +08:00
get-config.ts feat(cli): support tailwind.config.mjs file (#120) 2023-10-21 10:25:41 +08:00
get-package-info.ts chore: release 0.1.0 2023-09-06 13:29:48 +08:00
get-package-manager.ts feat: add cli 2023-08-28 10:50:32 +05:45
get-project-info.ts feat: add cli 2023-08-28 10:50:32 +05:45
handle-error.ts chore: add public assets, update registry 2023-09-05 23:24:27 +08:00
logger.ts chore: add public assets, update registry 2023-09-05 23:24:27 +08:00
resolve-import.ts chore: add public assets, update registry 2023-09-05 23:24:27 +08:00
templates.ts chore: fix lint, wrong initial value 2023-10-21 10:51:24 +08:00