BREAKING CHANGE: Move all regexes to rules#3519
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@UziTech Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
Your contribution is much appreciated with a final score of 2! What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
|
🥁 Score it! @styfle, please score the PR with |
Marked version: 14.1.3
Description
Move all regular expressions to rules.ts to be able to reuse similar regular expressions and spped up marked by creating the regular expressions once instead of inside a loop like the tokenizer or parser loops. These rules will be in an object exported as
otherby rules.ts.Contributor
Committer
In most cases, this should be a different person than the contributor.