wycats / javascript-decorators

2.4k stars 127 forks source link

Typo in `nonenumerable` function example #92

Open dmwelch opened 6 years ago

dmwelch commented 6 years ago

descriptor not defined in example scope - you meant descriptor as the input, right? Or am I missing something?

loganfsmyth commented 6 years ago

FYI, This will never land because this isn't the current proposal, https://github.com/tc39/proposal-decorators is. It's also already open in https://github.com/wycats/javascript-decorators/pull/53.