MCPcopy Create free account
hub / github.com/editablejs/editable / with

Function with

packages/serializer/src/markdown.ts:64–67  ·  view source on GitHub ↗
(transform: MarkdownSerializerWithTransform<T>, options: T)

Source from the content-addressed store, hash-verified

62 },
63
64 with<T = MarkdownSerializerOptions>(transform: MarkdownSerializerWithTransform<T>, options: T) {
65 const { transform: t } = this
66 this.transform = transform(t.bind(this), this, options)
67 },
68
69 withEditor<T = MarkdownSerializerOptions>(
70 editor: Editor,

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…