1.6.0 • Published 10 years ago

runtime-module-loader v1.6.0

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
10 years ago

runtime-module-loader

Node.js compatible module loader for runtime.js

Build Status

Features:

  • Node.js module resolution algorithm
  • package.json runtime field to be able to override entry point for runtime.js, similar to browser field
  • runtime.js can't handle native *.node modules, throws an error for those

USAGE

var Loader = require('runtime-module-loader');
var loader = new Loader(fileExistsFunction, readFileFunction, runScriptFunction);
loader.require('./index');

##LICENSE

Apache License, Version 2.0

1.6.0

10 years ago

1.5.1

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.0.0

10 years ago