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 26, 2024
1 parent be6d1da commit 08d7ad6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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
12 changes: 9 additions & 3 deletions packages/@winglibs/testfixture/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@

### PublicClass (preflight class) <a class="wing-docs-anchor" id="@winglibs/testfixture.PublicClass"></a>

*No description*
Shared behavior between all Wing SDK resources.

*@noinflight*

#### Constructor

Expand All @@ -38,7 +40,9 @@ new(): PublicClass

### Store (preflight class) <a class="wing-docs-anchor" id="@winglibs/testfixture.Store"></a>

*No description*
Shared behavior between all Wing SDK resources.

*@noinflight*

#### Constructor

Expand All @@ -62,7 +66,9 @@ new(options: StoreOptions?): Store

### subdir.Util (preflight class) <a class="wing-docs-anchor" id="@winglibs/testfixture.subdir.Util"></a>

*No description*
Shared behavior between all Wing SDK resources.

*@noinflight*

#### Constructor

Expand Down

0 comments on commit 08d7ad6

Please sign in to comment.