Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
b275c2e
fix(http): rebuild client-pump stdlib for node:http under PERRY_NO_AU…
perry-bot Sep 18, 2026
1885b8e
fix(http): rebuild perry-ext-http alongside the http-client-pump stdl…
perry-bot Sep 18, 2026
b8001a1
changelog: #10667
perry-bot Sep 18, 2026
d1c1011
fix(test): update no-auto well-known test for the http-client-pump re…
perry-bot Sep 18, 2026
c1be919
perf(gc): don't enumerate child slots for objects that have none (#10…
Sep 18, 2026
9d890af
changelog: fragment for #10669
Sep 19, 2026
402f775
perf(runtime): stop double-scanning ASCII-ness and buffering the conc…
Sep 18, 2026
a1fc31e
changelog: key fragment to #10672
Sep 18, 2026
5b0bd15
fix(cjs): defer conditional CommonJS require() init instead of hoisti…
Sep 18, 2026
a4d9d3c
changelog: #10674
perry-bot Sep 18, 2026
ada0628
wip(runtime): support class expressions in dyn_eval interpreter (#10661)
perry-bot Sep 18, 2026
24b35bf
test(runtime): unit tests for dyn_eval class expression support (#10661)
perry-bot Sep 18, 2026
e5d6f8f
test(gap): class-expression dyn_eval gap test for #10661 (mysql2 row-…
perry-bot Sep 18, 2026
a9386dd
style: cargo fmt for #10661 class-expression changes
perry-bot Sep 18, 2026
f8ec1cb
docs(changelog): #10675 dyn_eval class expression support
perry-bot Sep 18, 2026
228b943
fix(codegen): an inherited property read no longer folds to undefined…
perry-bot Sep 19, 2026
6ac4ad5
refactor(stdlib): remove jsonwebtoken native binding
Sep 19, 2026
bfa81d0
changelog: add fragment for #10687 (jsonwebtoken native binding removal)
Sep 19, 2026
5e257b4
chore: release merge train 220 as v0.5.1598
Sep 19, 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.1597
**Current Version:** 0.5.1598


## TypeScript Parity Status
Expand Down
Loading
Loading