MCPcopy
hub / github.com/webpack/tapable / pretty

Function pretty

test/HookCodeFactory.test.js:14–15  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

12};
13
14const pretty = (code) =>
15 require("prettier-1").format(code, { filepath: "code.js" });
16
17describe("HookCodeFactory", () => {
18 describe("callTap", () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…