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

This commit is contained in:
Aiden Cline
2026-07-05 10:34:58 -05:00
committed by GitHub
parent 106d752873
commit f2aaa826ca
9 changed files with 98 additions and 146 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.
//