Closed mbhrznr closed 3 weeks ago
closes https://github.com/jsr-io/jsr/issues/775.
this extends the local symbol search by generating more tokens for the name prop, thus improving the overall search ux.
name
the output for tokenize is changed from this:
tokenize
["assert", "almost", "equals", "assertalmostequals"]
to this:
["assert", "almost", "equals", "assertalmost", "almostequals" ,"assertalmostequals"]
All committers have signed the CLA.
closes https://github.com/jsr-io/jsr/issues/775.
this extends the local symbol search by generating more tokens for the
name
prop, thus improving the overall search ux.the output for
tokenize
is changed from this:to this: