Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "asty", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"description": "Abstract Syntax Tree (AST) Data Structure", | ||
@@ -5,0 +5,0 @@ "main": "lib/asty.browser.js", |
@@ -32,3 +32,3 @@ /* | ||
},{}],4:[function(_dereq_,module,exports){ | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:1,micro:1,date:20150421};exports["default"]=version,module.exports=exports["default"]; | ||
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var version={major:1,minor:1,micro:2,date:20150421};exports["default"]=version,module.exports=exports["default"]; | ||
},{}],5:[function(_dereq_,module,exports){ | ||
@@ -35,0 +35,0 @@ "use strict";var _classCallCheck=function(n,e){if(!(n instanceof e))throw new TypeError("Cannot call a class as a function")},_createClass=function(){function n(n,e){for(var t=0;t<e.length;t++){var r=e[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(n,r.key,r)}}return function(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}}();Object.defineProperty(exports,"__esModule",{value:!0});var ASTYWalk=function(){function n(){_classCallCheck(this,n)}return _createClass(n,[{key:"walk",value:function(n,e){"undefined"==typeof e&&(e="downward");var t=function(n){function e(e,t,r){return n.apply(this,arguments)}return e.toString=function(){return n.toString()},e}(function(r,a,o){("downward"===e||"both"===e)&&n.call(null,r,a,o,"downward"),r.C.forEach(function(n){t(n,a+1,r)}),("upward"===e||"both"===e)&&n.call(null,r,a,o,"upward")});return t(this,0,null),this}}]),n}();exports["default"]=ASTYWalk,module.exports=exports["default"]; |
@@ -400,3 +400,3 @@ /* | ||
/* global 1: false */ | ||
/* global 1: false */ | ||
/* global 2: false */ | ||
/* global 20150421: false */ | ||
@@ -407,3 +407,3 @@ | ||
minor: 1, | ||
micro: 1, | ||
micro: 2, | ||
date: 20150421 | ||
@@ -410,0 +410,0 @@ }; |
{ | ||
"name": "asty", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Abstract Syntax Tree (AST) Data Structure", | ||
@@ -5,0 +5,0 @@ "keywords": [ "ast", "abstract", "syntax", "tree", "data", "structure" ], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
104903