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

4 lines
28 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_solidity_solidity_js"],{"./node_modules/monaco-editor/esm/vs/basic-languages/solidity/solidity.js":
2021-04-21 11:37:58 +02:00
/*!********************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/solidity/solidity.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/solidity/solidity.ts\nvar conf = {\n comments: {\n lineComment: "//",\n blockComment: ["/*", "*/"]\n },\n brackets: [\n ["{", "}"],\n ["[", "]"],\n ["(", ")"],\n ["<", ">"]\n ],\n autoClosingPairs: [\n { open: \'"\', close: \'"\', notIn: ["string", "comment"] },\n { open: "{", close: "}", notIn: ["string", "comment"] },\n { open: "[", close: "]", notIn: ["string", "comment"] },\n { open: "(", close: ")", notIn: ["string", "comment"] }\n ]\n};\nvar language = {\n defaultToken: "",\n tokenPostfix: ".sol",\n brackets: [\n { token: "delimiter.curly", open: "{", close: "}" },\n { token: "delimiter.parenthesis", open: "(", close: ")" },\n { token: "delimiter.square", open: "[", close: "]" },\n { token: "delimiter.angle", open: "<", close: ">" }\n ],\n keywords: [\n "pragma",\n "solidity",\n "contract",\n "library",\n "using",\n "struct",\n "function",\n "modifier",\n "constructor",\n "address",\n "string",\n "bool",\n "Int",\n "Uint",\n "Byte",\n "Fixed",\n "Ufixed",\n "int",\n "int8",\n "int16",\n "int24",\n "int32",\n "int40",\n "int48",\n "int56",\n "int64",\n "int72",\n "int80",\n "int88",\n "int96",\n "int104",\n "int112",\n "int120",\n "int128",\n "int136",\n "int144",\n "int152",\n "int160",\n "int168",\n "int176",\n "int184",\n "int192",\n "int200",\n "int208",\n "int216",\n "int224",\n "int232",\n "int240",\n "int248",\n "int256",\n "uint",\n "uint8",\n "uint16",\n "uint24",\n "uint32",\n "uint40",\n "uint48",\n "uint56",\n "uint64",\n "uint72",\n "uint80",\n "uint88",\n "uint96",\n "uint104",\n "uint112",\n "uint120",\n "uint128",\n "uint136",\n "uint144",\n "uint152",\n "uint160",\n "uint168",\n "uint176",\n "uint184",\n "uint192",\n "uint200",\n "uint208",\n "uint216",\n "uint224",\n "uint232",\n "uint240",\n "uint248",\n "uint256",\n "byte",\n "bytes",\n "bytes1",\n "bytes2",\n "bytes3",\n "bytes4",\n "bytes5",\n "bytes6",\n "bytes7",\n "bytes8",\n "bytes9",\n "bytes10",\n "bytes11",\n "bytes12",\n "bytes13",\n "bytes14",\n "bytes15",\n "bytes16",\n "bytes17",\n "bytes18",\n "bytes19",\n "bytes20",\n "bytes21",\n "bytes22",\n "bytes23",\n "bytes24",\n "bytes25",\n "bytes26",\n "bytes27",\n "bytes28",\n "bytes29",\n "bytes30",\n "bytes31",\n "bytes32",\n "fixed",\n "fixed0x8",\n "fixed0x16",\n "fixed0x24",\n "fixed0x32",\n "fixed0x40",\n "fixed0x48",\n "fixed0x56",\n "fixed0x64",\n "fixed0x72",\n "fixed0x80",\n "fixed0x88",\n "fixed0x96",\n "fixed0x104",\n "fixed0x112",\n "fixed0x120",\n "fixed0x128",\n "fixed0x136",\n "fixed0x144",\n "fixed0x152",\n "fixed0x160",\n "fixed0x168",\n "fixed0x176",\n "fixed0x184",\n "fixed0x192",\n "fixed0x200",\n "fixed0x208",\n "fixed0x216",\n "fixed0x224",\n "fixed0x232",\n "fixed0x240",\n "fixed0x248",\n "fixed0x256",\n "fixed8x8",\n "fixed8x16",\n "fix