Skip to content

Fix types paths in exports map - #72

Merged
microbit-matt-hillsdon merged 1 commit into
mainfrom
fix-exports-types
Sep 9, 2026
Merged

Fix types paths in exports map#72
microbit-matt-hillsdon merged 1 commit into
mainfrom
fix-exports-types

Conversation

@microbit-matt-hillsdon

Copy link
Copy Markdown
Contributor

The types conditions pointed at index.d.js, which does not exist. tsc strips the .js extension and finds index.d.ts beside it, so consumers were unaffected, but tools that read exports literally flag it.

The types conditions pointed at index.d.js, which does not exist. tsc
strips the .js extension and finds index.d.ts beside it, so consumers
were unaffected, but tools that read exports literally flag it.
@microbit-matt-hillsdon
microbit-matt-hillsdon requested a review from a team September 9, 2026 13:43
@microbit-matt-hillsdon
microbit-matt-hillsdon merged commit bc4d7a7 into main Sep 9, 2026
4 checks passed
@microbit-matt-hillsdon
microbit-matt-hillsdon deleted the fix-exports-types branch September 9, 2026 13:56
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.

1 participant