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

Can't compile /\p{Letter}/u in REPL #13765

Closed
Ayc0 opened this issue Sep 15, 2021 · 3 comments · Fixed by #13767
Closed

Can't compile /\p{Letter}/u in REPL #13765

Ayc0 opened this issue Sep 15, 2021 · 3 comments · Fixed by #13767
Labels
i: bug outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: standalone

Comments

@Ayc0
Copy link

Ayc0 commented Sep 15, 2021

When I try to compile this code:

const a = /\p{Letter}/u

the REPL crashes with the error /repl.js: Unknown property: Letter:

image

I have no settings enabled, except present-env + ie11 (to force the compiling of unicode regexes), and I'm on the latest version (but I tried with all the other available in the UI and they all break)

https://babeljs.io/repl#?browsers=ie%2011&build=&builtIns=false&corejs=false&spec=false&loose=false&code_lz=MYewdgzgLgBAhjAvDA9AHQA4G8AyBTKKPAJwF8UBXIA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=true&fileSize=false&timeTravel=false&sourceType=module&lineWrap=false&presets=env&prettier=false&targets=&version=7.15.6&externalPlugins=&assumptions=%7B%7D

@babel-bot
Copy link
Collaborator

Hey @Ayc0! We really appreciate you taking the time to report an issue. The collaborators
on this project attempt to help as many people as possible, but we're a limited number of volunteers,
so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack
community
that typically always has someone willing to help. You can sign-up here
for an invite.

@nicolo-ribaudo nicolo-ribaudo transferred this issue from babel/website Sep 15, 2021
@babel-bot
Copy link
Collaborator

Hey @Ayc0! We really appreciate you taking the time to report an issue. The collaborators on this project attempt to help as many people as possible, but we're a limited number of volunteers, so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack community that typically always has someone willing to help. You can sign-up here for an invite."

@nicolo-ribaudo
Copy link
Member

Thanks! I'm moving this to the babel/babel repo because it's a @babel/standalone bug.

@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Dec 16, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
i: bug outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: standalone
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants