Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexkit/magic-context
/ jsonc.test.ts
File
jsonc.test.ts
packages/dashboard/src/lib/jsonc.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
"bun:test"
;
2
import
{ parse } from
"comment-json"
;
3
import
{ parseJsonc, patchDreamerTasksJsonc, removeDreamerBlockJsonc } from
"./jsonc"
;
4
Callers
nothing calls this directly
Calls
5
patchDreamerTasksJsonc
Function · 0.90
parseJsonc
Function · 0.90
removeDreamerBlockJsonc
Function · 0.90
asRecord
Function · 0.85
parse
Function · 0.50
Tested by
no test coverage detected