Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Normative: Remove static fields#65

Merged
littledan merged 1 commit intomasterfrom
remove-static-fields
Dec 21, 2017
Merged

Normative: Remove static fields#65
littledan merged 1 commit intomasterfrom
remove-static-fields

Conversation

@littledan
Copy link
Copy Markdown
Member

At the November 2017 TC39 meeting, the committee decided to demote
static fields (both public and private) to a separate Stage 2 proposal.
That proposal is being developed in
https://github.com/tc39/proposal-static-class-features/

This patch removes static class fields from the class fields proposal
in order to follow up on it in that other repository.

At the November 2017 TC39 meeting, the committee decided to demote
static fields (both public and private) to a separate Stage 2 proposal.
That proposal is being developed in
https://github.com/tc39/proposal-static-class-features/

This patch removes static class fields from the class fields proposal
in order to follow up on it in that other repository.
@littledan
Copy link
Copy Markdown
Member Author

Merging this patch, as it has been out for review for a while, implements the consensus at TC39 and the alternate proposal is fully prepared and out for review.

@littledan littledan merged commit 254ac66 into master Dec 21, 2017
kisg pushed a commit to paul99/v8mips that referenced this pull request Dec 22, 2017
This patch implements tc39/proposal-class-fields#65
and https://github.com/tc39/proposal-static-class-features/ by
splitting out instance and static field declarations into separate
flags for the separate proposals. Instance class fields is currently
at Stage 3 whereas static class fields is currently at Stage 2.

Bug: v8:5367
Change-Id: I133c945fd0b22dc5718c7bb61b10f22348087acd
Reviewed-on: https://chromium-review.googlesource.com/839778
Commit-Queue: Daniel Ehrenberg <littledan@chromium.org>
Reviewed-by: Sathya Gunasekaran <gsathya@chromium.org>
Cr-Commit-Position: refs/heads/master@{#50293}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant