Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Fix broken tidal regex (lookbehind not supported) #42

Open
ghalestrilo opened this issue Jan 10, 2021 · 0 comments
Open

Fix broken tidal regex (lookbehind not supported) #42

ghalestrilo opened this issue Jan 10, 2021 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@ghalestrilo
Copy link
Owner

Negative Lookbehind is a very useful tool to parse tidal code. Unfortunately it's a very recent and not too widely supported feature, so seg is not building to node because of that.

Maybe just choosing a more recent version of node will be enough, but we may have to find a way around this

@ghalestrilo ghalestrilo created this issue from a note in Features (To do) Jan 10, 2021
@ghalestrilo ghalestrilo added the bug Something isn't working label Jan 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant