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: TypeScript import and export parsing #315

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

wakamsha
Copy link
Contributor

What changed / motivation ?

The parsing settings for import and export in TypeScript were insufficient, so this bug will be fixed. Without this setting, import * from and export * from cannot be parsed properly.

Linked PR / Issues

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Chore (routine task, maintenance, or non-functional change that doesn't modify src or test files)

Pre-flight checklist

References

Copy link

@keroken keroken left a comment

Choose a reason for hiding this comment

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

@wakamsha
Thanks for fixing the import and export parsing!
I tested this config with mfui and it worked fine.

@wakamsha wakamsha merged commit 3fcac94 into main Aug 26, 2024
2 checks passed
@wakamsha wakamsha deleted the fix/typescript-import-export-parsing branch August 26, 2024 10:46
oss-frontend-github-app bot pushed a commit that referenced this pull request Aug 26, 2024
## [4.1.1](4.1.0...4.1.1) (2024-08-26)

### Bug Fixes

* TypeScript `import` and `export` parsing ([#315](#315)) ([3fcac94](3fcac94))
@oss-frontend-github-app
Copy link

🎉 This PR is included in version 4.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants