babel-plugin-styled-components
Advanced tools
Comparing version 1.9.1 to 1.9.2
@@ -47,3 +47,12 @@ "use strict"; | ||
var oldLength = path.node.body.length; | ||
(_path$node$body = path.node.body).push.apply(_path$node$body, _toConsumableArray(state.items)); | ||
var newLength = path.node.body.length; | ||
for (var i = 0; i < newLength - oldLength; i++) { | ||
// Queue all inserted items for revisiting so that tagged templates are transpiled | ||
path.requeue(path.get('body')[oldLength + i]); | ||
} | ||
} | ||
@@ -50,0 +59,0 @@ |
{ | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"name": "babel-plugin-styled-components", | ||
@@ -4,0 +4,0 @@ "description": "Improve the debugging experience and add server-side rendering support to styled-components", |
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
37040
722