Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "rocambole", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Recursively walk and transform EcmaScript AST", | ||
@@ -5,0 +5,0 @@ "main": "rocambole.js", |
@@ -126,6 +126,7 @@ # Rocambole [![Build Status](https://secure.travis-ci.org/millermedeiros/rocambole.png?branch=master)](https://travis-ci.org/millermedeiros/rocambole) | ||
- [rocambole-node](https://github.com/millermedeiros/rocambole-node): helpers for node manipulation/traversal | ||
- [rocambole-whitespace](https://github.com/millermedeiros/rocambole-whitespace): helpers for whitespace manipulation | ||
- [rocambole-linebreak](https://github.com/millermedeiros/rocambole-linebreak): helpers for line break manipulation | ||
- [rocambole-indent](https://github.com/millermedeiros/rocambole-indent): helpers for indentation | ||
There are a few nice helpers on [esformatter](https://github.com/millermedeiros/esformatter/) to deal with indentation, white spaces and line breaks that might be useful. | ||
## API | ||
@@ -230,2 +231,7 @@ | ||
### v0.5.1 (2015/03/19) | ||
- make it compatible with esprima@2.1 (don't loop through the same CatchClause | ||
twice). | ||
### v0.5.0 (2015/02/25) | ||
@@ -232,0 +238,0 @@ |
@@ -24,2 +24,6 @@ /*jshint node:true */ | ||
// esprima@2.1 introduces a "handler" property on TryStatement, so we would | ||
// loop the same node twice (see jquery/esprima/issues/1031 and #264)` | ||
handler : true, | ||
// IMPORTANT! "value" can't be bypassed since it is used by object | ||
@@ -26,0 +30,0 @@ // 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
416839
9349
309