MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / PrettyFormatNewPlugin

Interface PrettyFormatNewPlugin

packages/alphatab/test/PrettyFormat.ts:62–72  ·  view source on GitHub ↗

* @internal

Source from the content-addressed store, hash-verified

60 * @internal
61 */
62interface PrettyFormatNewPlugin {
63 serialize(
64 val: unknown,
65 config: PrettyFormatConfig,
66 indentation: string,
67 depth: number,
68 refs: unknown[],
69 printer: PrettyFormatPrinter
70 ): string;
71 test(arg0: unknown): boolean;
72}
73
74/**
75 * @partial

Callers 12

printerMethod · 0.65
serializeFunction · 0.65
serializeMethod · 0.65
serializeMethod · 0.65
serializeFunction · 0.65
isExternalFunction · 0.65
vite.plugin.dts.tsFile · 0.65
renderChunkFunction · 0.65
escapeIdFunction · 0.65
findPluginMethod · 0.65
testFunction · 0.65
absoluteToRequestFunction · 0.65

Implementers 4

AlphaTexAstNodePluginpackages/alphatab/test/PrettyFormat.ts
AlphaTexDiagnosticPluginpackages/alphatab/test/PrettyFormat.ts
MidiEventSerializerPluginpackages/alphatab/test/PrettyFormat.ts
ScoreSerializerPluginpackages/alphatab/test/PrettyFormat.ts

Calls

no outgoing calls

Tested by

no test coverage detected