| comparedeep.ts |
|
534 |
- |
| content.ts |
|
14107 |
- |
| diff.ts |
|
1795 |
- |
| dom.ts |
|
55 |
- |
| fragment.ts |
|
10443 |
- |
| from_dom.ts |
|
33457 |
- |
| index.ts |
|
502 |
- |
| mark.ts |
|
3710 |
- |
| node.ts |
|
15895 |
- |
| README.md |
This module defines ProseMirror's content model, the data structures |
1358 |
- |
| replace.ts |
ReplaceError = function(this: any, message: string) {
let err = Error.call(this, message)
;(err as any).__proto__ = ReplaceError.prototype
return err
} as any
ReplaceError.prototype = Object.create(Error.prototype)
ReplaceError.prototype.constructor = ReplaceError
ReplaceError.prototype.name = "ReplaceError"
|
9145 |
- |
| resolvedpos.ts |
|
11616 |
- |
| schema.ts |
|
27591 |
- |
| to_dom.ts |
|
9865 |
- |