@swc/plugin-styled-components
Advanced tools
Comparing version 1.5.67 to 1.5.68
{ | ||
"name": "@swc/plugin-styled-components", | ||
"version": "1.5.67", | ||
"version": "1.5.68", | ||
"description": "SWC plugin for styled-components", | ||
@@ -5,0 +5,0 @@ "main": "swc_plugin_styled_components.wasm", |
import styled from 'styled-components'; | ||
import SomeComponent from '../SomeComponentPath'; | ||
const { SomeOtherComponent } = require('../SomeOtherComponentPath'); | ||
const { SomeOtherComponent } = require('../SomeOtherComponentPath'); | ||
/** | ||
@@ -5,0 +5,0 @@ * control |
@@ -158,3 +158,3 @@ /* | ||
function Home() { | ||
const { x } = { | ||
const { x } = { | ||
x: 4 | ||
@@ -161,0 +161,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2106038