Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The ZBar Symbol type may conflict with the built-in JavaScript Symbol object #19

Open
undecaf opened this issue Dec 14, 2021 · 1 comment

Comments

@undecaf
Copy link
Contributor

undecaf commented Dec 14, 2021

When using the ZBar Symbol type in TypeScript, the IDE may assume that this is the built-in JavaScript Symbol object.

Although this can be worked around, I would suggest to rename Symbol to ZBarSymbol.

@samsam2310
Copy link
Owner

Sounds reasonable. We should avoid to use built-in type name.

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

No branches or pull requests

2 participants