title | description | canonical |
---|---|---|
Warning Numbers |
Available compiler warning numbers in ReScript |
/docs/manual/v11.0.0/warning-numbers |
import { make as WarningTable } from "src/components/WarningTable.mjs";
You can configure which warnings the ReScript compiler generates
in the build configuration or
using the @warning()
or the @@warning()
decorator.