Eric Foster 35b96bc934 initial commit | 6 年 前 | |
---|---|---|
.. | ||
.npmignore | 6 年 前 | |
README.md | 6 年 前 | |
common.js | 6 年 前 | |
evaluator.js | 6 年 前 | |
package.json | 6 年 前 |
esmangle
's evaluator.js
as a standalone module.
evaluator.js
is an unmodified copy of the original.
common.js
is a stub of the original with a few helpers/constants required by evaluator.js
.
{
constant: {
doBinary: [Function: doBinary],
doUnary: [Function: doUnary],
doLogical: [Function: doLogical],
evaluate: [Function: getConstant],
isConstant: [Function: isConstant]
},
hasSideEffect: [Function: hasSideEffect],
booleanCondition: [Function: booleanCondition]
}