Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/triggerdotdev/jsonhero-web
/ getViewerSetup
Function
getViewerSetup
app/utilities/codeMirrorSetup.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
export
function
getViewerSetup(): Array<Extension> {
27
return
[drawSelection(), dropCursor(), bracketMatching(), lineNumbers()];
28
}
29
30
export
function
getEditorSetup(): Array<Extension> {
31
return
[
Callers
1
CodeViewer
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected