Skip to content

Commit 1396b5c

Browse files
committed
test262: update clone
some tests were moved around and new ones added hence weird changes. also a bunch of tests for new syntax were added hence compile error bump. test262: 56.40% (+0.04) | 🧪 50373 (+114) | 🤠 28412 (+85) | ❌ 7217 (+6) | 💀 13722 (-63) | 🏗️ 31 | 💥 263 (+86) | ⏰ 11 | 📝 717
1 parent 7854892 commit 1396b5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "porffor",
33
"description": "An ahead-of-time JavaScript compiler",
4-
"version": "0.55.28",
4+
"version": "0.55.31",
55
"author": "Oliver Medhurst <[email protected]>",
66
"license": "MIT",
77
"scripts": {},

runner/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
import fs from 'node:fs';
3-
globalThis.version = '0.55.28';
3+
globalThis.version = '0.55.31';
44

55
// deno compat
66
if (typeof process === 'undefined' && typeof Deno !== 'undefined') {

test262/history.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)