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
transpile: add submodule's reexports to consumers' import set
other exports from the submodule (for types it defines via enum/struct definitions) are already added to this set, but reexports were not.
this meant that if we organized imports of std/core types into a submodule (which the transpiler itself does when `--reorganize-definitions` is passed), these imports would then be missing from the main module.
0 commit comments