mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-26 23:35:45 +02:00
support highlighting on resolver
This commit is contained in:
@@ -10,11 +10,12 @@ const build_compact = env && env.includes(".compact");
|
||||
const build_esm = !env || env.startsWith("module");
|
||||
const Charset = _Charset || (await import("../src/charset.js")).default;
|
||||
|
||||
import SQLite from "flexsearch/db/sqlite";
|
||||
import SQLite_src from "../src/db/sqlite/index.js";
|
||||
import SQLite_dist from "../dist/module/db/sqlite/index.js";
|
||||
import tests from "./persistent.js";
|
||||
|
||||
if(!build_light && !build_compact){
|
||||
describe("Persistent: SQLite", function(){
|
||||
tests(SQLite, "SQLite");
|
||||
tests(env ? SQLite_dist : SQLite_src, "SQLite");
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user