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

22 lines
9.6 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_swift_swift_js"],{
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/swift/swift.js":
/*!**************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/swift/swift.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/swift/swift.ts\nvar conf = {\n comments: {\n lineComment: \"//\",\n blockComment: [\"/*\", \"*/\"]\n },\n brackets: [\n [\"{\", \"}\"],\n [\"[\", \"]\"],\n [\"(\", \")\"]\n ],\n autoClosingPairs: [\n { open: \"{\", close: \"}\" },\n { open: \"[\", close: \"]\" },\n { open: \"(\", close: \")\" },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" },\n { open: \"`\", close: \"`\" }\n ],\n surroundingPairs: [\n { open: \"{\", close: \"}\" },\n { open: \"[\", close: \"]\" },\n { open: \"(\", close: \")\" },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" },\n { open: \"`\", close: \"`\" }\n ]\n};\nvar language = {\n defaultToken: \"\",\n tokenPostfix: \".swift\",\n identifier: /[a-zA-Z_][\\w$]*/,\n attributes: [\n \"@GKInspectable\",\n \"@IBAction\",\n \"@IBDesignable\",\n \"@IBInspectable\",\n \"@IBOutlet\",\n \"@IBSegueAction\",\n \"@NSApplicationMain\",\n \"@NSCopying\",\n \"@NSManaged\",\n \"@Sendable\",\n \"@UIApplicationMain\",\n \"@autoclosure\",\n \"@actorIndependent\",\n \"@asyncHandler\",\n \"@available\",\n \"@convention\",\n \"@derivative\",\n \"@differentiable\",\n \"@discardableResult\",\n \"@dynamicCallable\",\n \"@dynamicMemberLookup\",\n \"@escaping\",\n \"@frozen\",\n \"@globalActor\",\n \"@inlinable\",\n \"@inline\",\n \"@main\",\n \"@noDerivative\",\n \"@nonobjc\",\n \"@noreturn\",\n \"@objc\",\n \"@objcMembers\",\n \"@preconcurrency\",\n \"@propertyWrapper\",\n \"@requires_stored_property_inits\",\n \"@resultBuilder\",\n \"@testable\",\n \"@unchecked\",\n \"@unknown\",\n \"@usableFromInline\",\n \"@warn_unqualified_access\"\n ],\n accessmodifiers: [\"open\", \"public\", \"internal\", \"fileprivate\", \"private\"],\n keywords: [\n \"#available\",\n \"#colorLiteral\",\n \"#column\",\n \"#dsohandle\",\n \"#else\",\n \"#elseif\",\n \"#endif\",\n \"#error\",\n \"#file\",\n \"#fileID\",\n \"#fileLiteral\",\n \"#filePath\",\n \"#function\",\n \"#if\",\n \"#imageLiteral\",\n \"#keyPath\",\n \"#line\",\n \"#selector\",\n \"#sourceLocation\",\n \"#warning\",\n \"Any\",\n \"Protocol\",\n \"Self\",\n \"Type\",\n \"actor\",\n \"as\",\n \"assignment\",\n \"associatedtype\",\n \"associativity\",\n \"async\",\n \"await\",\n \"break\",\n \"case\",\n \"catch\",\n \"class\",\n \"continue\",\n \"convenience\",\n \"default\",\n \"defer\",\n \"deinit\",\n \"didSet\",\n \"do\",\n \"dynamic\",\n \"dynamicType\",\n \"else\",\n \"enum\",\n \"extension\",\n \"fallthrough\",\n \"false\",\n \"fileprivate\",\n \"final\",\n \"for\",\n \"func\",\n \"get\",\n \"guard\",\n \"higherThan\",\n \"if\",\n \"import\",\n \"in\",\n \"indirect\",\n \"infix\",\n \"init\",\n \"inout\",\n \"internal\",\n \"is\",\n \"isolated\",\n \"lazy\",\n \"left\",\n \"let\",\n \"lowerThan\",\n \"mutating\",\n \"nil\",\n \"none\",\n \"nonisolated\",\n \"nonmutating\",\n \"open\",\n \"operator\",\n \"optional\",\n \"override\",\n \"postfix\",\n \"precedence\",\n \"precedencegroup\",\n \"prefix\",\n \"private\",\n \"protocol\",\n \"public\",\n \"repeat\",\n \"required\",\n \"rethrows\",\n \"return\",\n \"right\",\n \"safe\",\n \"self\",\n \"set\",\n \"some\",\n \"static\",\n \"struct\",\n \"subscript\",\n \"super\",\n \"switch\",\n \"throw\",\n \"throws\",\n \"true\",\n \"try\",\n \"typealias\",\n \"unowned\",\n \"unsafe\",\n \"var\",\n \"weak\",\n \"where\",\n \"while\",\n \"willSet\",\n \"__consuming\",\n \"__owned\"\n ],\n symbols: /[=(){}\\[\\].,:;@#\\_&\\-<>`?!+*\\\\\\/]/,\n operatorstart: /[\\/=\\-+!*%<>&|^~?\\u00A1-\\u00A7\\u00A9\\u00AB\\u00AC\\u00AE\\u00B0-\\u00B1\\u00B6\\u00BB\\u00BF\\u00D7\\u00F7\\u2016-\\u2017\\u2020-\\u2027\\u2030-\\u203E\\u2041-\\u2053\\u2055-\\u205E\\u2190-\\u23FF\\u2500-\\u2775\\u2794-\\u2BFF\\u2E00-\\u2E7F\\u3001-\\u3003\\u3008-\\u3030]/,\n operatorend: /[\\u0300-\\u036F\\u1DC0-\\u1DFF\\u20D0-\\u20FF\\uFE00-\\uFE0F\\uFE20-\\uFE2F\\uE0100-\\uE01EF]/,\n operators: /(@operatorstart)((@operatorstart)|(@operatorend))*/,\n escapes: /\\\\(?:[abfnrtv\\\\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,\n tokenizer: {\n root: [\n { include: \"@whitespace\" },\n { include: \"@comment\" },\n { include: \"@attribute\" },\n { include: \"@literal\" },\n { include: \"@keyword\" },\n { include: \"@invokedmethod\" },\n { include: \"@symbol\" }\n ],\n whitespace: [\n [/\\s+/, \"white\"],\n [/\"\"\"/, \"string.quote\", \"@endDblDocString\"]\n ],\n endDblDocString: [\n [/[^\"]+/, \"string\"],\n [/\\\\\"/, \"string\"],\n [/\"\"\"/, \"string.quote\", \"@popall\"],\n [/\"/, \"string\"]\n ],\n symbol: [\n [/[{}()\\[\\]]/, \"@brackets\"],\n [/[<>](?!@symbols)/, \"@brackets\"],\n [/[.]/, \"delimiter\"],\n [/@operators/, \"operator\"],\n [/@symbols/, \"operator\"]\n ],\n comment: [\n [/\\/\\/\\/.*$/, \"comment.doc\"],\n [/\\/\\*\\*/, \"comment.doc\", \"@commentdocbody\"],\n [/\\/\\/.*$/, \"comment\"],\n [/\\/\\*/, \"comment\", \"@commentbody\"]\n ],\n commentdocbody: [\n [/\\/\\*/, \"comment\", \"@commentbody\"],\n [/\\*\\//, \"comment.doc\", \"@pop\"],\n [/\\:[a-zA-Z]+\\:/, \"comment.doc.param\"],\n [/./, \"comment.doc\"]\n ],\n commentbody: [\n [/\\/\\*/, \"comment\", \"@commentbody\"],\n [/\\*\\//, \"comment\", \"@pop\"],\n [/./, \"comment\"]\n ],\n attribute: [\n [\n /@@@identifier/,\n {\n cases: {\n \"@attributes\": \"keyword.control\",\n \"@default\": \"\"\n }\n }\n ]\n ],\n literal: [\n [/\"/, { token: \"string.quote\", next: \"@stringlit\" }],\n [/0[b]([01]_?)+/, \"number.binary\"],\n [/0[o]([0-7]_?)+/, \"number.octal\"],\n [/0[x]([0-9a-fA-F]_?)+([pP][\\-+](\\d_?)+)?/, \"number.hex\"],\n [/(\\d_?)*\\.(\\d_?)+([eE][\\-+]?(\\d_?)+)?/, \"number.float\"],\n [/(\\d_?)+/, \"number\"]\n ],\n stringlit: [\n [/\\\\\\(/, { token: \"operator\", next: \"@interpolatedexpression\" }],\n [/@escapes/, \"string\"],\n [/\\\\./, \"string.escape.invalid\"],\n [/\"/, { token: \"string.quote\", next: \"@pop\" }],\n [/./, \"string\"]\n ],\n interpolatedexpression: [\n [/\\(/, { token: \"operator\", next: \"@interpolatedexpression\" }],\n [/\\)/, { token: \"operator\", next: \"@pop\" }],\n { include: \"@literal\" },\n { include: \"@keyword\" },\n { include: \"@symbol\" }\n ],\n keyword: [\n [/`/, { token: \"operator\", next: \"@escapedkeyword\" }],\n [\n /@identifier/,\n {\n cases: {\n \"@keywords\": \"keyword\",\n \"[A-Z][a-zA-Z0-9$]*\": \"type.identifier\",\n \"@default\": \"identifier\"\n }\n }\n ]\n ],\n escapedkeyword: [\n [/`/, { token: \"operator\", next: \"@pop\" }],\n [/./, \"identifier\"]\n ],\n invokedmethod: [\n [\n /([.])(@identifier)/,\n {\n cases: {\n $2: [\"delimeter\", \"type.identifier\"],\n \"@default\": \"\"\n }\n }\n ]\n ]\n }\n};\n\n/*!---------------------------------------------------------------------------------------------\n * Copyright (C) David Owens II, owensd.io. All rights reserved.\n *--------------------------------------------------------------------------------------------*/\n\n\n//# sourceURL=webpack://monanco_wpack/./node_modules/monaco-editor/esm/vs/basic-languages/swift/swift.js?");
/***/ })
}]);