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

4 lines
23 KiB
JavaScript
Raw Normal View History

2022-06-03 19:30:11 +02:00
"use strict";(self.webpackChunkmonanco_wpack=self.webpackChunkmonanco_wpack||[]).push([["vendors-node_modules_monaco-editor_esm_vs_basic-languages_powerquery_powerquery_js"],{"./node_modules/monaco-editor/esm/vs/basic-languages/powerquery/powerquery.js":
2021-04-21 11:37:58 +02:00
/*!************************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/powerquery/powerquery.js ***!
2022-06-03 19:30:11 +02:00
\************************************************************************************/(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{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/*!-----------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Version: 0.33.0(4b1abad427e58dbedc1215d99a0902ffc885fcd4)\n * Released under the MIT license\n * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt\n *-----------------------------------------------------------------------------*/\n\n// src/basic-languages/powerquery/powerquery.ts\nvar conf = {\n comments: {\n lineComment: "//",\n blockComment: ["/*", "*/"]\n },\n brackets: [\n ["[", "]"],\n ["(", ")"],\n ["{", "}"]\n ],\n autoClosingPairs: [\n { open: \'"\', close: \'"\', notIn: ["string", "comment", "identifier"] },\n { open: "[", close: "]", notIn: ["string", "comment", "identifier"] },\n { open: "(", close: ")", notIn: ["string", "comment", "identifier"] },\n { open: "{", close: "}", notIn: ["string", "comment", "identifier"] }\n ]\n};\nvar language = {\n defaultToken: "",\n tokenPostfix: ".pq",\n ignoreCase: false,\n brackets: [\n { open: "[", close: "]", token: "delimiter.square" },\n { open: "{", close: "}", token: "delimiter.brackets" },\n { open: "(", close: ")", token: "delimiter.parenthesis" }\n ],\n operatorKeywords: ["and", "not", "or"],\n keywords: [\n "as",\n "each",\n "else",\n "error",\n "false",\n "if",\n "in",\n "is",\n "let",\n "meta",\n "otherwise",\n "section",\n "shared",\n "then",\n "true",\n "try",\n "type"\n ],\n constructors: ["#binary", "#date", "#datetime", "#datetimezone", "#duration", "#table", "#time"],\n constants: ["#infinity", "#nan", "#sections", "#shared"],\n typeKeywords: [\n "action",\n "any",\n "anynonnull",\n "none",\n "null",\n "logical",\n "number",\n "time",\n "date",\n "datetime",\n "datetimezone",\n "duration",\n "text",\n "binary",\n "list",\n "record",\n "table",\n "function"\n ],\n builtinFunctions: [\n "Access.Database",\n "Action.Return",\n "Action.Sequence",\n "Action.Try",\n "ActiveDirectory.Domains",\n "AdoDotNet.DataSource",\n "AdoDotNet.Query",\n "AdobeAnalytics.Cubes",\n "AnalysisServices.Database",\n "AnalysisServices.Databases",\n "AzureStorage.BlobContents",\n "AzureStorage.Blobs",\n "AzureStorage.Tables",\n "Binary.Buffer",\n "Binary.Combine",\n "Binary.Compress",\n "Binary.Decompress",\n "Binary.End",\n "Binary.From",\n "Binary.FromList",\n "Binary.FromText",\n "Binary.InferContentType",\n "Binary.Length",\n "Binary.ToList",\n "Binary.ToText",\n "BinaryFormat.7BitEncodedSignedInteger",\n "BinaryFormat.7BitEncodedUnsignedInteger",\n "BinaryFormat.Binary",\n "BinaryFormat.Byte",\n "BinaryFormat.ByteOrder",\n "BinaryFormat.Choice",\n "BinaryFormat.Decimal",\n "BinaryFormat.Double",\n "BinaryFormat.Group",\n "BinaryFormat.Length",\n "BinaryFormat.List",\n "BinaryFormat.Null",\n "BinaryFormat.Record",\n "BinaryFormat.SignedInteger16",\n "BinaryFormat.SignedInteger32",\n "BinaryFormat.SignedInteger64",\n "BinaryFormat.Single",\n "BinaryFormat.Text",\n "BinaryFormat.Transform",\n "BinaryFormat.UnsignedInteger16",\n "BinaryFormat.UnsignedInteger32",\n "BinaryFormat.UnsignedInteger64",\n "Byte.From",\n "Character.FromNumber",\n "Character.ToNumber",\n "Combiner.CombineTextByDelimiter",\n "Combiner.CombineTextByEachDelimiter",\n "Combiner.CombineTextByLengths",\n "Combiner.CombineTextByPositions",\n "Combiner.CombineTextByRanges",\n "Comparer.Equals",\n "Comparer.From