Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ parseToJson
Function
parseToJson
test/compute-engine/smoke.test.ts:22–24 ·
view source on GitHub ↗
(latex: string)
Source
from the content-addressed store, hash-verified
20
const
ce = engine;
21
22
function
parseToJson(latex: string): Expression {
23
return
engine.parse(latex, { form:
'raw'
}).json;
24
}
25
26
function
canonicalToJson(latex: string): Expression {
27
return
engine.parse(latex).json;
Callers
1
smoke.test.ts
File · 0.85
Calls
1
parse
Method · 0.65
Tested by
no test coverage detected