Skip to content

Commit

Permalink
ADD v0.2.70
Browse files Browse the repository at this point in the history
  • Loading branch information
ts-thomas committed Jan 26, 2019
1 parent 2612a96 commit 779905f
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 203 deletions.
3 changes: 1 addition & 2 deletions compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,14 @@ var parameter = (function(opt){
}
}

//console.log(parameter);

return parameter;
})({

compilation_level: "ADVANCED_OPTIMIZATIONS", //"WHITESPACE"
use_types_for_optimization: true,
new_type_inf: true,
jscomp_warning: "newCheckTypes",
//jscomp_error: "strictCheckTypes",
generate_exports: true,
export_local_property_definitions: true,
language_in: "ECMASCRIPT5_STRICT",
Expand Down
Loading

0 comments on commit 779905f

Please sign in to comment.