~psmay/+junk/modu.exp.dev

« back to all changes in this revision

Viewing changes to src/main.js

  • Committer: Peter S. May
  • Date: 2010-11-17 22:30:22 UTC
  • Revision ID: pmay@pmay-desktop-20101117223022-x3eo88wg7fflniiu
* bootload.js: A very small loader script to bootstrap others.
* module-spec.js: A poc for inlined module specifications, plus getModuleSpec. To be separated later.
* script-loader.js: A mini-mini loader based on the LABjs meta-loader. This may not last long because of bootload.js.
* sub.h: Use "sub" in place of "function".

* Makefile: Messed with filenames of output to include "modu".
* async-dispatch.js: Fixed - No release handle was generated.
* general.h: Added LOG, document, window macro.
* general.js: Added lexical window and document.
* main.js: Updated with new sources.
* request-module.js: Added moduleTable variable, logging changes.
* util.js: Fixed - @nosideeffects is only allowed in external defs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#include "build/util.jsl"
12
12
#include "build/spawn.jsl"
13
13
#include "build/async-dispatch.jsl"
 
14
#include "build/script-loader.jsl"
 
15
#include "build/module-spec.jsl"
14
16
#include "build/request-module.jsl"
15
17
 
16
18
this[KEY] = requestModule;