Cleaned 1/432
Parsed 1 source files
Compiled 2 modules

  [1;33mWarning number 32[0m
  [36m/packages/watch-warnings/src/ModuleA.res[0m:[2m1:5-15[0m

  [1;33m1[0m [2m│[0m let [1;33munusedValue[0m = 42
  2 [2m│[0m 
  3 [2m│[0m let hello = () => Console.log("hello")

  unused value unusedValue.



The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript 12's new build system.

Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.

Unknown field 'bs-dependencies' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.

Unknown field 'bs-dev-dependencies' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.

Unknown field 'bsc-flags' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.

  [1;31mWe've found a bug for you![0m
  [36m/packages/dep01/src/Dep01.res[0m:[2m3:9-17[0m

  1 [2m│[0m let log = () => {
  2 [2m│[0m         Console.log("02")
  [1;31m3[0m [2m│[0m         [1;31mDep02.log[0m()
  4 [2m│[0m }
  5 [2m│[0m 

  [1;33mThe module or file Dep02 can't be found.[0m
  - If it's a third-party dependency:
    - Did you add it to the "dependencies" or "dev-dependencies" in rescript.json?
  - Did you include the file's directory to the "sources" in rescript.json?
  


Incremental build failed. Error: [2K
  Failed to Compile. See Errors Above
