Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

esprima-ast-equality

stefanpenner323ISC0.0.4

AST equality test helper

esprima, testing

readme

esprima-ast-equality

test helper for asserting ast equality.

Errors thrown include correct details so that Mocha and friends to display nice diffs.

Usage

var astEqual = require('esprima-ast-equality');
astEqual('function(){ 1 + 2; }', 'function() { 1 + 3; }');