CIDARLAB / 3DuF

Found mutable exports JS-E1009
Bug risk
Major
1 occurrence in this check
Exporting mutable 'var' binding, use 'const' instead
 60import { ValveType } from "./app/core/init";
 61import { test } from "mocha";
 62
 63export var PRIMITIVES_SERVER = false; 64
 65export function enablePrimitiveServer() {
 66    PRIMITIVES_SERVER = true;