1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-10-04 00:51:52 +02:00

document resolver, reduce code duplication, refactoring

This commit is contained in:
Thomas Wilkerling
2025-03-19 14:33:22 +01:00
parent 0455fa4b74
commit d9f235ce3b
107 changed files with 11949 additions and 10740 deletions

View File

@@ -89,6 +89,7 @@ import Charset from "./charset.js";
/** @export */StorageInterface.db;
/** @export */StorageInterface.id;
/** @export */StorageInterface.support_tag_search;
/** @export */StorageInterface.fastupdate;
/** @export */StorageInterface.prototype.mount;
/** @export */StorageInterface.prototype.open;
/** @export */StorageInterface.prototype.close;