Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 548 Bytes

warning-numbers.mdx

File metadata and controls

15 lines (11 loc) · 548 Bytes
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";

Warning Numbers

You can configure which warnings the ReScript compiler generates in the build configuration or using the @warning() or the @@warning() decorator.