You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2018. It is now read-only.
I just built and installed the mongofill-hhvm extension for my local hhvm server. The extension works great so far, but the Hack type checker (I'm using Hack) seems to have no idea that eg MongoClient exists. I think type definitions are supplied to the Hack type checker through HHI files, although I have no idea how these work. Is it possible to add type definitions to mongofill-hhvm so my Hack code be analyzed by Hack's type checker correctly?
I just built and installed the mongofill-hhvm extension for my local hhvm server. The extension works great so far, but the Hack type checker (I'm using Hack) seems to have no idea that eg MongoClient exists. I think type definitions are supplied to the Hack type checker through HHI files, although I have no idea how these work. Is it possible to add type definitions to mongofill-hhvm so my Hack code be analyzed by Hack's type checker correctly?