sourcegraph / openctx

See contextual info about code from your dev tools, in your editor, code review, and anywhere else you read code.
https://openctx.org
Apache License 2.0
135 stars 14 forks source link

remove AsyncGenerator API, improve Observable API #195

Closed sqs closed 4 weeks ago

sqs commented 4 weeks ago

Async generators turned out to be too tricky to work with in the Cody repo, so just remove that experimental async generator API. And make the Observable API accept interop observables so we can use observable-fns instead of full-blown rxjs.