Skip to content

zertosh/esmangle-evaluator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esmangle-evaluator

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.

Exports

{
  constant: {
    doBinary: [Function: doBinary],
    doUnary: [Function: doUnary],
    doLogical: [Function: doLogical],
    evaluate: [Function: getConstant],
    isConstant: [Function: isConstant]
  },
  hasSideEffect: [Function: hasSideEffect],
  booleanCondition: [Function: booleanCondition]
}

About

esmangle's "evaluator.js" as a standalone module.

Resources

Stars

Watchers

Forks

Packages

No packages published