bs.as and unicode strings

103 Views Asked by At

Does bs.as work with unicode strings?

[@bs.deriving jsConverter]

type filterable = [
  | `Material
  | [@bs.as {js|üüüüü|js}] `Umlaut
];

is giving me

Unused BuckleScript attribute: bs.as Some fatal warnings were triggered (1 occurrences)

0

There are 0 best solutions below