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: escape import.meta.url passed to esbuild #474

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

Noriller
Copy link
Contributor

@Noriller Noriller commented Feb 6, 2024

Closes #473

When path had a single quote it was breaking the path passed to esbuild.

Added passing tests.
Locally using node from nvmrc there were 3 tests not passing.
But passing in node v18.15.0

Noriller and others added 2 commits February 6, 2024 17:38
paths including single quotes were passed as is, breaking the string received in esbuild
@privatenumber privatenumber changed the title fix: escape paths passed to cli fix: escape import.meta.url passed to esbuild Feb 10, 2024
@privatenumber privatenumber merged commit e23592e into privatenumber:develop Feb 10, 2024
1 of 2 checks passed
@privatenumber
Copy link
Owner

🎉 This issue has been resolved in v4.7.1

If you appreciate this project, please consider supporting this project by sponsoring ❤️ 🙏

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TSX fails when path has '-'
2 participants