https://github.com/stealjs/system-trace
[DEPRECATED] An extension for tracing dependencies of a registry
https://github.com/stealjs/system-trace
Last synced: 2 months ago
JSON representation
[DEPRECATED] An extension for tracing dependencies of a registry
- Host: GitHub
- URL: https://github.com/stealjs/system-trace
- Owner: stealjs
- License: mit
- Created: 2015-09-10T12:08:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T16:49:59.000Z (almost 6 years ago)
- Last Synced: 2025-01-20T19:56:14.074Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://travis-ci.org/stealjs/system-trace)
[](http://badge.fury.io/js/system-trace)# DEPRECATED
The trace extension was merged into [StealJS core](https://github.com/stealjs/steal/pull/1016) and this repository will no longer be maintained.# 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