Searched refs:resultJSON (Results 1 – 1 of 1) sorted by relevance
60 const resultJSON: Record<string, string | null> = {}; constant62 resultJSON[path.join('/app', path.relative('/', key))] = value;64 realFS.writeFileSync(outputFile, JSON.stringify(resultJSON, null, 2));