Open kdahlquist opened 7 years ago
Both node and modern browsers now support JavaScript 2015. We should eventually port the GRNsight codebase to this at an appropriate time.
Specific porting tasks include:
var
let
const
So far, only "import" and "export" functions from JavaScript 2015 ES6.
Both node and modern browsers now support JavaScript 2015. We should eventually port the GRNsight codebase to this at an appropriate time.