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

r116:aac297dda27d v1.6.0 default
r146:af4f8424e83d v1.9.0 default
Show More
tsconfig.json
14 lines | 440 B | application/json | JsonLexer
{
"compilerOptions": {
"moduleResolution": "node",
"noEmitOnError": true,
"strict": true,
"types": [],
"experimentalDecorators": true,
"jsxFactory": "createElement",
"target": "ES5",
"jsx": "react",
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"],
"noUnusedLocals": true,
"downlevelIteration": true
}
}