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
This is a minor difference that should be ignored by a baseline compatibility mode: the string in a dynamic import has is an alias symbol in Strada but not in Corsa. I'm pretty sure this is a good simplification because the Strada symbol looks to me synthetic and special to dynamic imports.
There are some other failures in the same tests, but they're duplicates of #312 that causes --lib not to work.
changed the title [-]binder: module specifier `"./sub"` of dynamic import has no symbol[/-][+]runner: module specifier `"./sub"` of dynamic import has no symbol[/+]on Feb 19, 2025
Activity
sandersn commentedon Feb 19, 2025
This is a minor difference that should be ignored by a baseline compatibility mode: the string in a dynamic import has is an alias symbol in Strada but not in Corsa. I'm pretty sure this is a good simplification because the Strada symbol looks to me synthetic and special to dynamic imports.
There are some other failures in the same tests, but they're duplicates of #312 that causes
--lib
not to work.[-]binder: module specifier `"./sub"` of dynamic import has no symbol[/-][+]runner: module specifier `"./sub"` of dynamic import has no symbol[/+]