We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commands/src/utils/array.ts
Line 8 in ae66be9
Line 18 in ae66be9
commands/src/command.ts
Line 51 in ae66be9
Line 205 in ae66be9
Line 389 in ae66be9
make sure regex internal type is inferred (like: for regex.username)
The text was updated successfully, but these errors were encountered:
All SuperExpressive RegEx'es must be compiled statically (specially outside functions). Otherwise it's a performance burden.
This becomes specially relevant for
Lines 387 to 391 in ae66be9
Lines 16 to 21 in ae66be9
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
commands/src/utils/array.ts
Line 8 in ae66be9
commands/src/utils/array.ts
Line 18 in ae66be9
commands/src/command.ts
Line 51 in ae66be9
commands/src/command.ts
Line 205 in ae66be9
commands/src/command.ts
Line 389 in ae66be9
make sure regex internal type is inferred (like: for regex.username)
The text was updated successfully, but these errors were encountered: