Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new module creation + import issue #34

Open
rksm opened this issue Aug 21, 2016 · 1 comment
Open

new module creation + import issue #34

rksm opened this issue Aug 21, 2016 · 1 comment

Comments

@rksm
Copy link
Member

rksm commented Aug 21, 2016

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
@rksm
Copy link
Member Author

rksm commented Aug 21, 2016

Issue seems to be that no SystemJS module record gets created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant