This commit is contained in:
Simon Priet
2021-09-05 22:53:58 +02:00
commit 9e2991e668
17888 changed files with 1263126 additions and 0 deletions

15
node_modules/browser-pack/example/sourcemap/input.json generated vendored Normal file
View File

@@ -0,0 +1,15 @@
[
{
"id": "a1b5af78",
"source": "console.log(require('./foo')(5))",
"deps": { "./foo": "b8f69fa5" },
"entry": true,
"sourceFile": "wunder/bar.js"
},
{
"id": "b8f69fa5",
"source": "module.exports = function (n) { return n * 111 }",
"deps": {},
"sourceFile": "foo.js"
}
]