javascript-STHAYBGK.js 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. import {
  2. conf,
  3. language
  4. } from "./chunk-2RUEMQ2Y.js";
  5. import "./chunk-5Q5BEFT4.js";
  6. import "./chunk-FBUDSZGC.js";
  7. import "./chunk-2LSFTFF7.js";
  8. // node_modules/.pnpm/monaco-editor@0.38.0/node_modules/monaco-editor/esm/vs/basic-languages/javascript/javascript.js
  9. var conf2 = conf;
  10. var language2 = {
  11. defaultToken: "invalid",
  12. tokenPostfix: ".js",
  13. keywords: [
  14. "break",
  15. "case",
  16. "catch",
  17. "class",
  18. "continue",
  19. "const",
  20. "constructor",
  21. "debugger",
  22. "default",
  23. "delete",
  24. "do",
  25. "else",
  26. "export",
  27. "extends",
  28. "false",
  29. "finally",
  30. "for",
  31. "from",
  32. "function",
  33. "get",
  34. "if",
  35. "import",
  36. "in",
  37. "instanceof",
  38. "let",
  39. "new",
  40. "null",
  41. "return",
  42. "set",
  43. "super",
  44. "switch",
  45. "symbol",
  46. "this",
  47. "throw",
  48. "true",
  49. "try",
  50. "typeof",
  51. "undefined",
  52. "var",
  53. "void",
  54. "while",
  55. "with",
  56. "yield",
  57. "async",
  58. "await",
  59. "of"
  60. ],
  61. typeKeywords: [],
  62. operators: language.operators,
  63. symbols: language.symbols,
  64. escapes: language.escapes,
  65. digits: language.digits,
  66. octaldigits: language.octaldigits,
  67. binarydigits: language.binarydigits,
  68. hexdigits: language.hexdigits,
  69. regexpctl: language.regexpctl,
  70. regexpesc: language.regexpesc,
  71. tokenizer: language.tokenizer
  72. };
  73. export {
  74. conf2 as conf,
  75. language2 as language
  76. };
  77. /*! Bundled license information:
  78. monaco-editor/esm/vs/basic-languages/javascript/javascript.js:
  79. (*!-----------------------------------------------------------------------------
  80. * Copyright (c) Microsoft Corporation. All rights reserved.
  81. * Version: 0.38.0(0e330ae453813de4e6cf272460fb79c7117073d0)
  82. * Released under the MIT license
  83. * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
  84. *-----------------------------------------------------------------------------*)
  85. */
  86. //# sourceMappingURL=javascript-STHAYBGK.js.map