Searched refs:getNodeSourceCodeLocation (Results 1 – 8 of 8) sorted by relevance
26 const firstPLocation = treeAdapter.getNodeSourceCodeLocation(firstP);42 const location = treeAdapter.getNodeSourceCodeLocation(firstChild);59 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild));86 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild)?.attrs?.['test-attr']);107 const scriptLocation = treeAdapter.getNodeSourceCodeLocation(scriptEl);123 const location = treeAdapter.getNodeSourceCodeLocation(p);143 const location = treeAdapter.getNodeSourceCodeLocation(foreignObject);162 const location = treeAdapter.getNodeSourceCodeLocation(script);163 … const textLocation = treeAdapter.getNodeSourceCodeLocation(treeAdapter.getChildNodes(script)[0]);190 const htmlLocation = treeAdapter.getNodeSourceCodeLocation(htmlEl);[all …]
469 const tnLoc = this.treeAdapter.getNodeSourceCodeLocation(textNode);487 if (this.treeAdapter.getNodeSourceCodeLocation(element) && closingToken.location) {1507 const htmlLocation = p.treeAdapter.getNodeSourceCodeLocation(htmlElement);1513 const bodyLocation = p.treeAdapter.getNodeSourceCodeLocation(bodyElement);3443 if (bodyElement && !p.treeAdapter.getNodeSourceCodeLocation(bodyElement)?.endTag) {
25 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(htmlEl), null);26 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(headEl), null);27 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(bodyEl), null);
154 getNodeSourceCodeLocation(node: T['node']): ElementLocation | undefined | null; method
307 getNodeSourceCodeLocation(node: Node): ElementLocation | undefined | null {
138 const location = treeAdapter.getNodeSourceCodeLocation(node);
280 getNodeSourceCodeLocation(node: AnyNode): Token.ElementLocation | null | undefined {
4 …getNodeSourceCodeLocation=function(e){return e.sourceCodeLocation},t.updateNodeSourceCodeLocation=… function