##// 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:

r109:4a375b9c654a default
r146:af4f8424e83d v1.9.0 default
Show More
tsconfig.json
19 lines | 451 B | application/json | JsonLexer
cin
Converted to subproject djx, removed dojo-typings
r65 {
"extends": "../tsconfig",
"compilerOptions": {
cin
linting
r109 "baseUrl": ".",
cin
minor code cleanups
r93 "noUnusedLocals": false,
cin
Converted to subproject djx, removed dojo-typings
r65 //"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
cin
linting
r109 "types": [
"requirejs",
"../main/typings",
"@implab/dojo-typings",
"@implab/dojo-typings/dojo/NodeList-fx"
]
cin
Converted to subproject djx, removed dojo-typings
r65 }
}