dondi / GRNsight

Web app and service for modeling and visualizing gene regulatory networks.
http://dondi.github.io/GRNsight
BSD 3-Clause "New" or "Revised" License
17 stars 8 forks source link

Port GRNsight to ES6/JavaScript 2015 #539

Open kdahlquist opened 7 years ago

kdahlquist commented 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.

dondi commented 6 years ago

Specific porting tasks include:

kdahlquist commented 6 years ago

So far, only "import" and "export" functions from JavaScript 2015 ES6.