Skip to content

Commit 0303278

Browse files
committed
rename: selector-componentUnresolvableInterpolation → selector-componentDynamicProp
The interpolations are now resolved (not "unresolvable"), so rename to reflect what the test case actually tests: dynamic prop-based interpolations in component selectors. https://claude.ai/code/session_017ZD61A5aZG3vQWkJPMRFex
1 parent 396f9bf commit 0303278

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default [
6262
"test-cases/interpolation-destructuredRename.output.tsx",
6363
"test-cases/keyframes-unionComplexity.output.tsx",
6464
"test-cases/mixin-dynamicArgDefault.output.tsx",
65-
"test-cases/selector-componentUnresolvableInterpolation.output.tsx",
65+
"test-cases/selector-componentDynamicProp.output.tsx",
6666
"test-cases/selector-dynamicPseudoElement.output.tsx",
6767
"test-cases/theme-indexedLookupPropFallback.output.tsx",
6868
"test-cases/transientProp-memberExpression.output.tsx",

test-cases/_unimplemented.selector-descendantComponentUnresolvableInterpolation.input.tsx renamed to test-cases/_unimplemented.selector-descendantComponentDynamicProp.input.tsx

File renamed without changes.

test-cases/selector-componentUnresolvableInterpolation.input.tsx renamed to test-cases/selector-componentDynamicProp.input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Reverse component selector with prop-based interpolation (non-theme dynamic value)
1+
// Reverse component selector with dynamic prop-based interpolation
22
import styled from "styled-components";
33

44
const Link = styled.a`

test-cases/selector-componentUnresolvableInterpolation.output.tsx renamed to test-cases/selector-componentDynamicProp.output.tsx

File renamed without changes.

0 commit comments

Comments
 (0)