MCPcopy Index your code
hub / github.com/Moddable-OpenSource/moddable / parse

Method parse

xs/includes/xs.d.ts:52–52  ·  view source on GitHub ↗
(text: string, reviver?: string[])

Source from the content-addressed store, hash-verified

50
51interface JSON {
52 parse(text: string, reviver?: string[]): any;
53}
54
55interface StringConstructor {

Callers 15

parseManifestMethod · 0.65
runMethod · 0.65
transformFlowsMethod · 0.65
prepareNodeMethod · 0.65
prepareEnvMethod · 0.65
constructorMethod · 0.65
mergeNodeRedMethod · 0.65
mergePlatformMethod · 0.65
parseManifestMethod · 0.65
constructorMethod · 0.65
readFileJSONMethod · 0.65
runMethod · 0.65

Implementers 5

MakeFiletools/mcmanifest.js
DTSParsertools/mcdevicetree.js
PKCS8modules/crypt/etc/pkcs8.js
PKCS1modules/crypt/etc/pkcs1.js
ECPointmodules/crypt/arith/ecp.js

Calls

no outgoing calls

Tested by

no test coverage detected