Open undecaf opened 2 years ago
When using the ZBar Symbol type in TypeScript, the IDE may assume that this is the built-in JavaScript Symbol object.
Symbol
Although this can be worked around, I would suggest to rename Symbol to ZBarSymbol.
ZBarSymbol
Sounds reasonable. We should avoid to use built-in type name.
When using the ZBar
Symbol
type in TypeScript, the IDE may assume that this is the built-in JavaScriptSymbol
object.Although this can be worked around, I would suggest to rename
Symbol
toZBarSymbol
.