@microsoft/powerquery-language-services 0.6.9 → 0.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CompletionItem, CompletionItemKind, Diagnostic, DiagnosticRelatedInformation, DiagnosticSeverity, DocumentSymbol, Hover, MarkedString, MarkupContent, Position, Range, SignatureHelp, SymbolKind } from "vscode-languageserver-types";
|
|
1
|
+
import { CompletionItem, CompletionItemKind, Diagnostic, DiagnosticRelatedInformation, DiagnosticSeverity, DocumentSymbol, FoldingRange, FoldingRangeKind, Hover, Location, MarkedString, MarkupContent, Position, Range, SignatureHelp, SymbolKind, TextEdit } from "vscode-languageserver-types";
|
|
2
2
|
import { DocumentUri, TextDocument, TextDocumentContentChangeEvent } from "vscode-languageserver-textdocument";
|
|
3
|
-
export { CompletionItem, CompletionItemKind, Diagnostic, DiagnosticRelatedInformation, DiagnosticSeverity, DocumentSymbol, DocumentUri, Hover, MarkedString, MarkupContent, Position, Range, SignatureHelp, SymbolKind, TextDocument, TextDocumentContentChangeEvent, };
|
|
3
|
+
export { CompletionItem, CompletionItemKind, Diagnostic, DiagnosticRelatedInformation, DiagnosticSeverity, DocumentSymbol, DocumentUri, FoldingRange, FoldingRangeKind, Hover, Location, MarkedString, MarkupContent, Position, Range, SignatureHelp, SymbolKind, TextDocument, TextDocumentContentChangeEvent, TextEdit, };
|
|
4
4
|
export interface IDisposable {
|
|
5
5
|
dispose(): void;
|
|
6
6
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// Copyright (c) Microsoft Corporation.
|
|
3
3
|
// Licensed under the MIT license.
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.EmptySignatureHelp = exports.EmptyHover = exports.TextDocument = exports.SymbolKind = exports.Range = exports.Position = exports.MarkupContent = exports.MarkedString = exports.Hover = exports.DocumentSymbol = exports.DiagnosticSeverity = exports.DiagnosticRelatedInformation = exports.Diagnostic = exports.CompletionItemKind = exports.CompletionItem = void 0;
|
|
5
|
+
exports.EmptySignatureHelp = exports.EmptyHover = exports.TextEdit = exports.TextDocument = exports.SymbolKind = exports.Range = exports.Position = exports.MarkupContent = exports.MarkedString = exports.Location = exports.Hover = exports.FoldingRangeKind = exports.FoldingRange = exports.DocumentSymbol = exports.DiagnosticSeverity = exports.DiagnosticRelatedInformation = exports.Diagnostic = exports.CompletionItemKind = exports.CompletionItem = void 0;
|
|
6
6
|
const vscode_languageserver_types_1 = require("vscode-languageserver-types");
|
|
7
7
|
Object.defineProperty(exports, "CompletionItem", { enumerable: true, get: function () { return vscode_languageserver_types_1.CompletionItem; } });
|
|
8
8
|
Object.defineProperty(exports, "CompletionItemKind", { enumerable: true, get: function () { return vscode_languageserver_types_1.CompletionItemKind; } });
|
|
@@ -10,12 +10,16 @@ Object.defineProperty(exports, "Diagnostic", { enumerable: true, get: function (
|
|
|
10
10
|
Object.defineProperty(exports, "DiagnosticRelatedInformation", { enumerable: true, get: function () { return vscode_languageserver_types_1.DiagnosticRelatedInformation; } });
|
|
11
11
|
Object.defineProperty(exports, "DiagnosticSeverity", { enumerable: true, get: function () { return vscode_languageserver_types_1.DiagnosticSeverity; } });
|
|
12
12
|
Object.defineProperty(exports, "DocumentSymbol", { enumerable: true, get: function () { return vscode_languageserver_types_1.DocumentSymbol; } });
|
|
13
|
+
Object.defineProperty(exports, "FoldingRange", { enumerable: true, get: function () { return vscode_languageserver_types_1.FoldingRange; } });
|
|
14
|
+
Object.defineProperty(exports, "FoldingRangeKind", { enumerable: true, get: function () { return vscode_languageserver_types_1.FoldingRangeKind; } });
|
|
13
15
|
Object.defineProperty(exports, "Hover", { enumerable: true, get: function () { return vscode_languageserver_types_1.Hover; } });
|
|
16
|
+
Object.defineProperty(exports, "Location", { enumerable: true, get: function () { return vscode_languageserver_types_1.Location; } });
|
|
14
17
|
Object.defineProperty(exports, "MarkedString", { enumerable: true, get: function () { return vscode_languageserver_types_1.MarkedString; } });
|
|
15
18
|
Object.defineProperty(exports, "MarkupContent", { enumerable: true, get: function () { return vscode_languageserver_types_1.MarkupContent; } });
|
|
16
19
|
Object.defineProperty(exports, "Position", { enumerable: true, get: function () { return vscode_languageserver_types_1.Position; } });
|
|
17
20
|
Object.defineProperty(exports, "Range", { enumerable: true, get: function () { return vscode_languageserver_types_1.Range; } });
|
|
18
21
|
Object.defineProperty(exports, "SymbolKind", { enumerable: true, get: function () { return vscode_languageserver_types_1.SymbolKind; } });
|
|
22
|
+
Object.defineProperty(exports, "TextEdit", { enumerable: true, get: function () { return vscode_languageserver_types_1.TextEdit; } });
|
|
19
23
|
const vscode_languageserver_textdocument_1 = require("vscode-languageserver-textdocument");
|
|
20
24
|
Object.defineProperty(exports, "TextDocument", { enumerable: true, get: function () { return vscode_languageserver_textdocument_1.TextDocument; } });
|
|
21
25
|
exports.EmptyHover = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commonTypes.js","sourceRoot":"","sources":["../../src/powerquery-language-services/commonTypes.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,
|
|
1
|
+
{"version":3,"file":"commonTypes.js","sourceRoot":"","sources":["../../src/powerquery-language-services/commonTypes.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,6EAkBqC;AAIjC,+FArBA,4CAAc,OAqBA;AACd,mGArBA,gDAAkB,OAqBA;AAClB,2FArBA,wCAAU,OAqBA;AACV,6GArBA,0DAA4B,OAqBA;AAC5B,mGArBA,gDAAkB,OAqBA;AAClB,+FArBA,4CAAc,OAqBA;AAEd,6FAtBA,0CAAY,OAsBA;AACZ,iGAtBA,8CAAgB,OAsBA;AAChB,sFAtBA,mCAAK,OAsBA;AACL,yFAtBA,sCAAQ,OAsBA;AACR,6FAtBA,0CAAY,OAsBA;AACZ,8FAtBA,2CAAa,OAsBA;AACb,yFAtBA,sCAAQ,OAsBA;AACR,sFAtBA,mCAAK,OAsBA;AAEL,2FAtBA,wCAAU,OAsBA;AAGV,yFAxBA,sCAAQ,OAwBA;AAtBZ,2FAA+G;AAoB3G,6FApBkB,iDAAY,OAoBlB;AASH,QAAA,UAAU,GAAU;IAC7B,KAAK,EAAE,SAAS;IAChB,QAAQ,EAAE,EAAE;CACf,CAAC;AAEW,QAAA,kBAAkB,GAAkB;IAC7C,UAAU,EAAE,EAAE;IACd,eAAe,EAAE,SAAS;IAC1B,eAAe,EAAE,SAAS;CAC7B,CAAC"}
|