Skip to content

Commit

Permalink
clarify lack of support for named exports
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed May 28, 2024
1 parent cd4ff44 commit 9f93860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designs/0002-strict-type-checking.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,4 @@ However, generating type definition files in a named export format includes _tok

Using the `typescript.preferences.autoImportFileExcludePatterns` setting in VS Code can mitigate this issue. However, this setting is only available in VS Code and not in other editors.

Therefore, in order to prioritize developer experience and editor compatibility, support for named export format type definition files will be withheld.
Therefore, considering these issues, this RFC does not support named exports. It may be supported in the future, but it is currently undecided.

0 comments on commit 9f93860

Please sign in to comment.