babel-plugin-debug-tools
Advanced tools
Comparing version 1.0.13 to 1.0.15
{ | ||
"name": "babel-plugin-debug-tools", | ||
"version": "1.0.13", | ||
"version": "1.0.15", | ||
"description": "Helpers for debug Javascript Applications", | ||
@@ -16,5 +16,6 @@ "repository": { | ||
"build": "NODE_ENV=production npx babel --config-file ./babel.config.json --out-file ./lib/index.js ./src/index.ts", | ||
"prepublish": "npm run build && npm test ", | ||
"bhaskara": "cd sampleProject && npm test", | ||
"test": "jest && npm run bhaskara", | ||
"prepare": "npm run build && npm test && npm run bhaskara", | ||
"bhaskara": "cd sampleProject && npm i && npm test", | ||
"test": "jest", | ||
"ci": "jest", | ||
"syntax-check": "npx tsc -p ./tsconfig.json" | ||
@@ -21,0 +22,0 @@ }, |
# babel-debug-tools | ||
Babeljs Debug Tools helps you insert debug code and easely remove it when deploy to production | ||
![Node.js CI](https://github.com/thr0w/babel-debug-tools/workflows/Node.js%20CI/badge.svg) | ||
### LOG | ||
@@ -68,3 +66,3 @@ Similar to console.log but logs also identifiers and source code position | ||
{ | ||
mode: 'DEV', | ||
mode: 'development', | ||
identifier: 'H5' | ||
@@ -71,0 +69,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
46673
141