##// END OF EJS Templates
added reduce() and next() methods to observable...
added reduce() and next() methods to observable query traits are moved to store.ts

File last commit:

r110:1a190b3a757d v1.4.0 default
r116:aac297dda27d v1.6.0 default
Show More
tsconfig.json
17 lines | 420 B | application/json | JsonLexer
cin
Working sandbox
r99 {
"compilerOptions": {
"moduleResolution": "node",
"experimentalDecorators": true,
"module": "AMD",
"jsx": "react",
"jsxFactory": "createElement",
"strict": true,
"types": [
"requirejs",
"@implab/djx",
"@implab/dojo-typings"
],
cin
corrected tear down logic handling in observables. Added support for observable query results
r110 "skipLibCheck": true,
"target": "ES5",
"lib": ["ES2015"]
cin
Working sandbox
r99 }
}