super-expressive-playground
super-expressive-playground copied to clipboard
lookBehind API missing from playground
The docs mention assertBehind and assertNotBenind but they don't work in the playground.
(Also, JS didn't used to support lookBehind, only lookAhead - might be worth documenting when this changed?)
This and a few other features are supported by JS as of ES2018: https://medium.com/@bramus/javascript-whats-new-in-ecmascript-2018-es2018-17ede97f36d5#ca4f
Thanks. I haven't been keeping track with SuperExpressive. I need to update the typings that provides the Monaco Editor the SuperExpressive API information.
Any chance this could still be added? I'd be happy to make a PR if you point me to the right files.