atom-community / atom-ide-base

Atom IDE packages for Atom
https://atom.io/packages/atom-ide-base
Other
44 stars 10 forks source link

Rxjs fix #37

Closed aminya closed 4 years ago

aminya commented 4 years ago

This fixes rxjs. Nuclide used to use an alias for rxjs-compat/bundles/..., which was confusing and at first glance, I thought they just install rxjs-compat with rxjs name. This reverts that commit and uses the correct path of the library.

In the future, we will move to Rxjs itself which is tree-shakable.