You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this while cleaning up the bs. prefix handling.
@bs.string
let x = 42
gives
[E] Line 1, column 0:
Unused attribute: bs.string
This means such annotation is not annotated properly.
for example, some annotations is only meaningful in externals