marko-js / htmljs-parser

An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values
MIT License
137 stars 20 forks source link

feat: unencosed content no longer requires commas w/ multiple attrs #87

Closed DylanPiercey closed 3 years ago

DylanPiercey commented 3 years ago

We have special handling for parsing binary, unary and other javascript expressions even with unenclosed whitespace.

Currently though we error when there are multiple and one of then contains unenclosed whitespace. This PR removes the restriction.