-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Labels
debuggingenhancementNew feature or requestNew feature or requestproposalquestionFurther information is requestedFurther information is requested
Description
Example code:
import htm from "htm"
const e = htm`<input>` // element is not closedBeing used to write HTML and not having to close every element (especially inputs), i can write this sort of code
With htm, i get the following error: SyntaxError: missing ) after argument list
This errors seems non-intuitive to me
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
debuggingenhancementNew feature or requestNew feature or requestproposalquestionFurther information is requestedFurther information is requested