Skip to content

feat: optimize support for tsx and jsx files#338

Open
yinhangfeng wants to merge 1 commit into
vuejs:mainfrom
yinhangfeng:dev
Open

feat: optimize support for tsx and jsx files#338
yinhangfeng wants to merge 1 commit into
vuejs:mainfrom
yinhangfeng:dev

Conversation

@yinhangfeng

Copy link
Copy Markdown

No description provided.

@vercel

vercel Bot commented May 14, 2025

Copy link
Copy Markdown

@yinhangfeng is attempting to deploy a commit to the vuejs Team on Vercel.

A member of the Team first needs to authorize it.

@wangcch wangcch left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There may be a file name conflict, which may not be convenient to modify at present.

./Comp.vue, ./comp.tsx

playground case

@yinhangfeng

yinhangfeng commented May 20, 2025

Copy link
Copy Markdown
Author

There may be a file name conflict, which may not be convenient to modify at present.

./Comp.vue, ./comp.tsx

playground case

I don't quite understand what you mean by file name conflict. Do you mean there is a conflict when both comp.tsx and comp.ts exist? If so, there will also be a conflict when both comp.js and comp.ts exist. When there are files with the same name, the search is in the priority order of.ts,.js,.tsx,.jsx.

Or do you mean this bug? #342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants