default.json
No OneTemporary

File Metadata

Created
Wed, Jul 8, 6:30 PM

default.json

{
"containers": {
"id": {
"implementations": "impl_fulfill_cluster",
"clusters": "var_cluster",
"prototypes": "proto_cluster",
"linkedlist": "linkedlist"
},
"impl": {
"solid": "solid",
"onthefly": "on_the_fly"
}
},
"logging": {
"id": "logging"
},
"function-entry": "entry",
"clasp": {
"bindings": {
"variable": "bind",
"function": "bind_func"
}
},
"tests": {
"template": "default",
"templates": {
"default": "*-",
"types": "Types*-",
"containers": "Containers*-",
"ast": "AST*",
"non-containers": "*-Containers*",
"libxml2": "libxml2*",
"log": "Logging*"
}
}
}

Event Timeline