Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Sep 9, 2024
1 parent 1f71a13 commit 36e23d5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: libs/wingc/src/lsp/completions.rs
source: packages/@winglang/wingc/src/lsp/completions.rs
---
- label: aws
kind: 9
Expand All @@ -19,9 +19,6 @@ source: libs/wingc/src/lsp/completions.rs
- label: math
kind: 9
sortText: kk|math
- label: regex
kind: 9
sortText: kk|regex
- label: sim
kind: 9
sortText: kk|sim
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
source: libs/wingc/src/lsp/completions.rs
source: packages/@winglang/wingc/src/lsp/completions.rs
---
- label: aws
kind: 9
Expand All @@ -19,9 +19,6 @@ source: libs/wingc/src/lsp/completions.rs
- label: math
kind: 9
sortText: kk|math
- label: regex
kind: 9
sortText: kk|regex
- label: sim
kind: 9
sortText: kk|sim
Expand Down
14 changes: 14 additions & 0 deletions tools/hangar/__snapshots__/invalid.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,20 @@ error: Could not find a trusted library "@winglibs/c" installed. Did you mean to
| ^^^^^^^^


error: Could not find a trusted library "@winglibs/regex" installed. Did you mean to run \`npm i @winglibs/regex\`?
--> ../../../tests/invalid/bring.test.w:11:1
|
11 | bring regex;
| ^^^^^^^^^^^^


error: Could not find a trusted library "@winglibs/num" installed. Did you mean to run \`npm i @winglibs/num\`?
--> ../../../tests/invalid/bring.test.w:14:1
|
14 | bring num;
| ^^^^^^^^^^


error: Redundant bring of "std"
--> ../../../tests/invalid/bring.test.w:1:1
|
Expand Down

0 comments on commit 36e23d5

Please sign in to comment.