Skip to content

chore: enable verbatimModuleSyntax to identify type-only imports and exports#7265

Merged
janechu merged 2 commits intomainfrom
users/radium-v/use-verbatim-syntax
Feb 12, 2026
Merged

chore: enable verbatimModuleSyntax to identify type-only imports and exports#7265
janechu merged 2 commits intomainfrom
users/radium-v/use-verbatim-syntax

Conversation

@radium-v
Copy link
Collaborator

Pull Request

📖 Description

Replaces the deprecated importsNotUsedAsValues compiler option with verbatimModuleSyntax in the fast-element package. All imports and exports across the package are updated to use explicit type modifiers where applicable, ensuring TypeScript can distinguish between type-only and value imports/exports at the syntax level.

📑 Test Plan

All existing tests pass. No behavioral changes are introduced — this is a compile-time enforcement change only.

✅ Checklist

General

  • I have included a change request file using $ npm run change
  • I have added tests for my changes.
  • I have tested my changes.
  • I have updated the project documentation to reflect my changes.
  • I have read the CONTRIBUTING documentation and followed the standards for this project.

@radium-v radium-v self-assigned this Feb 12, 2026
@janechu janechu merged commit 4176d0c into main Feb 12, 2026
8 checks passed
@janechu janechu deleted the users/radium-v/use-verbatim-syntax branch February 12, 2026 18:27
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