Skip to content

new module creation + import issue #34

Open
@rksm

Description

@rksm

Steps to reproduce:

  1. in existing module foo.js add import for non-existent module import Bar from "./bar.js"
  2. create bar.js with export default class Bar {}
  3. return to foo.js. expected: Bar is defined but it isn't right now

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions