build: update to rxjs@6.0.0-tactical-rc.1 (#23234)

PR Close #23234
This commit is contained in:
Igor Minar
2018-04-06 22:42:00 -07:00
committed by Jason Aden
parent e38e3bd135
commit f7c55952bf
2 changed files with 11 additions and 8 deletions

View File

@ -26,5 +26,10 @@ log('\n# patch: reactivex/rxjs#3302 make node_modules/rxjs compilable with Types
sed('-i', '(\'response\' in xhr)', '(\'response\' in (xhr as any))',
'node_modules/rxjs/src/observable/dom/AjaxObservable.ts');
*/
log('\n# patch: ReactiveX/rxjs#3534 make node_modules/rxjs compilable without rxjs-compat');
sed('-i', /\["\*\*\/\*\.ts"],/, '["internal/**/*.ts"],',
'node_modules/rxjs/src/BUILD.bazel');
sed('-i', /glob\(\["\*\.ts"]\)/, 'glob(["index.ts"])',
'node_modules/rxjs/src/operators/BUILD.bazel');
log('===== finished running the postinstall-patches.js script =====');