UNPKG

@senx/discovery-code

Version:

Discovery Code Editor

82 lines (78 loc) 1.94 kB
'use strict'; const typescript = require('./typescript-a1fce810.js'); require('./discovery-code-editor.discovery-code-image-result.discovery-code-raw-result.discovery-code-result.wc-split.wc-tabs.wc-tabs-content.wc-tabs-header-2b87c4b8.js'); require('./index-1d3884c7.js'); require('./warpScriptParser-6f4a72d0.js'); /*!----------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Version: 0.45.0(5e5af013f8d295555a7210df0d5f2cea0bf5dd56) * Released under the MIT license * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt *-----------------------------------------------------------------------------*/ var conf = typescript.conf; var language = { 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", "static", "super", "switch", "symbol", "this", "throw", "true", "try", "typeof", "undefined", "var", "void", "while", "with", "yield", "async", "await", "of" ], typeKeywords: [], operators: typescript.language.operators, symbols: typescript.language.symbols, escapes: typescript.language.escapes, digits: typescript.language.digits, octaldigits: typescript.language.octaldigits, binarydigits: typescript.language.binarydigits, hexdigits: typescript.language.hexdigits, regexpctl: typescript.language.regexpctl, regexpesc: typescript.language.regexpesc, tokenizer: typescript.language.tokenizer }; exports.conf = conf; exports.language = language;