Searched refs:getNodeSourceCodeLocation (Results 1 – 8 of 8) sorted by relevance
27 const firstPLocation = treeAdapter.getNodeSourceCodeLocation(firstP);42 const location = treeAdapter.getNodeSourceCodeLocation(firstChild);58 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild));85 assert.ok(treeAdapter.getNodeSourceCodeLocation(firstChild).attrs['test-attr']);106 const scriptLocation = treeAdapter.getNodeSourceCodeLocation(scriptEl);122 const location = treeAdapter.getNodeSourceCodeLocation(p);
25 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(htmlEl), null);26 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(headEl), null);27 assert.strictEqual(treeAdapter.getNodeSourceCodeLocation(bodyEl), null);
36 const loc = this.treeAdapter.getNodeSourceCodeLocation(element);210 const tnLoc = this.treeAdapter.getNodeSourceCodeLocation(textNode);
25 * [getNodeSourceCodeLocation](#getnodesourcecodelocation)312 ### getNodeSourceCodeLocation subsection314 ▸ **getNodeSourceCodeLocation**(node: *Node*): [Location](../source-code-location/location.md) | [E…
115 const location = treeAdapter.getNodeSourceCodeLocation(node);
215 exports.getNodeSourceCodeLocation = function(node) { function
342 exports.getNodeSourceCodeLocation = function(node) { function
33 [getNodeSourceCodeLocation](https://github.com/inikulin/parse5/blob/master/packages/parse5/docs/tre…