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
In Typescript 2.1 there is planned conditional applying of the decorators basing on the compiler flag. We could use this feature to emit measure-js decorators only when excpected. It could be useful to emit measure-js decorators in dev and test environments and keep production runtime code clean and faster.
The text was updated successfully, but these errors were encountered:
In Typescript 2.1 there is planned conditional applying of the decorators basing on the compiler flag. We could use this feature to emit measure-js decorators only when excpected. It could be useful to emit measure-js decorators in dev and test environments and keep production runtime code clean and faster.
The text was updated successfully, but these errors were encountered: