Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/braziljs/eloquente-javascript
/ updateLanguage
Function
updateLanguage
src/client/editor.mjs:26–28 ·
view source on GitHub ↗
(mode)
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
updateLanguage(mode) {
27
return
modeCompartment.reconfigure(mode ==
"html"
? html() : javascript())
28
}
Callers
1
code.mjs
File · 0.90
Calls
1
reconfigure
Method · 0.80
Tested by
no test coverage detected