forked from rescript-lang/rescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrename-file-internal-dep-namespace.txt
More file actions
43 lines (26 loc) · 1.54 KB
/
Copy pathrename-file-internal-dep-namespace.txt
File metadata and controls
43 lines (26 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Cleaned 1/432
Parsed 2 source files
Compiled 3 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/new-namespace/src/NS_alias.res[0m:[2m2:1-16[0m
1 [2m│[0m let hello_world = () => "Hello world"
[1;31m2[0m [2m│[0m [1;31mOther_module.bla[0m()
3 [2m│[0m
[1;33mThe module or file Other_module 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?
[1;33mHint: Did you mean Other_module2?[0m
Incremental build failed. Error: [2K Failed to Compile. See Errors Above