Skip to content

canary

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 17:23
c50822c
declare world-level type exports before function imports (#135)

This avoids a declaration ordering issue if an imported function refers to an
exported type (e.g. as a parameter or result type).

Fixes #134

Signed-off-by: Joel Dice <[email protected]>