kibana/tasks
Spencer 6a429d7fa3
[npm] upgrade to RxJS 6 (#18885)
This PR upgrades RxJS to version 6 and switches to a fork of `stream-to-observable` which includes an updated version of `any-observable` that supports RxJS 6 until https://github.com/jamestalmage/stream-to-observable/pull/10 is merged. The primary change in this version of RxJS is the movement of stream operators from `Obersable.prototype` to the `rxjs/operators` module. Some of the operators, like `catch` and `do`, have been renamed (`catchError`, and `tap`). The Obsevable factories have also been moved from static methods on the `Observable` class to named exports of the root `rxjs` module. Some of those factories have also changed slightly, like `fromEvent` which now emits arrays if the event handler is called with multiple arguments.

```js
// import the Rx namespace to get the Observable factories
import * as Rx from 'rxjs';
// import the operators as named imports
import { map, tap, switchMap } from 'rxjs/operators';
```
2018-06-18 10:16:38 -07:00
..
config Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
docker_docs Migrate x-pack-kibana source to kibana 2018-04-24 13:48:10 -07:00
utils Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
check_plugins.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
docker_docs.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
functional_test_runner.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
jenkins.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
licenses.js chore(19502): change license checker and generator behaviour to only add dev dependencies with --dev flag. (#19626) 2018-06-12 07:56:10 -07:00
licenses_csv_report.js chore(19502): change license checker and generator behaviour to only add dev dependencies with --dev flag. (#19626) 2018-06-12 07:56:10 -07:00
sterilize.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
test.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
test_jest.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
verify_dependency_versions.js Apache 2.0 license headers (#19383) 2018-05-28 20:06:30 -07:00
verify_translations.js [npm] upgrade to RxJS 6 (#18885) 2018-06-18 10:16:38 -07:00