ast-contains-only-empty-space
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -6,22 +6,2 @@ # Change Log | ||
## 3.0.3 (2021-11-02) | ||
### Bug Fixes | ||
- bump TS and separate ESLint plugins away from this monorepo ([b1ebce1](https://github.com/codsen/codsen/commit/b1ebce1637d8c41c2d848fc24b0ba4058865bd5d)) | ||
### Features | ||
- migrate to ES Modules ([c579dff](https://github.com/codsen/codsen/commit/c579dff3b23205e383035ca10ddcec671e35d0fe)) | ||
### BREAKING CHANGES | ||
- programs now are in ES Modules and won't work with Common JS require() | ||
## 3.0.1 (2021-09-13) | ||
### Bug Fixes | ||
- bump TS and separate ESLint plugins away from this monorepo ([2e07d42](https://github.com/codsen/codsen/commit/2e07d424222b6ffedf5fb45c83ad453627ec2904)) | ||
## 3.0.0 (2021-09-09) | ||
@@ -28,0 +8,0 @@ |
/** | ||
* @name ast-contains-only-empty-space | ||
* @fileoverview Does AST contain only empty space? | ||
* @version 3.0.4 | ||
* @version 3.0.5 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * @license MIT |
/** | ||
* @name ast-contains-only-empty-space | ||
* @fileoverview Does AST contain only empty space? | ||
* @version 3.0.4 | ||
* @version 3.0.5 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -14,3 +14,3 @@ * @license MIT | ||
* @fileoverview Utility library of AST helper functions | ||
* @version 2.0.4 | ||
* @version 2.0.5 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -23,3 +23,3 @@ * @license MIT | ||
* @fileoverview Utility library to traverse AST | ||
* @version 3.0.4 | ||
* @version 3.0.5 | ||
* @author Roy Revelt, Codsen Ltd | ||
@@ -26,0 +26,0 @@ * @license MIT |
{ | ||
"name": "ast-contains-only-empty-space", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Does AST contain only empty space?", | ||
@@ -87,3 +87,3 @@ "keywords": [ | ||
"@babel/runtime": "^7.16.0", | ||
"ast-monkey-traverse": "^3.0.4" | ||
"ast-monkey-traverse": "^3.0.5" | ||
}, | ||
@@ -115,4 +115,4 @@ "devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.1.0", | ||
"lect": "^0.18.4", | ||
"eslint": "^8.2.0", | ||
"lect": "^0.18.5", | ||
"rollup": "^2.59.0", | ||
@@ -122,3 +122,3 @@ "rollup-plugin-ascii": "^0.0.3", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup-plugin-dts": "^4.0.0", | ||
"rollup-plugin-dts": "^4.0.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
@@ -125,0 +125,0 @@ "tap": "^15.0.10", |
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
24950
Updatedast-monkey-traverse@^3.0.5