Skip to content

Commit

Permalink
chore: self mutation (build.diff)
Browse files Browse the repository at this point in the history
Signed-off-by: monada-bot[bot] <[email protected]>
  • Loading branch information
monadabot committed Sep 27, 2024
1 parent 8ca80f4 commit 6b2b264
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source: packages/@winglang/wingc/src/lsp/completions.rs
kind: 7
documentation:
kind: markdown
value: "```wing\nclass Button extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nA button can be used to perform an action.\n\n*@noinflight*"
value: "```wing\nclass Button extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nA button can be used to perform an action."
sortText: gg|Button
insertText: Button($1)
insertTextFormat: 2
Expand All @@ -16,7 +16,7 @@ source: packages/@winglang/wingc/src/lsp/completions.rs
kind: 7
documentation:
kind: markdown
value: "```wing\nclass Field extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nA field can be used to display a value.\n\n*@noinflight*"
value: "```wing\nclass Field extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nA field can be used to display a value."
sortText: gg|Field
insertText: Field($1)
insertTextFormat: 2
Expand All @@ -27,7 +27,7 @@ source: packages/@winglang/wingc/src/lsp/completions.rs
kind: 7
documentation:
kind: markdown
value: "```wing\nclass FileBrowser extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nA file browser can be used to browse files.\n\n*@noinflight*"
value: "```wing\nclass FileBrowser extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nA file browser can be used to browse files."
sortText: gg|FileBrowser
insertText: FileBrowser($1)
insertTextFormat: 2
Expand All @@ -38,7 +38,7 @@ source: packages/@winglang/wingc/src/lsp/completions.rs
kind: 7
documentation:
kind: markdown
value: "```wing\nclass HttpClient extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nAn HttpClient can be used to make HTTP requests.\n\n*@noinflight*"
value: "```wing\nclass HttpClient extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nAn HttpClient can be used to make HTTP requests."
sortText: gg|HttpClient
insertText: HttpClient($1)
insertTextFormat: 2
Expand All @@ -49,7 +49,7 @@ source: packages/@winglang/wingc/src/lsp/completions.rs
kind: 7
documentation:
kind: markdown
value: "```wing\nclass Section extends VisualComponent {\n add(...): void;\n addButton(...): void;\n addField(...): void;\n static isVisualComponent(...): bool;\n}\n```\n---\nA section can be used to group other visual components.\n\n*@noinflight*"
value: "```wing\nclass Section extends VisualComponent {\n add(...): void;\n addButton(...): void;\n addField(...): void;\n static isVisualComponent(...): bool;\n}\n```\n---\nA section can be used to group other visual components."
sortText: gg|Section
insertText: Section($1)
insertTextFormat: 2
Expand All @@ -60,7 +60,7 @@ source: packages/@winglang/wingc/src/lsp/completions.rs
kind: 7
documentation:
kind: markdown
value: "```wing\nclass Table extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nA table can be used to browse files.\n\n*@noinflight*"
value: "```wing\nclass Table extends VisualComponent {\n static isVisualComponent(...): bool;\n}\n```\n---\nA table can be used to browse files."
sortText: gg|Table
insertText: Table($1)
insertTextFormat: 2
Expand All @@ -71,7 +71,7 @@ source: packages/@winglang/wingc/src/lsp/completions.rs
kind: 7
documentation:
kind: markdown
value: "```wing\nclass ValueField extends Field {\n static isVisualComponent(...): bool;\n}\n```\n---\nA value field can be used to display a string value.\n\n*@noinflight*"
value: "```wing\nclass ValueField extends Field {\n static isVisualComponent(...): bool;\n}\n```\n---\nA value field can be used to display a string value."
sortText: gg|ValueField
insertText: ValueField($1)
insertTextFormat: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ source: packages/@winglang/wingc/src/lsp/completions.rs
- label: this
kind: 6
detail: "inflight (): void"
documentation:
kind: markdown
value: "Shared behavior between all Wing SDK resources.\n\n*@noinflight*"
sortText: bb|this
- label: x
kind: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source: packages/@winglang/wingc/src/lsp/hover.rs
---
contents:
kind: markdown
value: "```wing\nclass Foo {\n // No public members\n}\n```\n---\nShared behavior between all Wing SDK resources.\n\n*@noinflight*"
value: "```wing\nclass Foo {\n // No public members\n}\n```"
range:
start:
line: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source: packages/@winglang/wingc/src/lsp/hover.rs
---
contents:
kind: markdown
value: "```wing\nclass Foo {\n // No public members\n}\n```\n---\nShared behavior between all Wing SDK resources.\n\n*@noinflight*"
value: "```wing\nclass Foo {\n // No public members\n}\n```"
range:
start:
line: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source: packages/@winglang/wingc/src/lsp/hover.rs
---
contents:
kind: markdown
value: "```wing\nclass Foo {\n // No public members\n}\n```\n---\nShared behavior between all Wing SDK resources.\n\n*@noinflight*"
value: "```wing\nclass Foo {\n // No public members\n}\n```"
range:
start:
line: 1
Expand Down

0 comments on commit 6b2b264

Please sign in to comment.