fix(typings): remove rxjs workaround

Closes #7198
This commit is contained in:
Felix Itzenplitz 2016-02-20 12:10:16 +01:00 committed by Misko Hevery
parent 276fec6e50
commit 798bface7f
1 changed files with 1 additions and 4 deletions

View File

@ -186,10 +186,7 @@ module.exports = function makeNodeTree(projects: string[], destinationPath: stri
writeFile('angular2/typings/browser.d.ts',
'// Typings needed for compilation with --target=es5\n' +
'///<reference path="./es6-collections/es6-collections.d.ts"/>\n' +
'///<reference path="./es6-promise/es6-promise.d.ts"/>\n' +
'// Workaround for https://github.com/ReactiveX/RxJS/issues/1270\n' +
'// to be removed when angular2 upgrades to rxjs beta.2\n' +
'declare type PromiseConstructor = typeof Promise;\n')
'///<reference path="./es6-promise/es6-promise.d.ts"/>\n')
]);
var nodeTree =