refactor(codemode): split runtime into focused interpreter modules (#36540)

This commit is contained in:
Aiden Cline
2026-07-12 12:47:56 -05:00
committed by GitHub
parent 430750e2f8
commit 49cb73b348
24 changed files with 1911 additions and 2277 deletions
-3
View File
@@ -4,12 +4,9 @@ export const stringMethods = new Set([
"trim",
"trimStart",
"trimEnd",
"trimLeft",
"trimRight",
"split",
"slice",
"substring",
"substr",
"includes",
"startsWith",
"endsWith",