LivelyKernel / lively.modules

JavaScript package and module system for interactive development
8 stars 1 forks source link

new module creation + import issue #34

Open rksm opened 8 years ago

rksm commented 8 years ago

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 commented 8 years ago

Issue seems to be that no SystemJS module record gets created