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
9b947b1 added the option parserOptions.parser:false to skip parsing <script> elements completely. This is useful for the language ESLint community don't provide that custom parser.
Bug fixes
7de2b86 fixed the list of void element names to be acording to WHATWG spec.
adbaf4b fixed the list of normal element names to be acording to WHATWG spec.
7ded104 fixed the parser to handle {{}} as a part of text rather than an empty mustache.
6906fb1 fixed the parser to allow empty mustaches.