mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
16 lines
314 B
JSON
16 lines
314 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
]
|