babel-plugin-transform-lhs-constants
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "babel-plugin-transform-lhs-constants", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "The Babel plugin to move constant values to the left-hand side of binary nodes", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.cjs", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "NODE_NO_WARNINGS=1 rollup -c", | ||
"test": "NODE_NO_WARNINGS=1 node --experimental-loader ts-node/esm --test test/*.spec.ts" | ||
@@ -22,10 +22,10 @@ }, | ||
"@babel/types": "^7.24.0", | ||
"@evilmartians/lefthook": "^1.6.8", | ||
"@evilmartians/lefthook": "^1.6.10", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@types/babel__helper-plugin-utils": "^7.10.3", | ||
"@types/node": "^20.12.4", | ||
"rollup": "^4.14.0", | ||
"@types/node": "^20.12.7", | ||
"rollup": "^4.14.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.4.3" | ||
"typescript": "^5.4.5" | ||
}, | ||
@@ -32,0 +32,0 @@ "files": [ |
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
4141
27