easysql/node_modules/.vite/deps/javascript-VT7RDI7P.js
2025-12-29 18:35:04 +08:00

80 lines
1.4 KiB
JavaScript

import {
conf,
language
} from "./chunk-MVBXGU34.js";
import "./chunk-FYA5C7HA.js";
import "./chunk-DC5AMYBS.js";
// node_modules/monaco-editor/esm/vs/basic-languages/javascript/javascript.js
var conf2 = conf;
var language2 = {
// Set defaultToken to invalid to see what you do not tokenize yet
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: 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
};
//# sourceMappingURL=javascript-VT7RDI7P.js.map