abstract-syntax-tree
Advanced tools
Comparing version 2.8.0 to 2.8.1
# abstract-syntax-tree changelog | ||
## 2.8.1 | ||
* edit: fix README | ||
## 2.8.0 | ||
* edit: add optimization techniques | ||
## 2.5.0 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "abstract-syntax-tree", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "abstract syntax tree", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -479,8 +479,2 @@ # abstract-syntax-tree | ||
Usage: | ||
```js | ||
const { binaryExpressionReduction } = require('astoptech') | ||
``` | ||
#### ifStatementRemoval | ||
@@ -598,8 +592,2 @@ | ||
Usage: | ||
```js | ||
const { ifStatementRemoval } = require('astoptech') | ||
``` | ||
#### negationOperatorRemoval | ||
@@ -606,0 +594,0 @@ |
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
56525
827