Skip to content

Commit 8d53414

Browse files
chore(jco): update jco-transpile to v0.4.0
1 parent 77d2eef commit 8d53414

4 files changed

Lines changed: 21 additions & 10 deletions

File tree

packages/jco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"dependencies": {
7474
"@bytecodealliance/componentize-js": "^0.21.0",
7575
"@bytecodealliance/componentize-js-0-19-3": "npm:@bytecodealliance/componentize-js@^0.19.3",
76-
"@bytecodealliance/jco-transpile": "^0.3.9",
76+
"@bytecodealliance/jco-transpile": "^0.4.0",
7777
"@bytecodealliance/preview2-shim": "^0.17.9",
7878
"@bytecodealliance/preview3-shim": "^0.1.2",
7979
"binaryen": "^130.0.0",

packages/jco/test/api.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ const isWindows = platform === "win32";
2626
// - (2026/03/09) increased due to more async task impl
2727
// - (2026/05/15) increased due to addition of _FN_LOCALS
2828
// - (2026/06/17) increased due to updated binaryen
29-
const FLAVORFUL_WASM_TRANSPILED_CODE_CHAR_LIMIT = 170_000;
29+
// - (2026/07/06) increased due to updated jco-transpile (terser -> oxc-minify)
30+
const FLAVORFUL_WASM_TRANSPILED_CODE_CHAR_LIMIT = 180_000;
3031

3132
suite("API", () => {
3233
let flavorfulWasmBytes;

pnpm-lock.yaml

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ catalog:
3939

4040
minimumReleaseAgeExclude:
4141
- '@bytecodealliance/componentize-js@0.21.0'
42-
- '@bytecodealliance/jco-transpile@0.3.7 || 0.3.8 || 0.3.9'
42+
- '@bytecodealliance/jco-transpile@0.3.7 || 0.3.8 || 0.3.9 || 0.4.0'
4343
- '@bytecodealliance/preview2-shim@0.19.0'
4444
- '@bytecodealliance/preview3-shim@0.1.2 || 0.2.0'
4545
- '@puppeteer/browsers@3.0.4'

0 commit comments

Comments
 (0)