15:50 | <snek> | is this a bug in jsc https://gc.gy/121026003.png |
15:50 | <snek> | seems like this is the +N reparse thing? |
15:57 | <snek> | actually this isn't even dependent on the N flag |
15:57 | <snek> | just a bug in the overall parsing |
16:37 | <bakkot> | snek: safari doesn't have lookahead assertions |
16:37 | <bakkot> | so it's not exactly a bug |
16:37 | <bakkot> | it's just that it sees (?< and assumes you're doing a named group, since it has never heard of (?<! |
16:37 | <snek> | oh right |
16:38 | <snek> | how does safari just not have lookaround |
16:39 | <bakkot> | features not being implemented is the default state of affairs |
16:39 | <bakkot> | if you would like it to be otherwise someone has to take action. could be you! |
16:39 | <snek> | i wish |