1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-16 02:54:41 +02:00

added support for workers

This commit is contained in:
Thomas Wilkerling
2021-05-19 12:22:01 +02:00
parent 41398573ca
commit 9c7541d993
15 changed files with 268 additions and 199 deletions

View File

@@ -59,7 +59,7 @@ var options = (function(argv){
if(index !== "RELEASE"){
flag_str += " --define='" + index + "=" + val + "'";
//flag_str += " --define='" + index + "=" + val + "'";
}
arr[index] = val;
@@ -111,8 +111,8 @@ let parameter = (function(opt){
//jscomp_error: "newCheckTypesExtraChecks",
generate_exports: true,
export_local_property_definitions: true,
language_in: "ECMASCRIPT6_STRICT",
language_out: language_out || "ECMASCRIPT5_STRICT",
language_in: "ECMASCRIPT_2017",
language_out: language_out || "ECMASCRIPT6_STRICT",
process_closure_primitives: true,
summary_detail_level: 3,
warning_level: "VERBOSE",