JWally / jsLPSolver

Simple OOP javaScript library to solve linear programs, and mixed integer linear programs
The Unlicense
417 stars 67 forks source link

es6 #117

Closed jonathonfletcher closed 6 months ago

jonathonfletcher commented 3 years ago

src/main.js is now a 'clean' es6 import.

The es6 import is the main work. This means that:

import solver from "./src/main.js"

is now valid. We can now use this form to import directly from TypeScript.

grunt is still the build system, but browserify / jshint / uglify are now replaced by webpack / eslint / babel.