antosdk-apps/MonacoCore/bundle/vendors-node_modules_monaco-editor_esm_vs_basic-languages_powerquery_powerquery_js.bundle.js

22 lines
29 KiB
JavaScript
Raw Normal View History

2021-04-19 15:08:15 +02:00
/*
* ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development").
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
(self["webpackChunkbrowser_esm_webpack"] = self["webpackChunkbrowser_esm_webpack"] || []).push([["vendors-node_modules_monaco-editor_esm_vs_basic-languages_powerquery_powerquery_js"],{
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/powerquery/powerquery.js":
/*!************************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/powerquery/powerquery.js ***!
\************************************************************************************/
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
"use strict";
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export */ __webpack_require__.d(__webpack_exports__, {\n/* harmony export */ \"conf\": () => (/* binding */ conf),\n/* harmony export */ \"language\": () => (/* binding */ language)\n/* harmony export */ });\n/*---------------------------------------------------------------------------------------------\r\n * Copyright (c) Microsoft Corporation. All rights reserved.\r\n * Licensed under the MIT License. See License.txt in the project root for license information.\r\n *--------------------------------------------------------------------------------------------*/\r\nvar conf = {\r\n comments: {\r\n lineComment: '//',\r\n blockComment: ['/*', '*/']\r\n },\r\n brackets: [\r\n ['[', ']'],\r\n ['(', ')'],\r\n ['{', '}']\r\n ],\r\n autoClosingPairs: [\r\n { open: '\"', close: '\"', notIn: ['string', 'comment', 'identifier'] },\r\n { open: '[', close: ']', notIn: ['string', 'comment', 'identifier'] },\r\n { open: '(', close: ')', notIn: ['string', 'comment', 'identifier'] },\r\n { open: '{', close: '}', notIn: ['string', 'comment', 'identifier'] }\r\n ]\r\n};\r\nvar language = {\r\n defaultToken: '',\r\n tokenPostfix: '.pq',\r\n ignoreCase: false,\r\n brackets: [\r\n { open: '[', close: ']', token: 'delimiter.square' },\r\n { open: '{', close: '}', token: 'delimiter.brackets' },\r\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\r\n ],\r\n operatorKeywords: ['and', 'not', 'or'],\r\n keywords: [\r\n 'as',\r\n 'each',\r\n 'else',\r\n 'error',\r\n 'false',\r\n 'if',\r\n 'in',\r\n 'is',\r\n 'let',\r\n 'meta',\r\n 'otherwise',\r\n 'section',\r\n 'shared',\r\n 'then',\r\n 'true',\r\n 'try',\r\n 'type'\r\n ],\r\n constructors: [\r\n '#binary',\r\n '#date',\r\n '#datetime',\r\n '#datetimezone',\r\n '#duration',\r\n '#table',\r\n '#time'\r\n ],\r\n constants: ['#infinity', '#nan', '#sections', '#shared'],\r\n typeKeywords: [\r\n 'action',\r\n 'any',\r\n 'anynonnull',\r\n 'none',\r\n 'null',\r\n 'logical',\r\n 'number',\r\n 'time',\r\n 'date',\r\n 'datetime',\r\n 'datetimezone',\r\n 'duration',\r\n 'text',\r\n 'binary',\r\n 'list',\r\n 'record',\r\n 'table',\r\n 'function'\r\n ],\r\n builtinFunctions: [\r\n 'Access.Database',\r\n 'Action.Return',\r\n 'Action.Sequence',\r\n 'Action.Try',\r\n 'ActiveDirectory.Domains',\r\n 'AdoDotNet.DataSource',\r\n 'AdoDotNet.Query',\r\n 'AdobeAnalytics.Cubes',\r\n 'AnalysisServices.Database',\r\n 'AnalysisServices.Databases',\r\n 'AzureStorage.BlobContents',\r\n 'AzureStorage.Blobs',\r\n 'AzureStorage.Tables',\r\n 'Binary.Buffer',\r\n 'Binary.Combine',\r\n 'Binary.Compress',\r\n 'Binary.Decompress',\r\n 'Binary.End',\r\n 'Binary.From',\r\n 'Binary.FromList',\r\n 'Binary.FromText',\r\n 'Binary.InferContentType',\r\n 'Binary.Length',\r\n 'Binary.ToList',\r\n 'Binary.ToText',\r\n 'BinaryFormat.7BitEncodedSignedInteger',\r\n 'BinaryFormat.7BitEncodedUnsignedInteger',\r\n 'BinaryFormat.Binary',\r\n 'BinaryFormat.Byte',\r\n 'BinaryFormat.ByteOrder',\r\n 'BinaryFormat.Choice',\r\n 'BinaryFormat.Decimal',\r\n 'BinaryFormat.Double',\r\n 'BinaryFormat.Group',\r\n 'BinaryFormat.Length',\r\n 'BinaryFormat.List',\r\n 'BinaryFormat.Null',\r\n 'BinaryFormat.Record',\r\n 'BinaryFormat.SignedInteger16',\r\n 'BinaryFormat.SignedInteger32',\r\n 'BinaryFormat.SignedInteger64',\r\n 'BinaryFormat.Single',\r\n 'BinaryFormat
/***/ })
}]);