zbar.wasm
zbar.wasm copied to clipboard
The ZBar Symbol type may conflict with the built-in JavaScript Symbol object
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
.
Sounds reasonable. We should avoid to use built-in type name.