intlify / bundle-tools

bundling for intlify i18n tools
MIT License
244 stars 37 forks source link

fix(unplugin-vue-i18n): don't analyze identifiers in vue files when using `pug/jsx/tsx` languages #414

Closed userquin closed 1 week ago

userquin commented 1 week ago

This PR includes the following changes in the directives plugin:

This PR doesn't fix anything about v-t logic in the directives plugin: v-t cannot be used (ignored/error?)

resolves #402

kazupon commented 1 week ago

Thanks!

This PR doesn't fix anything about v-t logic in the directives plugin: v-t cannot be used (ignored/error?)

This PR cannot solve the root issue of #402, but as a workaround, this PR is effective. This PR will allow us to build it so it will no longer be blocked. So I would like to merge it and release it as a patch.

By the way, solving the root cause of #402 will take some time. I have a conference talk coming up at the end of this month, so it will be some time before I can resolve that.