Skip to content

Modernize our TypeScript usage#579

Merged
benjie merged 37 commits into
mainfrom
modernize-typescript
Jun 12, 2026
Merged

Modernize our TypeScript usage#579
benjie merged 37 commits into
mainfrom
modernize-typescript

Conversation

@benjie

@benjie benjie commented Feb 17, 2026

Copy link
Copy Markdown
Member
  • Runner gains [Symbol.asyncDispose]() method, so you can
    await using runner = await run(...) and the worker will be released when you
    reach the end of the scope. (Primarily useful for tests.)
  • Maintenance work: upgrade to latest TypeScript, Jest, eliminate ts-node, fix
    yargs, use erasable syntax only for type-stripping support, upgrade prettier, fix ESLint config

@socket-security

socket-security Bot commented Feb 17, 2026

Copy link
Copy Markdown

@benjie benjie merged commit 48406a3 into main Jun 12, 2026
16 checks passed
@benjie benjie deleted the modernize-typescript branch June 12, 2026 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant