jayphelps / core-decorators

Library of stage-0 JavaScript decorators (aka ES2016/ES7 decorators but not accurate) inspired by languages that come with built-ins like @​override, @​deprecate, @​autobind, @​mixin and more. Popular with React/Angular, but is framework agnostic.
MIT License
4.52k stars 263 forks source link

Added typings from @types, typings should now ship with the package. #129

Closed dtweedle closed 7 years ago

dtweedle commented 7 years ago

Closes #128

The typings (@types) project has grown to be a pain and splits away concerns for keeping community typings up to date separate from the packages themselves.

PR is to merge typings into the actual project where they can be maintained.

They might be slightly out of date but it will be easier to keep track of what needs fixing here.

jayphelps commented 7 years ago

@BurtHarris can I get your opinions and review on this, whenever you have the time to spare? (he's been leading some recent TS efforts here)

BurtHarris commented 7 years ago

@jayphelps I've apparently got merge rights, do you want me doing that?

jayphelps commented 7 years ago

@BurtHarris yeah I added you while back. You were free to merge, but I'll do it now since I'm here 😝 In the future just use your judgement. 👍

with great power