Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

lib-debug #74

Open
felixfbecker opened this issue Apr 5, 2017 · 1 comment
Open

lib-debug #74

felixfbecker opened this issue Apr 5, 2017 · 1 comment

Comments

@felixfbecker
Copy link
Contributor

felixfbecker commented Apr 5, 2017

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.

@bcronin
Copy link
Collaborator

bcronin commented Apr 5, 2017

My vote would be for "remove them completely and let users use TypeScript if they want (compile-time) type safety."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants