Searched defs:readJson (Results 1 – 9 of 9) sorted by relevance
1 const readJson = require('./read-json.js') constant
7 const readJson = require('./read-json.js') constant
89 export function readJson(jsonPath) { function
9 const readJson = async (path) => { function
14 const readJson = async file => jsonParse(await readFile(file, 'utf8')) function
30 function readJson (file, log_, strict_, cb_) { function
5413 …export function readJson(path: string, host: { readFile(fileName: string): string | undefined }): … function
19642 function readJson(path, host) { function
15507 function readJson(path, host) { function