2016-12-26 17:56:02 +01:00
|
|
|
{
|
|
|
|
|
"name": "type2",
|
2019-03-03 11:28:40 +01:00
|
|
|
"version": "0.1.0",
|
2016-12-26 17:56:02 +01:00
|
|
|
"dependencies": [
|
|
|
|
|
],
|
|
|
|
|
"roottask": {
|
|
|
|
|
"name": "link",
|
2017-08-11 14:12:03 +02:00
|
|
|
"type": "schwamm",
|
2016-12-26 17:56:02 +01:00
|
|
|
"parameters": {
|
2017-08-11 14:12:03 +02:00
|
|
|
"includes": [
|
2019-03-03 11:28:40 +01:00
|
|
|
"temp/type2.swm.json"
|
2017-08-11 14:12:03 +02:00
|
|
|
],
|
|
|
|
|
"output": {
|
2016-12-26 17:56:02 +01:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"sub": [
|
|
|
|
|
{
|
|
|
|
|
"name": "build",
|
2017-08-11 14:12:03 +02:00
|
|
|
"type": "schwamm",
|
2016-12-26 17:56:02 +01:00
|
|
|
"parameters": {
|
|
|
|
|
"includes": [
|
2019-03-03 11:28:40 +01:00
|
|
|
"lib/plankton/plankton.swm.json"
|
2016-12-26 17:56:02 +01:00
|
|
|
],
|
2017-08-11 14:12:03 +02:00
|
|
|
"inputs": {
|
2016-12-26 17:56:02 +01:00
|
|
|
"logic-impl": [
|
2019-03-03 11:28:40 +01:00
|
|
|
"temp/unlinked.js"
|
2016-12-26 17:56:02 +01:00
|
|
|
]
|
|
|
|
|
},
|
2017-08-11 14:12:03 +02:00
|
|
|
"output": {
|
2019-03-03 11:28:40 +01:00
|
|
|
"dump": {
|
|
|
|
|
"logic-impl": "build/type2.js"
|
|
|
|
|
}
|
2017-08-11 14:12:03 +02:00
|
|
|
}
|
2016-12-26 17:56:02 +01:00
|
|
|
},
|
|
|
|
|
"sub": [
|
|
|
|
|
{
|
|
|
|
|
"name": "logic",
|
|
|
|
|
"type": "typescript",
|
|
|
|
|
"parameters": {
|
2017-08-11 14:12:03 +02:00
|
|
|
"target": "ES6",
|
2016-12-26 17:56:02 +01:00
|
|
|
"allowUnreachableCode": true,
|
2019-03-03 11:28:40 +01:00
|
|
|
"input_from_schwamm": {
|
|
|
|
|
"path": "lib/plankton/plankton.swm.json",
|
|
|
|
|
"group": "logic-decl"
|
|
|
|
|
},
|
2016-12-26 17:56:02 +01:00
|
|
|
"inputs": [
|
|
|
|
|
"source/base.ts",
|
|
|
|
|
"source/type2.ts"
|
|
|
|
|
],
|
2019-03-03 11:28:40 +01:00
|
|
|
"output": "temp/unlinked.js"
|
2016-12-26 17:56:02 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|