You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attempts to analyze npm package contents for issues with their TypeScript types, particularly ESM-related module resolution issues.
We should take a look whether we can use this tool to verify that our build artifacts are exported correctly for the cases we do not cover ourselves in the tests. This will also be interesting for our other repositories (including @bufbuild/connect, which uses subpath exports).
The text was updated successfully, but these errors were encountered:
@fubhy pointed out https://arethetypeswrong.github.io/, written by one of the TypeScript maintainers.
A project that:
We should take a look whether we can use this tool to verify that our build artifacts are exported correctly for the cases we do not cover ourselves in the tests. This will also be interesting for our other repositories (including @bufbuild/connect, which uses subpath exports).
The text was updated successfully, but these errors were encountered: