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

Avoid the use of es2018 named capture groups #803

Merged
merged 7 commits into from
May 18, 2021
Merged

Conversation

webmaster128
Copy link
Member

Names capture groups are an ES2018 feature that TS does not transpile down to our current target ES2017. We don't need it much so we can easily work around it.

Closes #801
Closes #802

@webmaster128
Copy link
Member Author

Okay this is a bit out of scope now but I wanted to increase test coverage before chaning anything on regex patterns to sleep well.

@webmaster128 webmaster128 added this to the 0.25.3 milestone May 14, 2021
packages/launchpad/src/fee.ts Outdated Show resolved Hide resolved
packages/stargate/src/fee.ts Outdated Show resolved Hide resolved
@webmaster128 webmaster128 merged commit 01196d0 into main May 18, 2021
@webmaster128 webmaster128 deleted the fromString-es6 branch May 18, 2021 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hermes compatibility
2 participants