This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
At most 1 dep in depMap #532
Closed
Description
Trace API only keeps the last
imported module in System.loads.*.depMap
.
So for instance
import a from './a.js'
import b from './b.js'
has a depMap of
{ "./b.js" : "https://localhost:3000/app/b.js" }
while
import b from './b.js'
import a from './a.js'
has a depMap of
{ "./a.js" : "https://localhost:3000/app/a.js" }
Metadata
Metadata
Assignees
Labels
No labels