refactor(codemode): namespace public types (#35435)

This commit is contained in:
Aiden Cline
2026-07-05 11:51:50 -05:00
committed by GitHub
parent f950497173
commit f9d1d3b259
14 changed files with 423 additions and 475 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Effect } from "effect"
import { CodeMode } from "../src/index.js"
import { ToolRuntime } from "../src/tool-runtime.js"
// Runs a CodeMode program with no host tools and returns the ExecuteResult. These tests pin the
// Runs a CodeMode program with no host tools and returns the CodeMode.Result. These tests pin the
// JS-parity behaviors for the "99% of ordinary defensive JavaScript just works" goal: cases where
// a strict interpreter would throw but idiomatic JS yields undefined / succeeds.
//