MCPcopy
hub / github.com/freshframework/fresh / writeFormatted

Function writeFormatted

packages/update/src/update.ts:33–36  ·  view source on GitHub ↗
(filePath: string, content: string)

Source from the content-addressed store, hash-verified

31}
32
33async function writeFormatted(filePath: string, content: string) {
34 await Deno.writeTextFile(filePath, content);
35 await format(filePath);
36}
37
38async function updateDenoJson(
39 dir: string,

Callers 1

updateDenoJsonFunction · 0.85

Calls 1

formatFunction · 0.85

Tested by

no test coverage detected