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

22 lines
10 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_dart_dart_js"],{
/***/ "./node_modules/monaco-editor/esm/vs/basic-languages/dart/dart.js":
/*!************************************************************************!*\
!*** ./node_modules/monaco-editor/esm/vs/basic-languages/dart/dart.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 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: \"'\", notIn: ['string', 'comment'] },\r\n { open: '\"', close: '\"', notIn: ['string'] },\r\n { open: '`', close: '`', notIn: ['string', 'comment'] },\r\n { open: '/**', close: ' */', notIn: ['string'] }\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 { open: '\"', close: '\"' },\r\n { open: '`', close: '`' }\r\n ],\r\n folding: {\r\n markers: {\r\n start: /^\\s*\\s*#?region\\b/,\r\n end: /^\\s*\\s*#?endregion\\b/\r\n }\r\n }\r\n};\r\nvar language = {\r\n defaultToken: 'invalid',\r\n tokenPostfix: '.dart',\r\n keywords: [\r\n 'abstract',\r\n 'dynamic',\r\n 'implements',\r\n 'show',\r\n 'as',\r\n 'else',\r\n 'import',\r\n 'static',\r\n 'assert',\r\n 'enum',\r\n 'in',\r\n 'super',\r\n 'async',\r\n 'export',\r\n 'interface',\r\n 'switch',\r\n 'await',\r\n 'extends',\r\n 'is',\r\n 'sync',\r\n 'break',\r\n 'external',\r\n 'library',\r\n 'this',\r\n 'case',\r\n 'factory',\r\n 'mixin',\r\n 'throw',\r\n 'catch',\r\n 'false',\r\n 'new',\r\n 'true',\r\n 'class',\r\n 'final',\r\n 'null',\r\n 'try',\r\n 'const',\r\n 'finally',\r\n 'on',\r\n 'typedef',\r\n 'continue',\r\n 'for',\r\n 'operator',\r\n 'var',\r\n 'covariant',\r\n 'Function',\r\n 'part',\r\n 'void',\r\n 'default',\r\n 'get',\r\n 'rethrow',\r\n 'while',\r\n 'deferred',\r\n 'hide',\r\n 'return',\r\n 'with',\r\n 'do',\r\n 'if',\r\n 'set',\r\n 'yield'\r\n ],\r\n typeKeywords: ['int', 'double', 'String', 'bool'],\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 '!',\r\n '>>>',\r\n '??',\r\n '?',\r\n ':',\r\n '|='\r\n ],\r\n // we include these common regular expressions\r\n symbols: /[=><!~?:&|+\\-*\\/\\^%]+/,\r\n escapes: /\\\\(?:[abfnrtv\\\\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,\r\n digits: /\\d+(_+\\d+)*/,\r\n octaldigits: /[0-7]+(_+[0
/***/ })
}]);