File tree Expand file tree Collapse file tree 10 files changed +38
-0
lines changed
testrepo/packages/deprecated-config Expand file tree Collapse file tree 10 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1010 "in-source" : true
1111 },
1212 "suffix" : " .mjs" ,
13+ "ignored-dirs" : [" scripts" ],
14+ "some-new-field" : true ,
1315 "bs-dependencies" : [],
1416 "bs-dev-dependencies" : [],
1517 "bsc-flags" : []
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Use 'dev-dependencies' instead.
1111The field 'bsc-flags' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
1212Use 'compiler-flags' instead.
1313
14+ The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript 12's new build system.
15+
16+ Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.
17+
1418 [1;31mWe've found a bug for you![0m
1519 [36m/packages/with-dev-deps/src/FileToTest.res[0m:[2m2:6-11[0m
1620
Original file line number Diff line number Diff line change @@ -10,3 +10,7 @@ Use 'dev-dependencies' instead.
1010
1111The field 'bsc-flags' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
1212Use 'compiler-flags' instead.
13+
14+ The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript's new build system (rewatch).
15+
16+ Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Use 'dev-dependencies' instead.
1111The field 'bsc-flags' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
1212Use 'compiler-flags' instead.
1313
14+ The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript 12's new build system.
15+
16+ Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.
17+
1418Can't continue... Found a circular dependency in your code:
1519Dep01 (packages/dep01/src/Dep01.res)
1620 → Dep02 (packages/dep02/src/Dep02.res)
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Use 'dev-dependencies' instead.
1111The field 'bsc-flags' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
1212Use 'compiler-flags' instead.
1313
14+ The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript 12's new build system.
15+
16+ Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.
17+
1418 [1;31mWe've found a bug for you![0m
1519 [36m/packages/dep01/src/Dep01.res[0m:[2m3:9-17[0m
1620
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Use 'dev-dependencies' instead.
1111The field 'bsc-flags' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
1212Use 'compiler-flags' instead.
1313
14+ The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript 12's new build system.
15+
16+ Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.
17+
1418 [1;31mWe've found a bug for you![0m
1519 [36m/packages/new-namespace/src/NS_alias.res[0m:[2m2:1-16[0m
1620
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Use 'dev-dependencies' instead.
1111The field 'bsc-flags' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
1212Use 'compiler-flags' instead.
1313
14+ The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript 12's new build system.
15+
16+ Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.
17+
1418 [1;31mWe've found a bug for you![0m
1519 [36m/packages/main/src/Main.res[0m:[2m4:13-29[0m
1620
Original file line number Diff line number Diff line change @@ -11,3 +11,7 @@ Use 'dev-dependencies' instead.
1111
1212The field 'bsc-flags' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
1313Use 'compiler-flags' instead.
14+
15+ The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript 12's new build system.
16+
17+ Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.
Original file line number Diff line number Diff line change @@ -10,3 +10,7 @@ Use 'dev-dependencies' instead.
1010
1111The field 'bsc-flags' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
1212Use 'compiler-flags' instead.
13+
14+ The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript 12's new build system.
15+
16+ Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.
Original file line number Diff line number Diff line change @@ -11,3 +11,7 @@ Use 'dev-dependencies' instead.
1111
1212The field 'bsc-flags' found in the package config of '@testrepo/deprecated-config' is deprecated and will be removed in a future version.
1313Use 'compiler-flags' instead.
14+
15+ The field 'ignored-dirs' found in the package config of '@testrepo/deprecated-config' is not supported by ReScript 12's new build system.
16+
17+ Unknown field 'some-new-field' found in the package config of '@testrepo/deprecated-config'. This option will be ignored.
You can’t perform that action at this time.
0 commit comments