babel / proposals

✍️ Tracking the status of Babel's implementation of TC39 proposals (may be out of date)
https://github.com/tc39/proposals
433 stars 39 forks source link

Move class fields to stage 3 #25

Closed chicoxyzzy closed 7 years ago

chicoxyzzy commented 7 years ago

They are on stage 3

diervo commented 7 years ago

@hzoo we need to remove the shorthand #x before we can move it to Stage3 fully (from a babily perspective)

hzoo commented 7 years ago

@diervo I thought we did that already in https://github.com/babel/babylon/pull/648, https://github.com/babel/babylon/releases/tag/v7.0.0-beta.19

diervo commented 7 years ago

Never mind then :)

chicoxyzzy commented 7 years ago

Hmm I thought that "Current stage" field indicates actual proposal stage in TC39 process. Why does this PR depend on https://github.com/babel/babel/pull/6076?

hzoo commented 7 years ago

Oh I thought you changed the implemented number as well

hzoo commented 7 years ago

We moved to stage 3 too but didn't release yet