Skip to content

Conversation

akinsho
Copy link
Member

@akinsho akinsho commented May 13, 2018

@bryphe this PR attempts to fix issues when using the oni-types package outside of oni-core which brings up the issue with Subject import from RxJS

I think that the issue here might have been that the package had rxjs specified as a dev dependency not a dependency which might have lead to why it couldn't be resolved.

I took the opportunity (in case the issue also relates to import paths) to upgrade rxjs to v6 which has changed the import paths so Subject is now imported from import { Subject } from 'rxjs'

Hopefully this resolves import issues including the issue im facing in onivim/oni/pull/1310

@bryphe bryphe merged commit 93e4cb3 into onivim:master May 14, 2018
@bryphe
Copy link
Member

bryphe commented May 14, 2018

Awesome, thanks for fixing this @akin909 ! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants