Replies: 1 comment 2 replies
-
@xut0793 By default we only support ts and js files but we could add support for vue files soon. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can Kubb be customized with a parser? Currently, in the mapping objects of the source code, there are only parsers corresponding to .ts/.js/.jsx/.tsx/.json files. Now I need to customize the parser for .vue files. How should I do it? Currently,
I can only add the custom parser by using the patch-package method for patching.
Beta Was this translation helpful? Give feedback.
All reactions