gun
gun copied to clipboard
LEX bug test
Say, we have a list of props on a node:
aa
ab
ac
Then we query it like this:
{
'.': {
'*': 'a',
'>': 'ab'
}
}
The result we expect:
ab
ac
The result we get:
aa
ab
ac
👍 sounds like this is gonna be a win+win for everything, your other PR had smaller code, and this is a more sensible default that didn't add any complexity. I'm very impressed! Thanks for being willing to switch to ECMAscript5.
@Orimay we moved String.match()
to lib/lex.js