easyest-xqp
Version:
80 lines (79 loc) • 1.56 kB
JavaScript
import { conf as t, language as e } from "./typescript-8b7d03ae.js";
import "./index-c0faf4cd.js";
import "vue";
import "hooks-xqp";
import "utils-xqp";
/*!-----------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Version: 0.41.0(38e1e3d097f84e336c311d071a9ffb5191d4ffd1)
* Released under the MIT license
* https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
*-----------------------------------------------------------------------------*/
var n = t, c = {
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: e.operators,
symbols: e.symbols,
escapes: e.escapes,
digits: e.digits,
octaldigits: e.octaldigits,
binarydigits: e.binarydigits,
hexdigits: e.hexdigits,
regexpctl: e.regexpctl,
regexpesc: e.regexpesc,
tokenizer: e.tokenizer
};
export {
n as conf,
c as language
};