-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: wingbot <[email protected]> Co-authored-by: monada-bot[bot] <[email protected]> Co-authored-by: Elad Ben-Israel <[email protected]>
- Loading branch information
1 parent
9adaea0
commit 07e2faf
Showing
48 changed files
with
598 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/@winglang/wingc/src/jsify/snapshots/fails_when_referencing_this_from_static.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
source: libs/wingc/src/jsify/tests.rs | ||
source: packages/@winglang/wingc/src/jsify/tests.rs | ||
--- | ||
## Errors | ||
Member "print" does not exist in "Construct" 3:13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/@winglang/wingc/src/lsp/snapshots/completions/call_struct_expansion.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/@winglang/wingc/src/lsp/snapshots/completions/call_struct_expansion_partial.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/@winglang/wingc/src/lsp/snapshots/completions/empty.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 16 additions & 2 deletions
18
packages/@winglang/wingc/src/lsp/snapshots/completions/intrinsics.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
--- | ||
source: libs/wingc/src/lsp/completions.rs | ||
source: packages/@winglang/wingc/src/lsp/completions.rs | ||
--- | ||
- label: "@app" | ||
kind: 6 | ||
detail: IApp | ||
documentation: | ||
kind: markdown | ||
value: "Get the root application node.\n\nThe application node is the root of the construct tree and all other resources are children (or grandchildren) of this node.\nSee https://www.winglang.io/docs/concepts/application-tree for more information." | ||
sortText: bb|@app | ||
- label: "@dirname" | ||
kind: 6 | ||
detail: str | ||
documentation: | ||
kind: markdown | ||
value: "Get the normalized absolute path of the current source file's directory.\n\nThe resolved path represents a path during preflight only and is not guaranteed to be valid while inflight.\nIt should primarily be used in preflight or in inflights that are guaranteed to be executed in the same filesystem where preflight executed." | ||
value: "Get the normalized absolute path of the current Wing source file's directory.\n\nThe resolved path represents a path during preflight only and is not guaranteed to be valid while inflight." | ||
sortText: bb|@dirname | ||
- label: "@filename" | ||
kind: 6 | ||
detail: str | ||
documentation: | ||
kind: markdown | ||
value: "Get the normalized absolute path of the current Wing source file.\n\nThe resolved path represents a path during preflight only and is not guaranteed to be valid while inflight." | ||
sortText: bb|@filename | ||
|
18 changes: 16 additions & 2 deletions
18
packages/@winglang/wingc/src/lsp/snapshots/completions/intrinsics_partial.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
--- | ||
source: libs/wingc/src/lsp/completions.rs | ||
source: packages/@winglang/wingc/src/lsp/completions.rs | ||
--- | ||
- label: "@app" | ||
kind: 6 | ||
detail: IApp | ||
documentation: | ||
kind: markdown | ||
value: "Get the root application node.\n\nThe application node is the root of the construct tree and all other resources are children (or grandchildren) of this node.\nSee https://www.winglang.io/docs/concepts/application-tree for more information." | ||
sortText: bb|@app | ||
- label: "@dirname" | ||
kind: 6 | ||
detail: str | ||
documentation: | ||
kind: markdown | ||
value: "Get the normalized absolute path of the current source file's directory.\n\nThe resolved path represents a path during preflight only and is not guaranteed to be valid while inflight.\nIt should primarily be used in preflight or in inflights that are guaranteed to be executed in the same filesystem where preflight executed." | ||
value: "Get the normalized absolute path of the current Wing source file's directory.\n\nThe resolved path represents a path during preflight only and is not guaranteed to be valid while inflight." | ||
sortText: bb|@dirname | ||
- label: "@filename" | ||
kind: 6 | ||
detail: str | ||
documentation: | ||
kind: markdown | ||
value: "Get the normalized absolute path of the current Wing source file.\n\nThe resolved path represents a path during preflight only and is not guaranteed to be valid while inflight." | ||
sortText: bb|@filename | ||
|
2 changes: 1 addition & 1 deletion
2
packages/@winglang/wingc/src/lsp/snapshots/completions/only_show_symbols_in_scope.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/@winglang/wingc/src/lsp/snapshots/completions/struct_arg_expansion_partial.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/@winglang/wingc/src/lsp/snapshots/completions/struct_literal_value.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/@winglang/wingc/src/lsp/snapshots/completions/struct_show_values.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/@winglang/wingc/src/lsp/snapshots/hovers/intrinsics.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.