LivelyKernel / lively.modules

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

Concurrent package loading #21

Closed rksm closed 8 years ago

rksm commented 8 years ago

The changes here allow us to concurrently load packages and ensure that packages whose dependency are already in the system are using those (preferLoadedPackages is enabled by default) without loading their own copy.

rksm commented 8 years ago

Also, this adds a package class.

rksm commented 8 years ago

Github fail: branch was already merged with b8099214c1e50ef6ad13473d32cfd150e4309ed0