Why define a hash function when strict: false? #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
github.com/lezer-parser/xml@331ab3dd94/src/tokens.js (L51-L52)The
hashdocumentation states:Since we're not in a strict context, why define a
hashfunction?That seems to be leftover and indeed, entirely unused. Attached patches remove it.