Netflix / x-element

A dead simple starting point for custom elements.
Apache License 2.0
28 stars 12 forks source link

Allow everything but “>” character in template. #136

Closed theengineear closed 1 year ago

theengineear commented 1 year ago

Eventually, we will support this completely, but not at the cost of performance. The prior solution here encountered catastrophic backtracking due to how it was looking for escaped characters.