- Changed
FileSystem.metadatafrom a getter to a function.- Since Typescript would lose track of the accessor information, convert it to a
readonlyproperty, then give an error when a class defined it as a getter.
- Since Typescript would lose track of the accessor information, convert it to a
- Renamed
AsyncMirror.OptionstoAsyncMirrorOptions - Renamed
AsyncStoreFileSystemOptionstoAsyncStoreOptions - Renamed
SyncStoreFileSystemOptionstoSyncStoreOptions - Renamed
AsyncStoreFileSystemtoAsyncStoreFS - Renamed
SyncStoreFileSystemtoSyncStoreFS