##// END OF EJS Templates
Added priorities to render tasks, revisited rendering scheduler...
Added priorities to render tasks, revisited rendering scheduler nested `watch` and `watchFor` has a lower priority then they enclosing renditions

File last commit:

r107:e59104632d14 default
r146:af4f8424e83d v1.9.0 default
Show More
tsconfig.json
16 lines | 330 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"rootDirs": [
"ts",
"typings"
],
"types": [
"requirejs",
"./typings",
"@implab/dojo-typings",
"@implab/dojo-typings/dojo/NodeList-fx"
]
}
}