tc39 / proposal-decorators-previous

Decorators for ECMAScript
183 stars 16 forks source link

GetFinisherFromDescriptors appears missing #11

Closed stefanpenner closed 8 years ago

bterlson commented 8 years ago

This is not present in the latest spec text?

stefanpenner commented 8 years ago

@bterlson it resides here: https://github.com/tc39/proposal-decorators/commit/c32ea181569668a6c1ef212c1a85071e2bf53466#diff-f1495ac117d520f227135771ad2006eaR535

bterlson commented 8 years ago

The latest is in the diffspec branch.

stefanpenner commented 8 years ago

Ah, https://github.com/tc39/proposal-decorators/commits/diffspec is where work is happening? /facepalm.

Is there a reason why the active work, isn't on the main branch?

bterlson commented 8 years ago

See also https://tc39.github.io/proposal-decorators

bterlson commented 8 years ago

it hasn't been merged yet is all. I could merge it I guess.

stefanpenner commented 8 years ago

@bterlson ya, didn't realize active dev was off main-branch. A PR could have made this more obvious. Next time I'll ping and ask.