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
The text was updated successfully, but these errors were encountered:
sapphi-red
changed the title
css transform does not end with css lacking a closing bracket in selector
css transform does not end when css is lacking a closing bracket in selector
May 28, 2022
When input css has an invalid syntax (lacking a closing bracket in selector), esbuild
transform
does not end.For example:
and
Original issue: vitejs/vite#8034
My thoughts: vitejs/vite#8034 (comment)
Reproduction: stack blitz (
node esbuild.js
)The text was updated successfully, but these errors were encountered: