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
file:///Users/briankim/Projects/crank/src/jsx-tag.ts:248
throw new SyntaxError(
^
SyntaxError: Unexpected text `"`
These messages could be nicer. Like how Babel and TypeScript do it. Something that shows the error in context of the line. Maybe we could use a SyntaxError subclass like JSXSyntaxError to make things even clearer.
The text was updated successfully, but these errors were encountered:
The 0.5 template tag needs better error messages.
Throws
These messages could be nicer. Like how Babel and TypeScript do it. Something that shows the error in context of the line. Maybe we could use a
SyntaxError
subclass likeJSXSyntaxError
to make things even clearer.The text was updated successfully, but these errors were encountered: