Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vue-script-setup-converter): Components converter fails if dynamic imports contain newlines #60

Merged
merged 7 commits into from
May 21, 2024

Conversation

inouetakuya
Copy link
Contributor

@inouetakuya inouetakuya commented May 21, 2024

Problem to be solved

Components converter fails if dynamic imports contain newlines.

examples: test: Conversion fails if dynamic imports contain newlines

Copy link

vercel bot commented May 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
wattanx-converter ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 21, 2024 3:24am

@@ -89,12 +89,12 @@ export const convertSrc = (input: string) => {
})
);

statements.addStatements(components);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@inouetakuya inouetakuya marked this pull request as ready for review May 21, 2024 03:26
Copy link
Owner

@wattanx wattanx left a comment

Choose a reason for hiding this comment

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

Thank you!

@wattanx wattanx merged commit 071c5a2 into wattanx:main May 21, 2024
3 checks passed
@inouetakuya inouetakuya deleted the fix-components-converter branch May 21, 2024 04:49
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