Skip to content

Commit

Permalink
fix(typings): remove rxjs workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
cebor authored and KiaraGrouwstra committed Jun 21, 2016
1 parent 2ba1b7d commit 1f8293e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/broccoli/trees/node_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 1f8293e

Please sign in to comment.