Comparing version 0.0.5 to 0.0.6
@@ -30,3 +30,3 @@ /** | ||
# find assertArguments calls with 4 arguments | ||
% bin/jsgrep.js '(call assertArguments ? ? ? ?)' lib | ||
% jsgrep '(call assertArguments ? ? ? ?)' lib | ||
jsstana.js:224: assertArguments("true/false/null/infinity/nan/undefined", 0, arguments, 1); | ||
@@ -621,2 +621,3 @@ jsstana.js:255: assertArguments("literal", 1, arguments, 1); | ||
- 0.0.6 jsgrep, second try | ||
- 0.0.5 jsgrep | ||
@@ -623,0 +624,0 @@ - also new expression |
{ | ||
"name": "jsstana", | ||
"description": "s-expression match patterns for Mozilla Parser AST", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"homepage": "https://github.com/phadej/jsstana", | ||
@@ -25,3 +25,3 @@ "author": { | ||
"bin": { | ||
"jsgrep": "./bin/esgrep.js" | ||
"jsgrep": "./bin/jsgrep.js" | ||
}, | ||
@@ -28,0 +28,0 @@ "main": "lib/jsstana", |
@@ -29,3 +29,3 @@ # jsstana [![Build Status](https://secure.travis-ci.org/phadej/jsstana.png?branch=master)](http://travis-ci.org/phadej/jsstana) | ||
# find assertArguments calls with 4 arguments | ||
% bin/jsgrep.js '(call assertArguments ? ? ? ?)' lib | ||
% jsgrep '(call assertArguments ? ? ? ?)' lib | ||
jsstana.js:224: assertArguments("true/false/null/infinity/nan/undefined", 0, arguments, 1); | ||
@@ -122,2 +122,3 @@ jsstana.js:255: assertArguments("literal", 1, arguments, 1); | ||
- 0.0.6 jsgrep, second try | ||
- 0.0.5 jsgrep | ||
@@ -124,0 +125,0 @@ - also new expression |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67784
1738
138