typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

runner: module specifier `"./sub"` of dynamic import has no symbol

Open sandersn opened this issue 10 months ago • 1 comments

declarationEmitDoesNotUseReexportedNamespaceAsLocal

  • also affects following expressions' symbols, maybe it's not resolved at all: declarationEmitExportAliasVisibilityMarking (and others)

sandersn avatar Feb 10 '25 17:02 sandersn

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.

sandersn avatar Feb 19 '25 22:02 sandersn