babel-plugin-transform-node-env-inline
Advanced tools
Comparing version 0.5.0-alpha.55276695 to 0.5.0-alpha.34c3efe9
"use strict"; | ||
module.exports = function (_ref) { | ||
var t = _ref.types; | ||
module.exports = function ({ | ||
types: t | ||
}) { | ||
return { | ||
@@ -13,3 +14,3 @@ name: "transform-node-env-inline", | ||
if (path.parentPath.isBinaryExpression()) { | ||
var evaluated = path.parentPath.evaluate(); | ||
const evaluated = path.parentPath.evaluate(); | ||
@@ -16,0 +17,0 @@ if (evaluated.confident) { |
{ | ||
"name": "babel-plugin-transform-node-env-inline", | ||
"version": "0.5.0-alpha.55276695", | ||
"version": "0.5.0-alpha.34c3efe9", | ||
"description": "Inline the `NODE_ENV` environment variable and evaluate it if possible", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
20
1928