lasso-require
Version:
Lasso.js plugin to support Node.js style module require in the browser
66 lines • 1.85 kB
JSON
[
{
"type": "commonjs-runtime"
},
{
"type": "commonjs-ready",
"inline": "end"
},
{
"type": "require",
"path": "./bar",
"from": "/test/autotests/dep-require/transitive",
"resolved": {
"path": "/test/autotests/dep-require/transitive/bar.js",
"meta": [],
"clientPath": "/autotest$0/bar"
}
},
{
"type": "commonjs-def",
"path": "/autotest$0/foo",
"file": "/test/autotests/dep-require/transitive/foo.js",
"inspected": {
"requires": [
{
"path": "./bar",
"range": [
0,
16
],
"argRange": [
8,
15
],
"resolved": {
"path": "/test/autotests/dep-require/transitive/bar.js",
"meta": [],
"clientPath": "/autotest$0/bar"
}
}
],
"foundGlobals": {},
"asyncBlocks": [],
"lastModified": -1,
"allRequires": [
{
"path": "./bar",
"range": [
0,
16
],
"argRange": [
8,
15
],
"resolved": {
"path": "/test/autotests/dep-require/transitive/bar.js",
"meta": [],
"clientPath": "/autotest$0/bar"
}
}
]
},
"requireLastModified": -1
}
]