Skip to content

Transform slice notation#10597

Closed
JLHwung wants to merge 4 commits intobabel:masterfrom
JLHwung:transform-slice-notation
Closed

Transform slice notation#10597
JLHwung wants to merge 4 commits intobabel:masterfrom
JLHwung:transform-slice-notation

Conversation

@JLHwung
Copy link
Copy Markdown
Contributor

@JLHwung JLHwung commented Oct 23, 2019

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

In this PR, we introduce a slice helper babel-helpers. The slice expression arr[a:b:c] will be desugared to slice(arr, a, b, c) call.

Note that there are still unresolved helper behaviour discussions.

@JLHwung JLHwung added area: experimental PR: New Feature 🚀 A type of pull request used for our changelog categories labels Oct 23, 2019
@JLHwung JLHwung mentioned this pull request Oct 23, 2019
2 tasks
@JLHwung
Copy link
Copy Markdown
Contributor Author

JLHwung commented Jul 3, 2020

Abandoning this PR due to #10596 (comment)

@JLHwung JLHwung closed this Jul 3, 2020
@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 Oct 3, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area: experimental outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: New Feature 🚀 A type of pull request used for our changelog categories

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant