system-trace

Traces dependencies of a Loader


Keywords
stealjs
License
MIT
Install
npm install system-trace@0.1.8

Documentation

Build Status npm version

system-trace

A Steal and SystemJS extension that performs a trace on the registry, giving you the ability to get the dependencies and dependants of any module. Additionally it retains each module's load instance and allows preventing execution of modules (for a server-side trace, for example).

Use

StealJS comes with system-trace. To use it with SystemJS, just add trace.js to a script tag after SystemJS.

License

MIT