Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions tasks/transform_conformance/snapshots/oxc.snap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
commit: 41d96516

Passed: 184/308
Passed: 185/308

# All Passed:
* babel-plugin-transform-class-static-block
Expand Down Expand Up @@ -1612,7 +1612,7 @@ after transform: ["Function", "babelHelpers"]
rebuilt : ["babelHelpers", "dec"]


# plugin-styled-components (22/38)
# plugin-styled-components (23/38)
* minify-comments/input.js
Unresolved references mismatch:
after transform: ["x", "y", "z"]
Expand All @@ -1639,9 +1639,6 @@ x Output mismatch
* styled-components/does-not-replace-native-with-no-tags/input.js
x Output mismatch

* styled-components/minify-single-line-comments-with-interpolations/input.js
x Output mismatch

* styled-components/pre-transpiled/input.js
x Output mismatch

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Test6 = styled.div.withConfig({ displayName: "input__Test6", componentId:
'green',
);
const Test7 = styled.div.withConfig({ displayName: "input__Test7", componentId: "sc-lh68ek-6" })(
["background:url(\"https://google.com\");width:", ";", "height:", ";"],
["background:url(\"https://google.com\");width:", ";", " height:", ";"],
p => p.props.width,
'green',
p => p.props.height,
Expand Down
Loading