Merge remote-tracking branch 'origin/master' into xtr/session-projection-migrations

This commit is contained in:
_Kerman
2026-08-26 19:59:02 +08:00
156 changed files with 2342 additions and 480 deletions
@@ -19,6 +19,7 @@ describe('process shim', () => {
const shim = installProcessGlobal({ cwd: '/dsh', env: { DSH_HOME: '/dsh/home' } })
expect(shim.cwd()).toBe('/dsh')
expect(shim.env.DSH_HOME).toBe('/dsh/home')
expect(shim.title).toBe('dsh-webworker')
// "0.0.0" keeps the vendored Loader off Node internals so the worker owns
// the module seam.
expect(shim.versions.node).toBe('0.0.0')