Skip to content

Conversation

@RobinMalfait
Copy link
Member

@RobinMalfait RobinMalfait commented Sep 5, 2025

This PR fixes an issue where the ' syntax in ClojureScript was not handled properly, resulting in missing extracted classes.

This PR now supports the following ClojureScript syntaxes:

; Keyword
(print 'text-red-500)

; List
(print '(flex flex-col underline))

; Vector
(print '[flex flex-col underline])

Test plan

  1. Added regression tests
  2. Verified that we extract classes correctly now in various scenarios:

Top is before, bottom is with this PR:

image

Fixes: #18882

@RobinMalfait RobinMalfait marked this pull request as ready for review September 5, 2025 10:42
@RobinMalfait RobinMalfait requested a review from a team as a code owner September 5, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants