-
Notifications
You must be signed in to change notification settings - Fork 376
feat: enable verbatimModuleSyntax in TypeScript config #5533
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
Conversation
🎭 Playwright Test Results✅ All tests passed! ⏰ Completed at: 09/19/2025, 03:45:01 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
🔧 Auto-fixes AppliedThis PR has been automatically updated to fix linting and formatting issues.
Changes made:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love it so much, thank you!
There are some lint rules that I think we should pair with this, but I'd rather see them as a follow-up to this PR so that they stand alone in the history.
Circular Dependency Issue with
|
291b7b0
to
caf52cc
Compare
🔧 Auto-fixes AppliedThis PR has been automatically updated to fix linting and formatting issues.
Changes made:
|
2169769
to
8b81113
Compare
🔧 Auto-fixes AppliedThis PR has been automatically updated to fix linting and formatting issues.
Changes made:
|
42185c6
to
8b24d6f
Compare
🔧 Auto-fixes AppliedThis PR has been automatically updated to fix linting and formatting issues.
Changes made:
|
bcfb53e
to
38ab14c
Compare
huge thanks to @DrJKL , this branch finally works now |
Can you fix conflicts @snomiao ? TY |
38ab14c
to
09f79ec
Compare
Summary
verbatimModuleSyntax
compiler option in TypeScript configurationimport type
syntaxMotivation
The
verbatimModuleSyntax
option ensures that type-only imports are explicitly marked with thetype
keyword. This:Changes
"verbatimModuleSyntax": true
totsconfig.json
import type
syntax for type-only importsTest Plan
🤖 Generated with Claude Code
┆Issue is synchronized with this Notion page by Unito