export * from "mod"
declarations are elided when "mod"
has no exports
#37123
Labels
Breaking Change
Would introduce errors in existing code
Bug
A bug in TypeScript
Domain: ES Modules
The issue relates to import/export style module behavior
Milestone
TypeScript Version: 3.7.x-dev.201xxxxx
Search Terms:
Code
Expected behavior:
Actual behavior:
The reexport for file
data1
is mistakenly dropped fromindex.js
.Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: