Skip to content

export {a} from "./b" not handled #18

Description

@smhanov

bar.ts:

function bar() {
    console.log("bar() is called");
}

foo.ts:

export {bar} from "./bar"

Result:

export { bar } from "./bar";

//# sourceURL=./foo.ts
Uncaught (in promise) TypeError: Error resolving module specifier “./bar”. Relative module specifiers must start with “./”, “../” or “/”.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions