prosemirror-utils icon indicating copy to clipboard operation
prosemirror-utils copied to clipboard

⚒ Utils library for ProseMirror

Results 23 prosemirror-utils issues
Sort by recently updated
recently updated
newest added

This PR adds the missing `start` property to the `findSelectedNodeOfType` return, which is documented in `typings.d.ts` as `ContentNodeWithPos`; this object is meant to contain a `start` property. The method doc...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

I use prosemirror-utils package in project with typescript@5. When I set compiler options `module:nodenext` and `moduleResolution:nodenext` in `tsconfig.json`, build fails: ``` error TS1479: The current file is a CommonJS module...