##// END OF EJS Templates
added observable.collect() method to collect a sequnce to the array...
added observable.collect() method to collect a sequnce to the array added support for Promises to of(...) function

File last commit:

r109:4a375b9c654a default
r129:66546e709732 v1.8.0 default
Show More
tsconfig.eslint.json
8 lines | 190 B | application/json | JsonLexer
{
"extends": "./tsconfig.json",
"compilerOptions": {
// ensure that nobody can accidentally use this config for a build
"noEmit": true
},
"include": [
]
}