nartc / super-expressive-playground

SuperExpressive Playground
https://sepg.netlify.app
22 stars 5 forks source link

lookBehind API missing from playground #9

Open chris-findlay opened 3 years ago

chris-findlay commented 3 years ago

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 commented 3 years ago

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

nartc commented 3 years ago

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

CogentRedTester commented 1 year ago

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