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

Allow templates to parse v8intrinsics #11695

Merged
merged 3 commits into from Jun 10, 2020
Merged

Conversation

jridgewell
Copy link
Member

Q                       A
Fixed Issues?
Patch: Bug Fix?
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR Link
Any Dependency Changes?
License MIT

The v8intrinsic and placeholders parser plugins conflict, so enabling placeholders unconditionally was causing errors for V8's internal codemods. This allows them to set syntacticPlaceholders = false (so they'll use the legacy identifier format) and enable v8intrinsic by itself.

The `v8intrinsic` and `placeholders` parser plugins conflict, so enabling `placeholders` unconditionally was causing errors for V8's internal codemods. This allows them to set `syntacticPlaceholders = false` (so they'll use the legacy identifier format) and enable `v8intrinsic` by itself.
@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 8, 2020

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 0a97321:

Sandbox Source
pedantic-architecture-g0pvg Configuration
cool-kapitsa-y6voh Configuration

@babel-bot
Copy link
Collaborator

babel-bot commented Jun 8, 2020

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/23720/

@JLHwung JLHwung self-requested a review June 9, 2020 15:20
@JLHwung JLHwung added pkg: template PR: Bug Fix 🐛 A type of pull request used for our changelog categories labels Jun 10, 2020
@JLHwung JLHwung merged commit 3fba971 into babel:master Jun 10, 2020
@jridgewell jridgewell deleted the v8-intrinsics branch June 10, 2020 19:24
@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 Sep 10, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue pkg: template PR: Bug Fix 🐛 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants