esprima-ast-equality

AST equality test helper

ISC 4 个版本
安装
npm install esprima-ast-equality
yarn add esprima-ast-equality
pnpm add esprima-ast-equality
bun add esprima-ast-equality
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; }');
版本列表
0.0.4 2014-05-23
0.0.3 2014-05-23
0.0.2 2014-05-11
0.0.1 2014-05-11