boltjs / bolt

Bolt. A javascript module system.
http://boltjs.io
Other
11 stars 0 forks source link

Split util stuff out of kernel into a "base"/"tools"/"util" sub-project that other sub-projects can use #21

Closed marlimox closed 11 years ago

marlimox commented 11 years ago

Kernel has become a dumping ground for general utility stuff, as it sits at the bottom of the bolt architecture.

We should add a base sub-project that sits between framework and kernel, and move things like bolt.kernel.fp and bolt.kernel.util into it, leaving kernel as just the bolt kernel, not kernel+utilities.