Update binary expression inference, see #35; Update dependencies

This commit is contained in:
dcodeIO
2018-03-01 19:42:07 +01:00
parent 02dce5a518
commit 4633fdab96
26 changed files with 6342 additions and 3057 deletions

5
scripts/build.js Normal file
View File

@ -0,0 +1,5 @@
const webpack = require("webpack");
webpack(require("../webpack.config.js"), (err, stats) => {
if (err) throw err;
});