boltjs / bolt

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

Update kernel/doc/readme.markdown #19

Open marlimox opened 11 years ago

marlimox commented 11 years ago

It's somewhat out of date in that lots of stuff has been written since there was just kernel and loader, and some of the contents are kinda bizarre. My favourite part:

Phases of Require

  1. Require a set of ids, pass in a callback.
  2. Ids are resolved to a set of files.

It has a very

  1. Collect stuff.
  2. ??
  3. Profit! vibe to it.

I think we could move this out of kernel and maybe use it as a base for adding some all-encompassing bolt design/architecture docs.