Eric Foster d5378345de connection between front end and database | преди 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]
}