Updated for full TypeScript Support#154
Updated for full TypeScript Support#154nonara wants to merge 1 commit intojayphelps:masterfrom nonara:ts-support
Conversation
|
Hi Jay! Wanted to let you know that I'm also happy to help maintain and address issues if you'd like the help. Thanks for all the great work. Feel free to reach out at ron@nonara.com or http://twitter.com/ron |
+ Added TypeScript support (Primary changes in private/util.js->Decorate and lazy-initialize.js->handleDescriptor) + Added full types for all decorators + Added documentation and overloads to index.d.ts for intellisense + Fixed circular dependency issue (caused issue with tsc) (new file: private/meta.js) + Updated tests to work with both ts-node and babel + Updated outdated dependencies By: Ron Spickenagel - http://www.github.com/ronspickenagel
|
I just discovered after several days work that someone converted the whole thing to typescript! Go figure... That said, here's why I think this is an easier approval:
Please feel free to ask any questions! Hopefully it will be useful. Changes are marginal, but I recognize that I should have split each up into a separate commit so it's easier to see how each connects. If you'd like me to do that, let me know. I can reset and layer them on. Cheers |
By: Ron Spickenagel - http://www.github.com/ronspickenagel