Home
last modified time | relevance | path

Searched refs:FormattingElementList (Results 1 – 3 of 3) sorted by relevance

/third_party/parse5/packages/parse5/lib/parser/
Dformatting-element-list.test.ts4 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);
Dformatting-element-list.ts27 export class FormattingElementList<T extends TreeAdapterTypeMap> { class
Dindex.ts3 import { FormattingElementList, EntryType, type ElementEntry } from './formatting-element-list.js';
151 this.activeFormattingElements = new FormattingElementList(this.treeAdapter);
221 activeFormattingElements: FormattingElementList<T>;