antosdk-apps/MonacoCore/bundle/node_modules_monaco-editor_esm_vs_basic-languages_graphql_graphql_js.bundle.js
2022-06-03 19:30:11 +02:00

22 lines
5.3 KiB
JavaScript

"use strict";
/*
* 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["webpackChunkmonanco_wpack"] = self["webpackChunkmonanco_wpack"] || []).push([["node_modules_monaco-editor_esm_vs_basic-languages_graphql_graphql_js"],{
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/graphql/graphql.js":
/*!******************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/graphql/graphql.js ***!
\******************************************************************************/
/***/ ((__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/graphql/graphql.ts\nvar conf = {\n comments: {\n lineComment: \"#\"\n },\n brackets: [\n [\"{\", \"}\"],\n [\"[\", \"]\"],\n [\"(\", \")\"]\n ],\n autoClosingPairs: [\n { open: \"{\", close: \"}\" },\n { open: \"[\", close: \"]\" },\n { open: \"(\", close: \")\" },\n { open: '\"\"\"', close: '\"\"\"', notIn: [\"string\", \"comment\"] },\n { open: '\"', close: '\"', notIn: [\"string\", \"comment\"] }\n ],\n surroundingPairs: [\n { open: \"{\", close: \"}\" },\n { open: \"[\", close: \"]\" },\n { open: \"(\", close: \")\" },\n { open: '\"\"\"', close: '\"\"\"' },\n { open: '\"', close: '\"' }\n ],\n folding: {\n offSide: true\n }\n};\nvar language = {\n defaultToken: \"invalid\",\n tokenPostfix: \".gql\",\n keywords: [\n \"null\",\n \"true\",\n \"false\",\n \"query\",\n \"mutation\",\n \"subscription\",\n \"extend\",\n \"schema\",\n \"directive\",\n \"scalar\",\n \"type\",\n \"interface\",\n \"union\",\n \"enum\",\n \"input\",\n \"implements\",\n \"fragment\",\n \"on\"\n ],\n typeKeywords: [\"Int\", \"Float\", \"String\", \"Boolean\", \"ID\"],\n directiveLocations: [\n \"SCHEMA\",\n \"SCALAR\",\n \"OBJECT\",\n \"FIELD_DEFINITION\",\n \"ARGUMENT_DEFINITION\",\n \"INTERFACE\",\n \"UNION\",\n \"ENUM\",\n \"ENUM_VALUE\",\n \"INPUT_OBJECT\",\n \"INPUT_FIELD_DEFINITION\",\n \"QUERY\",\n \"MUTATION\",\n \"SUBSCRIPTION\",\n \"FIELD\",\n \"FRAGMENT_DEFINITION\",\n \"FRAGMENT_SPREAD\",\n \"INLINE_FRAGMENT\",\n \"VARIABLE_DEFINITION\"\n ],\n operators: [\"=\", \"!\", \"?\", \":\", \"&\", \"|\"],\n symbols: /[=!?:&|]+/,\n escapes: /\\\\(?:[\"\\\\\\/bfnrt]|u[0-9A-Fa-f]{4})/,\n tokenizer: {\n root: [\n [\n /[a-z_][\\w$]*/,\n {\n cases: {\n \"@keywords\": \"keyword\",\n \"@default\": \"key.identifier\"\n }\n }\n ],\n [\n /[$][\\w$]*/,\n {\n cases: {\n \"@keywords\": \"keyword\",\n \"@default\": \"argument.identifier\"\n }\n }\n ],\n [\n /[A-Z][\\w\\$]*/,\n {\n cases: {\n \"@typeKeywords\": \"keyword\",\n \"@default\": \"type.identifier\"\n }\n }\n ],\n { include: \"@whitespace\" },\n [/[{}()\\[\\]]/, \"@brackets\"],\n [/@symbols/, { cases: { \"@operators\": \"operator\", \"@default\": \"\" } }],\n [/@\\s*[a-zA-Z_\\$][\\w\\$]*/, { token: \"annotation\", log: \"annotation token: $0\" }],\n [/\\d*\\.\\d+([eE][\\-+]?\\d+)?/, \"number.float\"],\n [/0[xX][0-9a-fA-F]+/, \"number.hex\"],\n [/\\d+/, \"number\"],\n [/[;,.]/, \"delimiter\"],\n [/\"\"\"/, { token: \"string\", next: \"@mlstring\", nextEmbedded: \"markdown\" }],\n [/\"([^\"\\\\]|\\\\.)*$/, \"string.invalid\"],\n [/\"/, { token: \"string.quote\", bracket: \"@open\", next: \"@string\" }]\n ],\n mlstring: [\n [/[^\"]+/, \"string\"],\n ['\"\"\"', { token: \"string\", next: \"@pop\", nextEmbedded: \"@pop\" }]\n ],\n string: [\n [/[^\\\\\"]+/, \"string\"],\n [/@escapes/, \"string.escape\"],\n [/\\\\./, \"string.escape.invalid\"],\n [/\"/, { token: \"string.quote\", bracket: \"@close\", next: \"@pop\" }]\n ],\n whitespace: [\n [/[ \\t\\r\\n]+/, \"\"],\n [/#.*$/, \"comment\"]\n ]\n }\n};\n\n\n\n//# sourceURL=webpack://monanco_wpack/./node_modules/monaco-editor/esm/vs/basic-languages/graphql/graphql.js?");
/***/ })
}]);