adding more def's
Opened this issue · 0 comments
sononix commented
hi there
Im wondering how would you add more defs taken underscore as an example
here is an actionscript.json file I was using as a test case
{
"!name": "actionscript",
"action": {
"!doc": "Save the previous value of the _
variable.",
"!type": "fn(obj: ?) -> +_",
"VERSION": {
"!type": "string",
"!url": "http://underscorejs.org/#VERSION"
},
".licence": {
"!doc": "Returns a function that will only be executed after being called N times.",
"!url": "http://",
"!type": "fn(times: number, func: fn()) -> !1"
}
}
}
it seems some other file needs to be modified, any ideas
M