antosdk-apps/MonacoCore/bundle/node_modules_monaco-editor_esm_vs_basic-languages_kotlin_kotlin_js.bundle.js

22 lines
8.9 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([["node_modules_monaco-editor_esm_vs_basic-languages_kotlin_kotlin_js"],{
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/kotlin/kotlin.js":
/*!****************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/kotlin/kotlin.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 // the default separators except `@$`\r\n wordPattern: /(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\#\\%\\^\\&\\*\\(\\)\\-\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\?\\s]+)/g,\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: '}' },\r\n { open: '[', close: ']' },\r\n { open: '(', close: ')' },\r\n { open: '\"', close: '\"' },\r\n { open: \"'\", close: \"'\" }\r\n ],\r\n surroundingPairs: [\r\n { open: '{', close: '}' },\r\n { open: '[', close: ']' },\r\n { open: '(', close: ')' },\r\n { open: '\"', close: '\"' },\r\n { open: \"'\", close: \"'\" },\r\n { open: '<', close: '>' }\r\n ],\r\n folding: {\r\n markers: {\r\n start: new RegExp('^\\\\s*//\\\\s*(?:(?:#?region\\\\b)|(?:<editor-fold\\\\b))'),\r\n end: new RegExp('^\\\\s*//\\\\s*(?:(?:#?endregion\\\\b)|(?:</editor-fold>))')\r\n }\r\n }\r\n};\r\nvar language = {\r\n defaultToken: '',\r\n tokenPostfix: '.kt',\r\n keywords: [\r\n 'as',\r\n 'as?',\r\n 'break',\r\n 'class',\r\n 'continue',\r\n 'do',\r\n 'else',\r\n 'false',\r\n 'for',\r\n 'fun',\r\n 'if',\r\n 'in',\r\n '!in',\r\n 'interface',\r\n 'is',\r\n '!is',\r\n 'null',\r\n 'object',\r\n 'package',\r\n 'return',\r\n 'super',\r\n 'this',\r\n 'throw',\r\n 'true',\r\n 'try',\r\n 'typealias',\r\n 'val',\r\n 'var',\r\n 'when',\r\n 'while',\r\n 'by',\r\n 'catch',\r\n 'constructor',\r\n 'delegate',\r\n 'dynamic',\r\n 'field',\r\n 'file',\r\n 'finally',\r\n 'get',\r\n 'import',\r\n 'init',\r\n 'param',\r\n 'property',\r\n 'receiver',\r\n 'set',\r\n 'setparam',\r\n 'where',\r\n 'actual',\r\n 'abstract',\r\n 'annotation',\r\n 'companion',\r\n 'const',\r\n 'crossinline',\r\n 'data',\r\n 'enum',\r\n 'expect',\r\n 'external',\r\n 'final',\r\n 'infix',\r\n 'inline',\r\n 'inner',\r\n 'internal',\r\n 'lateinit',\r\n 'noinline',\r\n 'open',\r\n 'operator',\r\n 'out',\r\n 'override',\r\n 'private',\r\n 'protected',\r\n 'public',\r\n 'reified',\r\n 'sealed',\r\n 'suspend',\r\n 'tailrec',\r\n 'vararg',\r\n 'field',\r\n 'it'\r\n ],\r\n operators: [\r\n '+',\r\n '-',\r\n '*',\r\n '/',\r\n '%',\r\n '=',\r\n '+=',\r\n '-=',\r\n '*=',\r\n '/=',\r\n '%=',\r\n '++',\r\n '--',\r\n '&&',\r\n '||',\r\n '!',\r\n '==',\r\n '!=',\r\n '===',\r\n '!==',\r\n '>',\r\n '<',\r\n '<=',\r\n '>=',\r\n '[',\r\n ']',\r\n '!!',\r\n '?.',\r\n '?:',\r\n '::',\r\n '..',\r\n ':',\r\n '?',\r\n '->',\r\n '@',\
/***/ })
}]);