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
{{ message }}
This repository has been archived by the owner on May 23, 2023. It is now read-only.
To generate the lib-debug version with TypeScript and remove the type checks from the lib version the build step would have to become a lot more complicated (probably a gulp task). Do we really need this differentiation? Imo either we should either leave the type checks in (Checking some variables with typeof shouldn't be a real performance problem) or remove them completely and let users use TypeScript if they want (compile-time) type safety.
The text was updated successfully, but these errors were encountered:
To generate the lib-debug version with TypeScript and remove the type checks from the lib version the build step would have to become a lot more complicated (probably a gulp task). Do we really need this differentiation? Imo either we should either leave the type checks in (Checking some variables with
typeof
shouldn't be a real performance problem) or remove them completely and let users use TypeScript if they want (compile-time) type safety.The text was updated successfully, but these errors were encountered: