rescript-association / reasonml.org

Deprecated in favor of rescript-lang.org
MIT License
125 stars 33 forks source link

Suppress all the warnings when compiling bs for the first time #44

Closed sync closed 4 years ago

sync commented 4 years ago
  Warning number 26
  /Users/anthonymittaz/Projects/Reason/reasonml.org/components/CodeSignature.re 2:14-21

  1 │ [@react.component]
  2 │ let make = (~children) => {
  3 │   <div></div>
  4 │ };

  unused variable children.
[34/36] Building layouts/MainLayout.cmj

  Warning number 33
  /Users/anthonymittaz/Projects/Reason/reasonml.org/layouts/MainLayout.re 5:1-9

  3 │
  4 │ open Util.ReactStuff;
  5 │ open Text;
  6 │ module Link = Next.Link;
  7 │

  unused open Text.
[36/36] Building layouts/BeltProseLayout.cmj