super-expressive-playground icon indicating copy to clipboard operation
super-expressive-playground copied to clipboard

lookBehind API missing from playground

Open chris-findlay opened this issue 4 years ago • 3 comments

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?)

chris-findlay avatar Feb 21 '21 19:02 chris-findlay

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

chris-findlay avatar Feb 23 '21 20:02 chris-findlay

Thanks. I haven't been keeping track with SuperExpressive. I need to update the typings that provides the Monaco Editor the SuperExpressive API information.

nartc avatar Mar 04 '21 16:03 nartc

Any chance this could still be added? I'd be happy to make a PR if you point me to the right files.

CogentRedTester avatar Jun 08 '23 12:06 CogentRedTester