babel-plugin-transform-es2015-template-literals
Advanced tools
Comparing version 7.0.0-alpha.1 to 7.0.0-alpha.3
@@ -41,3 +41,4 @@ "use strict"; | ||
strings.push(t.stringLiteral(elem.value.cooked)); | ||
var value = elem.value.cooked == null ? path.scope.buildUndefinedNode() : t.stringLiteral(elem.value.cooked); | ||
strings.push(value); | ||
raw.push(t.stringLiteral(elem.value.raw)); | ||
@@ -44,0 +45,0 @@ } |
{ | ||
"name": "babel-plugin-transform-es2015-template-literals", | ||
"version": "7.0.0-alpha.1", | ||
"version": "7.0.0-alpha.3", | ||
"description": "Compile ES2015 template literals to ES5", | ||
@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-template-literals", | ||
"devDependencies": { | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.1" | ||
"babel-helper-plugin-test-runner": "7.0.0-alpha.3" | ||
} | ||
} |
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
5300
94