You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's one thing that's lacking from the TypeScript profiler, which is the ability to profile pure functions.
Unfortunately the TypeScript profiler for now only works for classes and the methods inside them, since decorators don't work outside of them, and currently the TypeScript profiler doesn't account to that.
Is it possible?
The text was updated successfully, but these errors were encountered:
There's one thing that's lacking from the TypeScript profiler, which is the ability to profile pure functions.
Unfortunately the TypeScript profiler for now only works for classes and the methods inside them, since decorators don't work outside of them, and currently the TypeScript profiler doesn't account to that.
Is it possible?
The text was updated successfully, but these errors were encountered: