In this playground, if you change this line
<input type="checkbox" prop:indeterminate={true} />
with this
<input type="checkbox" prop:indeterminate />
it throws an error while compiling
/main.tsx: Property right of AssignmentExpression expected node to be of a type ["Expression"] but instead got "JSXEmptyExpression"
they should mean the same thing
In this playground, if you change this line
with this
it throws an error while compiling
they should mean the same thing