Searched refs:importPathNode (Results 1 – 2 of 2) sorted by relevance
32019 CSSCompletion.prototype.getCompletionForImportPath = function (importPathNode, result) { argument32024 pathValue: importPathNode.getText(),32026 range: _this.getCompletionRange(importPathNode)34685 SCSSCompletion.prototype.getCompletionForImportPath = function (importPathNode, result) { argument34686 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
1 …importPathNode, result) {\n var _this = this;\n this.completionParticipants.forEach(…