CIDARLAB / 3DuF

Found mutable exports JS-E1009
Bug risk
Major
15 days ago15 days old
Exporting mutable 'var' binding, use 'const' instead
 57import NormallyClosedValveModificationsGap from "./app/library/geometricElements/normallyClosedValveGap";
 58import { ValveType } from "./app/core/init";
 59
 60export var PRIMITIVES_SERVER = false; 61
 62export function enablePrimitiveServer() {
 63    PRIMITIVES_SERVER = true;