Closed

Description
@mrjoelkemp: Hi, I like your dependency-tree tool. But unfortunately it doesn't meet my requirements. I use SystemsJS that uses a system.config.js
file to map the paths of modules to specific name. See below:
import * from 'angular'
import lodash from 'lodash'
with 'lodash'
declared in the system.config.js
like so:
'lodash' : 'node_modules/lodash/lodash.js'
'angular' : 'lib/angular/angular.js'
So essentially module path resolution should take place based on the keys in your system.config.js
I've looked at the code and I would love to try my hand at adding support for SystemJS. I've already played with your code and I have the basics working.
Metadata
Metadata
Assignees
Labels
No labels