Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
cfb0b97
perf(runtime): bulk-tile padStart/padEnd fill instead of per-code-uni…
Sep 12, 2026
679286a
chore: key padStart/padEnd changeset to PR 10115
Sep 12, 2026
95f7fee
fix(runtime): honor number-to-string ties-to-even
Sep 12, 2026
b2330d2
perf(runtime): cache call/apply rest dispatch
Sep 12, 2026
1c1f1a2
chore: number changelog fragment for PR 10127
Sep 12, 2026
ae116bb
fix(worker_threads): clone Uint8Array payloads across workers
Sep 12, 2026
df8b26a
docs: number changelog fragment for PR 10133
Sep 12, 2026
fbbc229
docs: clarify Uint8Array clone semantics
Sep 12, 2026
2ba85bb
perf(runtime): streamline DataView numeric setters
Sep 12, 2026
4d78aa3
chore: finalize DataView setter evidence
Sep 12, 2026
7563ee0
fix(runtime): preserve DataView caches in structured clones
Sep 12, 2026
4183cb1
fix(runtime): bound splice and unshift layout work
Sep 12, 2026
4856877
docs: record splice and unshift scaling evidence
Sep 12, 2026
0e4298a
fix(runtime): root dense array mutation inputs
Sep 12, 2026
ec3bd66
docs: preserve raw array benchmark samples
Sep 12, 2026
950213e
fix(runtime): scope dense mutation handle reads
Sep 12, 2026
eeeaf92
docs: refresh final array benchmark evidence
Sep 12, 2026
2334353
fix(runtime): keep dense moves bounded during marking
Sep 12, 2026
6b6465c
docs: refresh post-review benchmark evidence
Sep 12, 2026
17aefb8
chore: bump workspace version to 0.5.1540
Sep 12, 2026
cca8ecf
chore(gc): classify #10127's BODY_RECORD_LOOKUPS holder
Sep 12, 2026
c47604c
fix(runtime): explain native dynamic import limitations
Sep 12, 2026
b9bba45
chore: key runtime import changeset to PR 10131
Sep 12, 2026
ae5b16e
test(runtime): use supported Windows GC path for plugin recovery
Sep 12, 2026
1da0892
fix(runtime): honor data loader attributes in dynamic imports
Sep 12, 2026
c6260c5
fix(bun): support inert runtime plugin registration
Sep 12, 2026
6bea654
docs: key Bun plugin changeset to PR #10130
Sep 12, 2026
c7ecdd4
feat: add build-time defines and import.meta.resolve
Sep 12, 2026
23492e0
docs: number changelog fragment for PR 10129
Sep 12, 2026
2881c12
fix(runtime): add ConPTY and keep PTY/process input responsive
Sep 12, 2026
2daabd9
chore: key PTY changeset to PR 10132
Sep 12, 2026
3ba7dd4
test: mark PTY and process fixture thread locals as test-only
Sep 12, 2026
df9c0a6
fix(compile): support OpenTUI Solid universal JSX
Sep 12, 2026
b692ea6
docs: key Solid JSX changeset to PR 10135
Sep 12, 2026
c1bd1d5
fix(train167): repair two cross-PR breaks the batch exposed
Sep 12, 2026
67878e3
test(runtime): assert the deferred-import note, not the whole message
Sep 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

Perry is a native TypeScript compiler written in Rust that compiles TypeScript source code directly to native executables. It uses SWC for TypeScript parsing and LLVM for code generation.

**Current Version:** 0.5.1539
**Current Version:** 0.5.1540


## TypeScript Parity Status
Expand Down
Loading
Loading