Skip to content

Commit 51dc97f

Browse files
authored
Fixing docs generated using typedoc (#326)
1. Fixing docs generated using `bunx typedoc --plugin typedoc-plugin-missing-exports` 2. Adding `typedoc-plugin-missing-exports` package
1 parent 3fdda43 commit 51dc97f

File tree

17 files changed

+4752
-838
lines changed

17 files changed

+4752
-838
lines changed

.github/workflows/test-js.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,13 @@ jobs:
4949
toolchain: nightly-2025-01-05
5050
components: rustfmt, clippy
5151
- name: Bun version
52-
uses: oven-sh/setup-bun@v1
52+
uses: oven-sh/setup-bun@v2
5353
with:
5454
bun-version: latest
5555
- name: Bun Install Dependencies
5656
run: bun install
5757
- name: Bun Build Binary
5858
run: bun run build:debug
59-
- name: Bun Run Linting
60-
run: bun lint:ts
6159
- name: Bun Run Tests
6260
run: bun run test
6361
- name: Bun Build JS

0 commit comments

Comments
 (0)