estree-eval
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

estree-eval

Appveyor Build status npm package Greenkeeper badge

Evaluate estrees:

import { evaluate } from 'estree-eval';
import { parseExpressionAt } from 'acorn';
 
const ast = parseExpressionAt('message.toUpperCase()', 0);
 
const scope = { message: 'hello world' };
 
const result = evaluate(ast, scope); // HELLO WORLD

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i estree-eval

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • jdanyow