Searched defs:JSON5 (Results 1 – 5 of 5) sorted by relevance
1 const JSON5 = require("json5") constant1186 …const packageJsonContent = isOHModules ? JSON5.parse(host.readFile!(packageJsonPath)!) : readJson(… constant
530 …const packageJsonContent = isOHModules ? JSON5.parse(host.readFile!(packageJsonPath)!) : JSON.pars… constant
4768 declare const JSON5: any; constant
32286 const JSON5 = { variable