Closed
Description
relates to #1386
relates to #1415
So! My apologies for not noticing this in #1415 . I just made sure the code worked for hello world on my end, and not the more advanced tests 😢
So I started upgrading to 0.14.6 , and I found a new bug, which I showed in the branch: export-star-as-with-export-from-bug
.
I made the two changes to the AS tests:
- Added an export from: https://github.com/AssemblyScript/assemblyscript/blob/export-star-as-with-export-from-bug/tests/compiler/exports.ts#L60
- Added a new import * : https://github.com/AssemblyScript/assemblyscript/blob/export-star-as-with-export-from-bug/tests/compiler/reexport.ts#L31
And got the compiler error:
Essentially, all of the exports defined in the file work fine, but external exports still don't seem to be resolving.
cc @dcodeIO . I assume this would be more just keep iterating on the imports/exports resolution? 😄 I'll try at it tomorrow since it's the end of my work day haha!