Searched refs:FormattingElementList (Results 1 – 3 of 3) sorted by relevance
4 import { FormattingElementList, EntryType } from './formatting-element-list.js';21 const list = new FormattingElementList(treeAdapter);33 const list = new FormattingElementList(treeAdapter);53 const list = new FormattingElementList(treeAdapter);72 const list = new FormattingElementList(treeAdapter);122 const list = new FormattingElementList(treeAdapter);152 const list = new FormattingElementList(treeAdapter);179 const list = new FormattingElementList(treeAdapter);197 const list = new FormattingElementList(treeAdapter);
27 export class FormattingElementList<T extends TreeAdapterTypeMap> { class
3 import { FormattingElementList, EntryType, type ElementEntry } from './formatting-element-list.js';151 this.activeFormattingElements = new FormattingElementList(this.treeAdapter);221 activeFormattingElements: FormattingElementList<T>;