ReactiveX / rxjs

A reactive programming library for JavaScript
https://rxjs.dev
Apache License 2.0
30.83k stars 3.01k forks source link

feat: add @rxjs/observable package and update rxjs to use it #7430

Closed JamesHenry closed 9 months ago

JamesHenry commented 10 months ago

This PR adds a new package @rxjs/observable, and updates the existing rxjs package to import from it. It contains all low level values and types related to Observable.

nx-cloud[bot] commented 9 months ago

☁️ Nx Cloud Report

CI is running/has finished running commands for commit a92128250b49a0f1551f31c6073a4aaa99afe2c0. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 1 target - [`nx compile rxjs`](https://cloud.nx.app/runs/rUEgmuWkRS?utm_source=pull-request&utm_medium=comment)

Sent with 💌 from NxCloud.

benlesh commented 9 months ago

Thank you again, @JamesHenry!