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.51k stars 263 forks source link

Add profile #101

Closed nrdobie closed 7 years ago

nrdobie commented 7 years ago

The @profile decorator allows for profiling a method. Useful to diagnose performance issues in applications.

jayphelps commented 7 years ago

Awesome stuff. Thank you!

nrdobie commented 7 years ago

@jayphelps Just curious as to when this change will be released to NPM?

jayphelps commented 7 years ago

In the next week or so. 👍

jayphelps commented 7 years ago

You could publish your own version while you wait: https://github.com/jayphelps/npm-publish-scoped

jayphelps commented 7 years ago

Released in v0.17.0