Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphql/graphql-js
/ Options
Interface
Options
resources/prettier-examples.ts:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
type
Mode =
'check'
|
'write'
;
7
8
interface
Options {
9
filePaths: ReadonlyArray<string>;
10
mode: Mode;
11
}
12
13
interface
JsdocLine {
14
content: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected