Skip to content

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

Open
@sandersn

Description

@sandersn
Member

declarationEmitDoesNotUseReexportedNamespaceAsLocal

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

Activity

sandersn

sandersn commented on Feb 19, 2025

@sandersn
MemberAuthor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Domain: BinderRelated to the binder, symbols

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @sandersn@jakebailey

        Issue actions

          runner: module specifier `"./sub"` of dynamic import has no symbol · Issue #314 · microsoft/typescript-go