1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-16 02:54:41 +02:00
This commit is contained in:
Thomas Wilkerling
2025-05-21 10:57:43 +02:00
parent e9c26f06b4
commit 103f617ad5
174 changed files with 16528 additions and 14980 deletions

View File

@@ -169,6 +169,8 @@ if(release === "lang"){
content = fs.readFileSync("tmp/type.js", "utf8");
content = content.replace('import Index from "./index.js";', '')
.replace('import WorkerIndex from "./worker.js";', '')
.replace('import Document from "./document.js";', '')
.replace('import Encoder from "./encoder.js";', '')
.replace('import StorageInterface from "./db/interface.js";', '');
fs.writeFileSync("tmp/type.js", content);