@kusto/monaco-kusto 11.2.0 → 11.3.0
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.
- package/README.md +12 -4
- package/package.json +2 -2
- package/release/dev/Kusto.Language.Bridge.min.js +190 -193
- package/release/dev/kustoMode.js +2 -2
- package/release/dev/kustoWorker.js +3 -3
- package/release/dev/{main-fb7fb4af.js → main-80b384b2.js} +2 -2
- package/release/dev/monaco.contribution.js +2 -2
- package/release/dev/{schema-ba97d97d.js → schema-89d23a07.js} +2 -2
- package/release/esm/kusto.worker.js +3 -3
- package/release/esm/languageServiceManager/kustoLanguageService.js +1 -1
- package/release/esm/{schema-42c630bd.js → schema-aeb83929.js} +1 -1
- package/release/min/Kusto.Language.Bridge.min.js +190 -193
- package/release/min/kustoMode.js +2 -2
- package/release/min/kustoWorker.js +3 -3
- package/release/min/{main-af6b4751.js → main-b6454357.js} +2 -2
- package/release/min/monaco.contribution.js +2 -2
- package/release/min/{schema-2057d871.js → schema-1c89ac80.js} +2 -2
package/release/dev/kustoMode.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* monaco-kusto version: 11.
|
|
3
|
+
* monaco-kusto version: 11.3.0(1980c071675308de7c009d1dcaeec2f7be442a6e)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://https://github.com/Azure/monaco-kusto/blob/master/README.md
|
|
6
6
|
*-----------------------------------------------------------------------------*/
|
|
7
7
|
|
|
8
|
-
define('vs/language/kusto/kustoMode', ['exports', 'vs/editor/editor.main', './main-
|
|
8
|
+
define('vs/language/kusto/kustoMode', ['exports', 'vs/editor/editor.main', './main-80b384b2'], (function (exports, monaco, main) { 'use strict';
|
|
9
9
|
|
|
10
10
|
function _interopNamespaceDefault(e) {
|
|
11
11
|
var n = Object.create(null);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* monaco-kusto version: 11.
|
|
3
|
+
* monaco-kusto version: 11.3.0(1980c071675308de7c009d1dcaeec2f7be442a6e)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://https://github.com/Azure/monaco-kusto/blob/master/README.md
|
|
6
6
|
*-----------------------------------------------------------------------------*/
|
|
7
7
|
|
|
8
|
-
define('vs/language/kusto/kustoWorker', ['exports', './main-
|
|
8
|
+
define('vs/language/kusto/kustoWorker', ['exports', './main-80b384b2', './schema-89d23a07'], (function (exports, main, schema) { 'use strict';
|
|
9
9
|
|
|
10
10
|
function _slicedToArray$2(r, e) { return _arrayWithHoles$2(r) || _iterableToArrayLimit$2(r, e) || _unsupportedIterableToArray$3(r, e) || _nonIterableRest$2(); }
|
|
11
11
|
function _nonIterableRest$2() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
@@ -3666,7 +3666,7 @@ define('vs/language/kusto/kustoWorker', ['exports', './main-fb7fb4af', './schema
|
|
|
3666
3666
|
value: function configure(languageSettings) {
|
|
3667
3667
|
this._languageSettings = languageSettings;
|
|
3668
3668
|
var includeExtendedSyntax = this._languageSettings.completionOptions.includeExtendedSyntax;
|
|
3669
|
-
this._completionOptions = Kusto.Language.Editor.CompletionOptions.Default.WithIncludeExtendedSyntax(includeExtendedSyntax);
|
|
3669
|
+
this._completionOptions = Kusto.Language.Editor.CompletionOptions.Default.WithIncludeExtendedSyntax(includeExtendedSyntax).WithIncludePunctuationOnlySyntax(false);
|
|
3670
3670
|
|
|
3671
3671
|
// Since we're still reverting to V1 intellisense for control commands, we need to update the rules provider
|
|
3672
3672
|
// (which is a notion of V1 intellisense).
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* monaco-kusto version: 11.
|
|
3
|
+
* monaco-kusto version: 11.3.0(1980c071675308de7c009d1dcaeec2f7be442a6e)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://https://github.com/Azure/monaco-kusto/blob/master/README.md
|
|
6
6
|
*-----------------------------------------------------------------------------*/
|
|
7
7
|
|
|
8
|
-
define('vs/language/kusto/main-
|
|
8
|
+
define('vs/language/kusto/main-80b384b2', ['exports'], (function (exports) { 'use strict';
|
|
9
9
|
|
|
10
10
|
/* --------------------------------------------------------------------------------------------
|
|
11
11
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* monaco-kusto version: 11.
|
|
3
|
+
* monaco-kusto version: 11.3.0(1980c071675308de7c009d1dcaeec2f7be442a6e)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://https://github.com/Azure/monaco-kusto/blob/master/README.md
|
|
6
6
|
*-----------------------------------------------------------------------------*/
|
|
7
7
|
|
|
8
|
-
define('vs/language/kusto/monaco.contribution', ['require', 'exports', 'vs/editor/editor.main', './schema-
|
|
8
|
+
define('vs/language/kusto/monaco.contribution', ['require', 'exports', 'vs/editor/editor.main', './schema-89d23a07'], (function (require, exports, monaco, schema) { 'use strict';
|
|
9
9
|
|
|
10
10
|
function _interopNamespaceDefault(e) {
|
|
11
11
|
var n = Object.create(null);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* monaco-kusto version: 11.
|
|
3
|
+
* monaco-kusto version: 11.3.0(1980c071675308de7c009d1dcaeec2f7be442a6e)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://https://github.com/Azure/monaco-kusto/blob/master/README.md
|
|
6
6
|
*-----------------------------------------------------------------------------*/
|
|
7
7
|
|
|
8
|
-
define('vs/language/kusto/schema-
|
|
8
|
+
define('vs/language/kusto/schema-89d23a07', ['exports'], (function (exports) { 'use strict';
|
|
9
9
|
|
|
10
10
|
// Definition of schema object in the context of language services. This model is exposed to consumers of this library.
|
|
11
11
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* monaco-kusto version: 11.
|
|
3
|
+
* monaco-kusto version: 11.3.0(1980c071675308de7c009d1dcaeec2f7be442a6e)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://https://github.com/Azure/monaco-kusto/blob/master/README.md
|
|
6
6
|
*-----------------------------------------------------------------------------*/
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
import * as worker from 'monaco-editor/esm/vs/editor/editor.worker';
|
|
9
9
|
import * as ls from 'vscode-languageserver-types';
|
|
10
10
|
import XRegExp from 'xregexp';
|
|
11
|
-
import { d as getEntityDataTypeFromCslType, a as getCallName, b as getExpression, g as getCslTypeNameFromClrType } from './schema-
|
|
11
|
+
import { d as getEntityDataTypeFromCslType, a as getCallName, b as getExpression, g as getCslTypeNameFromClrType } from './schema-aeb83929.js';
|
|
12
12
|
import '@kusto/language-service/bridge.min';
|
|
13
13
|
import '@kusto/language-service/Kusto.JavaScript.Client.min';
|
|
14
14
|
import '@kusto/language-service/newtonsoft.json.min';
|
|
@@ -206,7 +206,7 @@ class KustoLanguageService {
|
|
|
206
206
|
const {
|
|
207
207
|
includeExtendedSyntax
|
|
208
208
|
} = this._languageSettings.completionOptions;
|
|
209
|
-
this._completionOptions = Kusto.Language.Editor.CompletionOptions.Default.WithIncludeExtendedSyntax(includeExtendedSyntax);
|
|
209
|
+
this._completionOptions = Kusto.Language.Editor.CompletionOptions.Default.WithIncludeExtendedSyntax(includeExtendedSyntax).WithIncludePunctuationOnlySyntax(false);
|
|
210
210
|
|
|
211
211
|
// Since we're still reverting to V1 intellisense for control commands, we need to update the rules provider
|
|
212
212
|
// (which is a notion of V1 intellisense).
|
|
@@ -324,7 +324,7 @@ var KustoLanguageService = /** @class */ (function () {
|
|
|
324
324
|
this._languageSettings = languageSettings;
|
|
325
325
|
var includeExtendedSyntax = this._languageSettings.completionOptions.includeExtendedSyntax;
|
|
326
326
|
this._completionOptions =
|
|
327
|
-
Kusto.Language.Editor.CompletionOptions.Default.WithIncludeExtendedSyntax(includeExtendedSyntax);
|
|
327
|
+
Kusto.Language.Editor.CompletionOptions.Default.WithIncludeExtendedSyntax(includeExtendedSyntax).WithIncludePunctuationOnlySyntax(false);
|
|
328
328
|
// Since we're still reverting to V1 intellisense for control commands, we need to update the rules provider
|
|
329
329
|
// (which is a notion of V1 intellisense).
|
|
330
330
|
this.createRulesProvider(this._kustoJsSchema, this._schema.clusterType);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!-----------------------------------------------------------------------------
|
|
2
2
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
* monaco-kusto version: 11.
|
|
3
|
+
* monaco-kusto version: 11.3.0(1980c071675308de7c009d1dcaeec2f7be442a6e)
|
|
4
4
|
* Released under the MIT license
|
|
5
5
|
* https://https://github.com/Azure/monaco-kusto/blob/master/README.md
|
|
6
6
|
*-----------------------------------------------------------------------------*/
|