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
Right now we have interfaces ReadablePackageInfo/UnreadablePackageInfo, and ReadablePackageVersion/UnreadablePackageVersion to represent the difference between documents that have successfully been imported and can be read vs documents that haven't because they errored, are invalid, etc.
The names might not be the best.
Some alternate possibilities:
Saved / Unsaved
Indexed / NonIndexed
Imported / NonImported
The text was updated successfully, but these errors were encountered:
Right now we have interfaces
ReadablePackageInfo
/UnreadablePackageInfo
, andReadablePackageVersion
/UnreadablePackageVersion
to represent the difference between documents that have successfully been imported and can be read vs documents that haven't because they errored, are invalid, etc.The names might not be the best.
Some alternate possibilities:
The text was updated successfully, but these errors were encountered: