zbar.wasm icon indicating copy to clipboard operation
zbar.wasm copied to clipboard

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

Open undecaf opened this issue 3 years ago • 1 comments

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.

undecaf avatar Dec 14 '21 10:12 undecaf

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

samsam2310 avatar Dec 15 '21 01:12 samsam2310