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
Certain inline JS code in a blade file with double backslashes throws an error in the Laravel extension when the file is parsed. I think possibly it's specifically two backslashes before a quote? ( e.g. \\" ).
2025-03-10 14:44:11.642 [error] /bin/sh: -c: line 1: syntax error near unexpected token `)'
/bin/sh: -c: line 1: ` console.log(\"App\\\\" + \"Something\");'
Extension Version
1.0.3
PHP Binary
Valet
Operating System
macOS
What happened?
Certain inline JS code in a blade file with double backslashes throws an error in the Laravel extension when the file is parsed. I think possibly it's specifically two backslashes before a quote? ( e.g.
\\"
).Mimimal Code Sample
The text was updated successfully, but these errors were encountered: