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

Function with

packages/deserializer/src/html.ts:56–59  ·  view source on GitHub ↗
(transform: HTMLDeserializerWithTransform<T>, options: T)

Source from the content-addressed store, hash-verified

54 },
55
56 with<T = HTMLDeserializerOptions>(transform: HTMLDeserializerWithTransform<T>, options: T) {
57 const { transform: t } = this
58 this.transform = transform(t.bind(this), this, options)
59 },
60
61 withEditor<T = HTMLDeserializerOptions>(
62 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…