Index of /~wes/BravoJS
Name Last modified Size Description
demos/ 18-Nov-2010 16:48 -
plugins/ 31-Dec-2010 14:53 -
bravo.js 06-Jan-2011 14:32 22k
g.js 06-Jan-2011 15:50 23k
global-es5.js 19-Nov-2010 13:18 23k
Welcome to BravoJS
Copyright (c) 2010 PageMail, Inc.
Released under the terms of the MIT License.
BravoJS is an implementation of an unratified proposed draft for CommonJS
Modules/2.0
The current draft this code is based on is located at
http://www.page.ca/~wes/CommonJS/modules-2.0-7/commonjs%20modules%202.0-7.pdf
Caveat User: BravoJS is based on an early draft of an unratified CommonJS
specification. This means that using this product as it stands today will
most likely lead you to writing modules which are not compatible with any
other CommonJS platform.
Wes Garland
wes@page.ca
Manifest
--------
bravo.js The CommonJS Modules/2.0 environment with default loader
plugins/wonkoll A module provider plug-in implemented with LazyLoad.js
plugins/fastload A module provider plug-in which implements a multi-module
transport. Includes server-side component for GPSEE.
plugins/jquery-loader A module provider plug-in implemented with jQuery.get(),
which can also load Modules/1.1.1 modules.
demos/area A web page which calculates the area of a rectangle
demos/iojs_tests An environment to exercise the Modules/1.0 test suite
demos/