Urigo / meteor-rxjs

Exposing Mongo Cursor as RxJS Observable
MIT License
120 stars 38 forks source link

Import Meteor's packages as global variables #207

Closed ardatan closed 6 years ago

ardatan commented 6 years ago

When using barbatus:typescript and import the Meteor's packages. It couldn't find meteor modules, and gives Cannot find meteor/xxx error. So, this patch removes the import syntax for module. After that, the packages would be accessed from global variables directly.