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
Variables in external projects are missing their prototypes if they are type/class/procedure, which means they are harder (impossible?) to look up. I don't think there's any way to recover this information for existing modules.json files, but we should be able to add it to new ones without breaking things.
Other entities are missing all_* collections, although there are pub_* collections and (some?) private ones. I think these can be constructed from existing information.
The text was updated successfully, but these errors were encountered:
Variables in external projects are missing their prototypes if they are
type/class/procedure
, which means they are harder (impossible?) to look up. I don't think there's any way to recover this information for existingmodules.json
files, but we should be able to add it to new ones without breaking things.Other entities are missing
all_*
collections, although there arepub_*
collections and (some?) private ones. I think these can be constructed from existing information.The text was updated successfully, but these errors were encountered: