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

[babel 8] Cleanup parser plugins #16456

Open
1 of 7 tasks
nicolo-ribaudo opened this issue Apr 29, 2024 · 3 comments
Open
1 of 7 tasks

[babel 8] Cleanup parser plugins #16456

nicolo-ribaudo opened this issue Apr 29, 2024 · 3 comments
Milestone

Comments

@nicolo-ribaudo
Copy link
Member

nicolo-ribaudo commented Apr 29, 2024

@nicolo-ribaudo nicolo-ribaudo added this to the v8.0.0 milestone Apr 29, 2024
@JLHwung
Copy link
Contributor

JLHwung commented Apr 29, 2024

If record and tuple will use #, then we should remove the support of hack pipeline with topic token # right? These two are conflicted with each other.

@nicolo-ribaudo
Copy link
Member Author

The current status is that:

  • the future of R&T is uncertain, but if it happens and if it has syntax, the only plan is to use #{
  • the future of pipeline is uncertain, but if it happens all possible tokens are still on the table

@JLHwung
Copy link
Contributor

JLHwung commented Apr 30, 2024

Well in that case we still have to support both features. Thus the error message here

'Plugin conflict between `["pipelineOperator", { proposal: "hack", topicToken: "#" }]` and `["recordAndtuple", { syntaxType: "hash"}]`.',

should be refined since syntaxType won't be an option in Babel 8.

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

No branches or pull requests

2 participants