babel-plugin-transform-node-env-inline
Advanced tools
Comparing version 0.3.0-alpha.5ee3078e to 0.3.0-alpha.636ae276
"use strict"; | ||
module.exports = function ({ types: t }) { | ||
module.exports = function (_ref) { | ||
var t = _ref.types; | ||
return { | ||
@@ -12,3 +14,3 @@ name: "transform-node-env-inline", | ||
if (path.parentPath.isBinaryExpression()) { | ||
const evaluated = path.parentPath.evaluate(); | ||
var evaluated = path.parentPath.evaluate(); | ||
if (evaluated.confident) { | ||
@@ -15,0 +17,0 @@ path.parentPath.replaceWith(t.valueToNode(evaluated.value)); |
{ | ||
"name": "babel-plugin-transform-node-env-inline", | ||
"version": "0.3.0-alpha.5ee3078e", | ||
"version": "0.3.0-alpha.636ae276", | ||
"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
1936
19