Home
last modified time | relevance | path

Searched refs:canInsertNodeAtPos (Results 1 – 2 of 2) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/panmirror/src/editor/src/api/
H A Dcode.ts18 import { CodeViewOptions, canInsertNodeAtPos } from './node';
46 if (canInsertNodeAtPos($context, nodeType)) {
H A Dnode.ts136 return canInsertNodeAtPos($from, nodeType);
139 export function canInsertNodeAtPos($pos: ResolvedPos, nodeType: NodeType) { function