Commit 94b2acb
Migrate from Yarn to pnpm (#246)
* Migrate from Yarn to pnpm
- Replace Yarn 4.0.2 with pnpm 10.29.3 as the package manager
- Add pnpm-workspace.yaml and .npmrc configuration
- Update all scripts to use pnpm commands
- Rename getYarnWorkspaces() to getWorkspaces() in scripts/helpers.ts
- Update CI workflow to use pnpm/action-setup@v4 with Node 22
- Add @jitl/tsconfig as root devDependency for proper resolution
- Add variant packages as devDependencies for test resolution
- Fix TypeScript 5.9 compatibility in memory.ts (Int32Array<ArrayBuffer>)
- Upgrade typedoc to 0.28.17 for TypeScript 5.9 support
- Upgrade typedoc-plugin-markdown to 4.10.0
- Regenerate documentation with new typedoc version
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Clarify git commit --amend rule in CLAUDE.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* CI: Add --ignore-scripts to pnpm install
Equivalent to yarn's YARN_ENABLE_SCRIPTS=0 - prevents prepare scripts
from running during install, which would fail on a fresh checkout.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix pnpm tarball naming in smoketest scripts
pnpm pack generates tarball names like jitl-quickjs-ffi-types-0.32.0.tgz
(without @ prefix, with version) instead of @jitl-quickjs-ffi-types.tgz
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update examples to TypeScript 5.9 for compatibility
The library now requires TypeScript 5.9+ due to stricter typed array
generics (Int32Array<ArrayBuffer>). Update all TypeScript-using examples.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Use --legacy-peer-deps for create-react-app smoketest
react-scripts@5 only supports TypeScript 3.x/4.x, but our library now
requires TypeScript 5.9+ for typed array generics. Use --legacy-peer-deps
to work around the peer dependency conflict.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix formatting issues
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix remaining formatting issues
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add reminder to run prettier and lint before pushing
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Document CI workflow in CLAUDE.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add typedoc.json and remark plugins for in-page table of contents
- Add typedoc-plugin-remark, remark-toc, and remark-insert-headings
- Configure remark plugins to generate "Contents" section for Class,
Interface, Enum, TypeAlias, and Function pages
- This restores the in-page TOC that lists methods/properties that was
removed in typedoc-plugin-markdown 4.3.0
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Use custom remark plugin for headless TOC in docs
Replace remark-insert-headings + remark-toc with a custom plugin that
inserts the table of contents directly after the class description,
without a separate "Contents" heading.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Revert to standard remark plugins for TOC with Contents heading
Use remark-insert-headings + remark-toc instead of custom plugin.
Remove mdast-util-toc dependency and custom remark-toc-headless.mjs.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix lockfile - remove mdast-util-toc
* Ignore pnpm-lock.yaml in prettier, update .yarn to .pnpm
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent ef60371 commit 94b2acb
389 files changed
Lines changed: 29114 additions & 26519 deletions
File tree
- .github/workflows
- .vscode
- .yarn/releases
- doc
- @jitl
- quickjs-asmjs-mjs-release-sync
- variables
- quickjs-ffi-types
- functions
- interfaces
- type-aliases
- variables
- quickjs-ng-wasmfile-debug-asyncify
- variables
- quickjs-ng-wasmfile-debug-sync
- variables
- quickjs-ng-wasmfile-release-asyncify
- variables
- quickjs-ng-wasmfile-release-sync
- variables
- quickjs-singlefile-browser-debug-asyncify
- variables
- quickjs-singlefile-browser-debug-sync
- variables
- quickjs-singlefile-browser-release-asyncify
- variables
- quickjs-singlefile-browser-release-sync
- variables
- quickjs-singlefile-cjs-debug-asyncify
- variables
- quickjs-singlefile-cjs-debug-sync
- variables
- quickjs-singlefile-cjs-release-asyncify
- variables
- quickjs-singlefile-cjs-release-sync
- variables
- quickjs-singlefile-mjs-debug-asyncify
- variables
- quickjs-singlefile-mjs-debug-sync
- variables
- quickjs-singlefile-mjs-release-asyncify
- variables
- quickjs-singlefile-mjs-release-sync
- variables
- quickjs-wasmfile-debug-asyncify
- variables
- quickjs-wasmfile-debug-sync
- variables
- quickjs-wasmfile-release-asyncify
- variables
- quickjs-wasmfile-release-sync
- variables
- _media
- quickjs-emscripten-core
- classes
- functions
- interfaces
- namespaces/errors
- classes
- type-aliases
- variables
- quickjs-emscripten
- classes
- functions
- interfaces
- namespaces/errors
- classes
- type-aliases
- variables
- examples
- bun-typescript
- cloudflare-workers
- create-react-app
- src
- node-minimal
- node-typescript
- packages
- internal-tsconfig
- quickjs-emscripten-core/src
- quickjs-emscripten
- variant-quickjs-asmjs-mjs-release-sync
- variant-quickjs-ng-wasmfile-debug-asyncify
- variant-quickjs-ng-wasmfile-debug-sync
- variant-quickjs-ng-wasmfile-release-asyncify
- variant-quickjs-ng-wasmfile-release-sync
- variant-quickjs-singlefile-browser-debug-asyncify
- variant-quickjs-singlefile-browser-debug-sync
- variant-quickjs-singlefile-browser-release-asyncify
- variant-quickjs-singlefile-browser-release-sync
- variant-quickjs-singlefile-cjs-debug-asyncify
- variant-quickjs-singlefile-cjs-debug-sync
- variant-quickjs-singlefile-cjs-release-asyncify
- variant-quickjs-singlefile-cjs-release-sync
- variant-quickjs-singlefile-mjs-debug-asyncify
- variant-quickjs-singlefile-mjs-debug-sync
- variant-quickjs-singlefile-mjs-release-asyncify
- variant-quickjs-singlefile-mjs-release-sync
- variant-quickjs-wasmfile-debug-asyncify
- variant-quickjs-wasmfile-debug-sync
- variant-quickjs-wasmfile-release-asyncify
- variant-quickjs-wasmfile-release-sync
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
41 | 36 | | |
42 | 37 | | |
43 | | - | |
44 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
45 | 43 | | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
48 | 46 | | |
49 | 47 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 48 | + | |
53 | 49 | | |
54 | 50 | | |
55 | 51 | | |
| |||
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
63 | | - | |
| 59 | + | |
64 | 60 | | |
65 | 61 | | |
66 | 62 | | |
67 | 63 | | |
68 | 64 | | |
69 | 65 | | |
70 | | - | |
| 66 | + | |
71 | 67 | | |
72 | 68 | | |
73 | | - | |
| 69 | + | |
74 | 70 | | |
75 | 71 | | |
76 | | - | |
| 72 | + | |
77 | 73 | | |
78 | 74 | | |
79 | | - | |
| 75 | + | |
80 | 76 | | |
81 | 77 | | |
82 | | - | |
| 78 | + | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
94 | 90 | | |
95 | 91 | | |
96 | 92 | | |
97 | | - | |
| 93 | + | |
98 | 94 | | |
99 | 95 | | |
100 | | - | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 14 | + | |
17 | 15 | | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | | - | |
144 | 142 | | |
145 | 143 | | |
146 | 144 | | |
| |||
154 | 152 | | |
155 | 153 | | |
156 | 154 | | |
157 | | - | |
158 | 155 | | |
159 | 156 | | |
160 | 157 | | |
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
164 | | - | |
165 | 161 | | |
166 | 162 | | |
167 | 163 | | |
| |||
182 | 178 | | |
183 | 179 | | |
184 | 180 | | |
185 | | - | |
186 | 181 | | |
187 | 182 | | |
188 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
53 | 77 | | |
54 | 78 | | |
55 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
844 | 844 | | |
845 | 845 | | |
846 | 846 | | |
847 | | - | |
848 | 847 | | |
849 | 848 | | |
850 | 849 | | |
851 | 850 | | |
852 | 851 | | |
853 | | - | |
854 | 852 | | |
855 | 853 | | |
856 | 854 | | |
857 | 855 | | |
858 | 856 | | |
859 | | - | |
860 | 857 | | |
861 | 858 | | |
862 | 859 | | |
| |||
This file was deleted.
0 commit comments