You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
478 B
1 lines
478 B
{"version":3,"file":"toPromise.js","sourceRoot":"","sources":["../../src/operator/toPromise.ts"],"names":[],"mappings":";AAAA,2BAA2B,eAAe,CAAC,CAAA;AAE3C,gDAAgD;AAChD,oCAAoC;AACvB,iBAAS,GAA0C,uBAAU,CAAC,SAAS,CAAC,SAAS,CAAC","sourcesContent":["import { Observable } from '../Observable';\n\n// HACK: this is here for backward compatability\n// TODO(benlesh): remove this in v6.\nexport const toPromise: typeof Observable.prototype.toPromise = Observable.prototype.toPromise;\n"]} |