babel-plugin-transform-react-pug
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -211,3 +211,3 @@ 'use strict'; | ||
// TODO: add the correct column number | ||
addLocToAst(val, baseLine + lastLine); | ||
addLocToAst(val[0], baseLine + lastLine); | ||
return val[0].expression.right; | ||
@@ -219,3 +219,3 @@ }, | ||
// TODO: add the correct column number | ||
addLocToAst(val, baseLine + lastLine); | ||
addLocToAst(val[0], baseLine + lastLine); | ||
return val[0]; | ||
@@ -222,0 +222,0 @@ }, |
{ | ||
"name": "babel-plugin-transform-react-pug", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "A plugin for transpiling pug templates to jsx", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
30268