Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/braziljs/eloquente-javascript
/ transform.mjs
File
transform.mjs
src/transform.mjs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
function
childrenText(token) {
2
let
text =
""
3
for
(
let
i = 0; i < token.children.length; i++) {
4
let
child = token.children[i];
Callers
nothing calls this directly
Calls
1
split
Method · 0.45
Tested by
no test coverage detected