You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AST-based class-string extraction. New scripts/ast-extract.mjs lists every Tailwind class string in a JSX / TSX / Vue / Svelte file with line+column, kind, and an editable flag — so the modernizer can edit
only strings the AST has confirmed as static class containers.
Vue uses a tightened template-only scanner (script/style blocks masked). class="..." and string literals inside :class="[...]" / :class="{...}" are extracted. Full Vue AST is a v0.8 stretch goal.