@gluestack-style/babel-plugin-styled-resolver
Advanced tools
Comparing version 0.2.4-alpha.0 to 0.2.4
{ | ||
"name": "@gluestack-style/babel-plugin-styled-resolver", | ||
"version": "0.2.4-alpha.0", | ||
"version": "0.2.4", | ||
"description": "A gluestack-style babel plugin that transpiles your styled function calls and resolves the component styling in build time.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -913,8 +913,2 @@ const fs = require('fs'); | ||
); | ||
// jsxOpeningElementPath.node.attributes.push( | ||
// t.jsxAttribute( | ||
// t.jsxIdentifier('toBeInjected'), | ||
// t.jsxExpressionContainer(toBeInjectedAst) | ||
// ) | ||
// ); | ||
jsxOpeningElementPath.node.attributes.push( | ||
@@ -921,0 +915,0 @@ t.jsxAttribute( |
72605
1488