Skip to content
New issue

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

feat(parsers/regexp): add injection of global flag if it's not present #61

Merged
merged 3 commits into from
Jan 15, 2023

Conversation

TheFedaikin
Copy link
Collaborator

@TheFedaikin TheFedaikin commented Jan 15, 2023

This PR closes #55

Outstanding issues before merge:

  • Should this be categorized as a fix and not feat? It's not breaking anything that worked correctly before, technically it's an implementation detail that should've been avoided, but because of the unclear docs and lack of context this could've been perceived as a bug.

  • Are doc changes sufficient?

@vercel
Copy link

vercel bot commented Jan 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
sigma ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 15, 2023 at 0:36AM (UTC)

@TheFedaikin TheFedaikin added the feat New feature or request label Jan 15, 2023
@TheFedaikin TheFedaikin self-assigned this Jan 15, 2023
@TheFedaikin TheFedaikin requested a review from norskeld January 15, 2023 12:21
Copy link
Owner

@norskeld norskeld left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks mate.

@norskeld norskeld merged commit 90f86d3 into master Jan 15, 2023
@norskeld norskeld deleted the feat/global-regex branch January 15, 2023 12:47
norskeld pushed a commit that referenced this pull request Jan 15, 2023
# [3.2.0](v3.1.4...v3.2.0) (2023-01-15)

### Features

* **parsers/regexp:** add injection of global flag if it's not present ([#61](#61)) ([90f86d3](90f86d3))
@norskeld
Copy link
Owner

🎉 This PR is included in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: make regexp parser throw an error if the global flag is missing
2 participants