* Older versions of Safari 16 don't support lookbehind assertions - https://caniuse.com/js-regexp-lookbehind * Refactor to show the similarity between these two regexes * Apply formatting changes * Create no-neg-lookbehind.md --------- Co-authored-by: eoghanmurray <eoghanmurray@users.noreply.github.com>
7 lines
146 B
Markdown
7 lines
146 B
Markdown
---
|
|
"rrweb-snapshot": patch
|
|
"rrweb": patch
|
|
---
|
|
|
|
Replay: Replace negative lookbehind in regexes from css parser as it causes issues with Safari 16
|