Skip to content

Commit 3ce8b04

Browse files
committed
update snapshots
1 parent 728b0b1 commit 3ce8b04

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

rewatch/tests/snapshots/bs-dev-dependency-used-by-non-dev-source.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ Use 'compiler-flags' instead.
2020

2121
The module or file WebAPI can't be found.
2222
- If it's a third-party dependency:
23-
- Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in rescript.json?
23+
- Did you add it to the "dependencies" or "dev-dependencies" in rescript.json?
2424
- Did you include the file's directory to the "sources" in rescript.json?
2525

2626

2727

28-
Incremental build failed. Error:  Failed to Compile. See Errors Above
28+
Incremental build failed. Error: 
29+
Failed to Compile. See Errors Above

rewatch/tests/snapshots/remove-file.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Use 'compiler-flags' instead.
2222

2323
The module or file Dep02 can't be found.
2424
- If it's a third-party dependency:
25-
- Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in rescript.json?
25+
- Did you add it to the "dependencies" or "dev-dependencies" in rescript.json?
2626
- Did you include the file's directory to the "sources" in rescript.json?
2727

2828

2929

30-
Incremental build failed. Error:  Failed to Compile. See Errors Above
30+
Incremental build failed. Error: 
31+
Failed to Compile. See Errors Above

rewatch/tests/snapshots/rename-file-internal-dep-namespace.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ Use 'compiler-flags' instead.
2020

2121
The module or file Other_module can't be found.
2222
- If it's a third-party dependency:
23-
- Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in rescript.json?
23+
- Did you add it to the "dependencies" or "dev-dependencies" in rescript.json?
2424
- Did you include the file's directory to the "sources" in rescript.json?
2525

2626

2727
Hint: Did you mean Other_module2?
2828

2929

30-
Incremental build failed. Error:  Failed to Compile. See Errors Above
30+
Incremental build failed. Error: 
31+
Failed to Compile. See Errors Above

rewatch/tests/snapshots/rename-file-internal-dep.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Use 'compiler-flags' instead.
2222

2323
The module or file InternalDep can't be found.
2424
- If it's a third-party dependency:
25-
- Did you add it to the "bs-dependencies" or "bs-dev-dependencies" in rescript.json?
25+
- Did you add it to the "dependencies" or "dev-dependencies" in rescript.json?
2626
- Did you include the file's directory to the "sources" in rescript.json?
2727

2828

2929

30-
Incremental build failed. Error:  Failed to Compile. See Errors Above
30+
Incremental build failed. Error: 
31+
Failed to Compile. See Errors Above

0 commit comments

Comments
 (0)