Home
last modified time | relevance | path

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

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js32019 CSSCompletion.prototype.getCompletionForImportPath = function (importPathNode, result) { argument
32024 pathValue: importPathNode.getText(),
32026 range: _this.getCompletionRange(importPathNode)
34685 SCSSCompletion.prototype.getCompletionForImportPath = function (importPathNode, result) { argument
34686 var parentType = importPathNode.getParent().type;
34693 …PACK_IMPORTED_MODULE_2__["TextEdit"].replace(this.getCompletionRange(importPathNode), "'" + p.labe…
34699 return _super.prototype.getCompletionForImportPath.call(this, importPathNode, result); argument
H A D2.2.js.map1importPathNode, result) {\n var _this = this;\n this.completionParticipants.forEach(…