12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- import {
- conf,
- language
- } from "./chunk-2RUEMQ2Y.js";
- import "./chunk-5Q5BEFT4.js";
- import "./chunk-FBUDSZGC.js";
- import "./chunk-2LSFTFF7.js";
- // node_modules/.pnpm/monaco-editor@0.38.0/node_modules/monaco-editor/esm/vs/basic-languages/javascript/javascript.js
- var conf2 = conf;
- var language2 = {
- defaultToken: "invalid",
- tokenPostfix: ".js",
- keywords: [
- "break",
- "case",
- "catch",
- "class",
- "continue",
- "const",
- "constructor",
- "debugger",
- "default",
- "delete",
- "do",
- "else",
- "export",
- "extends",
- "false",
- "finally",
- "for",
- "from",
- "function",
- "get",
- "if",
- "import",
- "in",
- "instanceof",
- "let",
- "new",
- "null",
- "return",
- "set",
- "super",
- "switch",
- "symbol",
- "this",
- "throw",
- "true",
- "try",
- "typeof",
- "undefined",
- "var",
- "void",
- "while",
- "with",
- "yield",
- "async",
- "await",
- "of"
- ],
- typeKeywords: [],
- operators: language.operators,
- symbols: language.symbols,
- escapes: language.escapes,
- digits: language.digits,
- octaldigits: language.octaldigits,
- binarydigits: language.binarydigits,
- hexdigits: language.hexdigits,
- regexpctl: language.regexpctl,
- regexpesc: language.regexpesc,
- tokenizer: language.tokenizer
- };
- export {
- conf2 as conf,
- language2 as language
- };
- /*! Bundled license information:
- monaco-editor/esm/vs/basic-languages/javascript/javascript.js:
- (*!-----------------------------------------------------------------------------
- * Copyright (c) Microsoft Corporation. All rights reserved.
- * Version: 0.38.0(0e330ae453813de4e6cf272460fb79c7117073d0)
- * Released under the MIT license
- * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
- *-----------------------------------------------------------------------------*)
- */
- //# sourceMappingURL=javascript-STHAYBGK.js.map
|