@pb33f/cowboy-components 0.0.14 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/dist/abap-DXvTa7XC.js +1404 -0
  2. package/dist/apex-DsQH3mjJ.js +332 -0
  3. package/dist/assets/css.worker-B_qZXUzt.js +84 -0
  4. package/dist/assets/editor.worker-HEmB0D7P.js +11 -0
  5. package/dist/assets/html.worker-D3WUrk8Q.js +458 -0
  6. package/dist/assets/json.worker-CAhUaBo4.js +42 -0
  7. package/dist/assets/rule-documentation.worker-BFIxMBU8.js +1 -0
  8. package/dist/assets/search-problems.worker-VJi4P9Gj.js +1 -0
  9. package/dist/azcli-Cir32SBk.js +74 -0
  10. package/dist/bat-BsNExolo.js +106 -0
  11. package/dist/bicep-2KcKzeQF.js +108 -0
  12. package/dist/cameligo-D0ezznwE.js +180 -0
  13. package/dist/clojure-DxYzAIlu.js +767 -0
  14. package/dist/coffee-DgiPTF3g.js +238 -0
  15. package/dist/components/editor/editor.d.ts +27 -0
  16. package/dist/components/editor/editor.js +192 -0
  17. package/dist/components/error-banner/error-banner.css.d.ts +2 -0
  18. package/dist/components/error-banner/error-banner.css.js +23 -0
  19. package/dist/components/error-banner/error-banner.d.ts +9 -0
  20. package/dist/components/error-banner/error-banner.js +40 -0
  21. package/dist/components/paginator/paginator-events.d.ts +4 -0
  22. package/dist/components/paginator/paginator-events.js +4 -0
  23. package/dist/components/paginator/paginator-navigator.css.d.ts +2 -0
  24. package/dist/components/paginator/paginator-navigator.css.js +35 -0
  25. package/dist/components/paginator/paginator-navigator.d.ts +27 -0
  26. package/dist/components/paginator/paginator-navigator.js +168 -0
  27. package/dist/components/paginator/paginator.css.d.ts +2 -0
  28. package/dist/components/paginator/paginator.css.js +38 -0
  29. package/dist/components/paginator/paginator.d.ts +22 -0
  30. package/dist/components/paginator/paginator.js +122 -0
  31. package/dist/components/percent-bar/percent-bar.css.d.ts +2 -0
  32. package/dist/components/percent-bar/percent-bar.css.js +65 -0
  33. package/dist/components/percent-bar/percent-bar.d.ts +11 -0
  34. package/dist/components/percent-bar/percent-bar.js +85 -0
  35. package/dist/components/problem-list/details-drawer.css.d.ts +2 -0
  36. package/dist/components/problem-list/details-drawer.css.js +42 -0
  37. package/dist/components/problem-list/details-drawer.d.ts +22 -0
  38. package/dist/components/problem-list/details-drawer.js +66 -0
  39. package/dist/components/problem-list/filter.css.d.ts +2 -0
  40. package/dist/components/problem-list/filter.css.js +67 -0
  41. package/dist/components/problem-list/problem-item.css.d.ts +2 -0
  42. package/dist/components/problem-list/problem-item.css.js +170 -0
  43. package/dist/components/problem-list/problem-item.d.ts +27 -0
  44. package/dist/components/problem-list/problem-item.js +126 -0
  45. package/dist/components/problem-list/problem-label-view-filter.css.d.ts +2 -0
  46. package/dist/components/problem-list/problem-label-view-filter.css.js +6 -0
  47. package/dist/components/problem-list/problem-label-view-filter.d.ts +18 -0
  48. package/dist/components/problem-list/problem-label-view-filter.js +66 -0
  49. package/dist/components/problem-list/problem-list.css.d.ts +2 -0
  50. package/dist/components/problem-list/problem-list.css.js +59 -0
  51. package/dist/components/problem-list/problem-list.d.ts +37 -0
  52. package/dist/components/problem-list/problem-list.js +334 -0
  53. package/dist/components/problem-list/problem-mainview.css.d.ts +2 -0
  54. package/dist/components/problem-list/problem-mainview.css.js +100 -0
  55. package/dist/components/problem-list/problem-mainview.d.ts +20 -0
  56. package/dist/components/problem-list/problem-mainview.js +126 -0
  57. package/dist/components/problem-list/problem-rule-filter.d.ts +13 -0
  58. package/dist/components/problem-list/problem-rule-filter.js +67 -0
  59. package/dist/components/problem-list/problem-search-filter.d.ts +13 -0
  60. package/dist/components/problem-list/problem-search-filter.js +45 -0
  61. package/dist/components/problem-list/problem-sort-filter.d.ts +19 -0
  62. package/dist/components/problem-list/problem-sort-filter.js +67 -0
  63. package/dist/components/problem-list/problem-toolbar.css.d.ts +2 -0
  64. package/dist/components/problem-list/problem-toolbar.css.js +41 -0
  65. package/dist/components/problem-list/problem-toolbar.d.ts +14 -0
  66. package/dist/components/problem-list/problem-toolbar.js +63 -0
  67. package/dist/components/problem-list/shared.css.d.ts +2 -0
  68. package/dist/components/problem-list/shared.css.js +91 -0
  69. package/dist/components/problems-overview/diagnostic-evaluation.css.d.ts +2 -0
  70. package/dist/components/problems-overview/diagnostic-evaluation.css.js +178 -0
  71. package/dist/components/problems-overview/diagnostic-evaluation.d.ts +13 -0
  72. package/dist/components/problems-overview/diagnostic-evaluation.js +119 -0
  73. package/dist/components/problems-overview/document-statistic.css.d.ts +2 -0
  74. package/dist/components/problems-overview/document-statistic.css.js +16 -0
  75. package/dist/components/problems-overview/document-statistic.d.ts +10 -0
  76. package/dist/components/problems-overview/document-statistic.js +49 -0
  77. package/dist/components/problems-overview/problem-overview-group.css.d.ts +2 -0
  78. package/dist/components/problems-overview/problem-overview-group.css.js +84 -0
  79. package/dist/components/problems-overview/problem-overview-group.d.ts +17 -0
  80. package/dist/components/problems-overview/problem-overview-group.js +121 -0
  81. package/dist/components/problems-overview/problem-statistic.css.d.ts +2 -0
  82. package/dist/components/problems-overview/problem-statistic.css.js +40 -0
  83. package/dist/components/problems-overview/problem-statistic.d.ts +11 -0
  84. package/dist/components/problems-overview/problem-statistic.js +57 -0
  85. package/dist/components/problems-overview/problem-statistics.css.d.ts +2 -0
  86. package/dist/components/problems-overview/problem-statistics.css.js +46 -0
  87. package/dist/components/problems-overview/problem-statistics.d.ts +14 -0
  88. package/dist/components/problems-overview/problem-statistics.js +132 -0
  89. package/dist/components/problems-overview/problems-overview.css.d.ts +2 -0
  90. package/dist/components/problems-overview/problems-overview.css.js +49 -0
  91. package/dist/components/problems-overview/problems-overview.d.ts +21 -0
  92. package/dist/components/problems-overview/problems-overview.js +108 -0
  93. package/dist/components/render-json-path/render-json-path.css.d.ts +2 -0
  94. package/dist/components/render-json-path/render-json-path.css.js +86 -0
  95. package/dist/components/render-json-path/render-json-path.d.ts +11 -0
  96. package/dist/components/render-json-path/render-json-path.js +105 -0
  97. package/dist/components/the-doctor/settings.d.ts +5 -0
  98. package/dist/components/the-doctor/settings.js +22 -0
  99. package/dist/components/the-doctor/status-bar.css.d.ts +2 -0
  100. package/dist/components/the-doctor/status-bar.css.js +47 -0
  101. package/dist/components/the-doctor/status-bar.d.ts +12 -0
  102. package/dist/components/the-doctor/status-bar.js +71 -0
  103. package/dist/components/the-doctor/the-doctor.css.d.ts +2 -0
  104. package/dist/components/the-doctor/the-doctor.css.js +156 -0
  105. package/dist/components/the-doctor/the-doctor.d.ts +57 -0
  106. package/dist/components/the-doctor/the-doctor.js +340 -0
  107. package/dist/cowboy-components-FcPnnXMU.js +114388 -0
  108. package/dist/cowboy-components.d.ts +5 -2
  109. package/dist/cowboy-components.js +8 -2
  110. package/dist/cowboy-components.umd.cjs +3997 -103
  111. package/dist/cpp-Bq-GnYlH.js +407 -0
  112. package/dist/csharp-IDcibKAT.js +332 -0
  113. package/dist/csp-QdYr8JWa.js +59 -0
  114. package/dist/css/button.css.d.ts +2 -0
  115. package/dist/css/button.css.js +34 -0
  116. package/dist/css/chroma-synxtax.css.d.ts +2 -0
  117. package/dist/css/chroma-synxtax.css.js +130 -0
  118. package/dist/css/cowboy-components.css +3 -0
  119. package/dist/css/links.css.d.ts +2 -0
  120. package/dist/css/links.css.js +17 -0
  121. package/dist/css/lists.css.d.ts +2 -0
  122. package/dist/css/lists.css.js +43 -0
  123. package/dist/css/pb33f-theme.css +2 -2
  124. package/dist/css/syntax.css.js +1 -1
  125. package/dist/css-C-wMMefI.js +193 -0
  126. package/dist/cssMode-DcUlnXpV.js +1541 -0
  127. package/dist/cypher-BfBo9yir.js +269 -0
  128. package/dist/dart-Cv3rVfv_.js +287 -0
  129. package/dist/dockerfile-DyCXBGhV.js +136 -0
  130. package/dist/ecl-COP_iObm.js +462 -0
  131. package/dist/elixir-DoEhbk9F.js +575 -0
  132. package/dist/events/doctor.d.ts +51 -0
  133. package/dist/events/doctor.js +17 -0
  134. package/dist/flow9-DuHGSNW1.js +148 -0
  135. package/dist/freemarker2-sY6FVddl.js +995 -0
  136. package/dist/fsharp-Dv9PDxVO.js +223 -0
  137. package/dist/go-CcdAeqiK.js +224 -0
  138. package/dist/graphql-CoRm4b1H.js +157 -0
  139. package/dist/handlebars-BqznQEC5.js +425 -0
  140. package/dist/hcl-BSgAhV5f.js +189 -0
  141. package/dist/html-DBpY_ZT1.js +314 -0
  142. package/dist/htmlMode-Cf0lYQWN.js +1551 -0
  143. package/dist/ini-ewx9HLIq.js +77 -0
  144. package/dist/java-B5lwcbTy.js +238 -0
  145. package/dist/javascript-DRgEI2Yf.js +76 -0
  146. package/dist/jsonMode-CmuECwTh.js +1958 -0
  147. package/dist/julia-NCcg_P_q.js +517 -0
  148. package/dist/kotlin-BYlnmGrb.js +259 -0
  149. package/dist/less-DG4tqgOo.js +168 -0
  150. package/dist/lexon-CTTPcJLv.js +163 -0
  151. package/dist/liquid-DWVJYCIL.js +246 -0
  152. package/dist/lua-CxQ1RWuo.js +168 -0
  153. package/dist/m3-mHFfpmgx.js +216 -0
  154. package/dist/markdown-Dh6sYULt.js +235 -0
  155. package/dist/mdx-Bjcj5AvL.js +171 -0
  156. package/dist/mips-CNUcjHD1.js +204 -0
  157. package/dist/model/document-statistics.d.ts +40 -0
  158. package/dist/model/document-statistics.js +4 -0
  159. package/dist/model/how_to_fix.d.ts +4 -0
  160. package/dist/model/how_to_fix.js +1 -0
  161. package/dist/model/problem.d.ts +19 -0
  162. package/dist/model/problem.js +106 -0
  163. package/dist/model/rule_documentation.d.ts +5 -0
  164. package/dist/model/rule_documentation.js +1 -0
  165. package/dist/model/session.d.ts +5 -0
  166. package/dist/model/session.js +1 -0
  167. package/dist/msdax-ZvxFeKvs.js +381 -0
  168. package/dist/mysql-COjg31sJ.js +884 -0
  169. package/dist/objective-c-BqrCFBhT.js +189 -0
  170. package/dist/pascal-CUpkilAS.js +257 -0
  171. package/dist/pascaligo-nJfvRJ7x.js +170 -0
  172. package/dist/perl-CWsX6Ysg.js +632 -0
  173. package/dist/pgsql-DwgpEXC8.js +857 -0
  174. package/dist/php-CrbKyd62.js +506 -0
  175. package/dist/pla-JxXT6Kb-.js +143 -0
  176. package/dist/postiats-BOdnTRGv.js +913 -0
  177. package/dist/powerquery-DTkwcXGH.js +896 -0
  178. package/dist/powershell-Cx53dGpt.js +245 -0
  179. package/dist/protobuf-Dp9vE-l-.js +426 -0
  180. package/dist/pug-BSjKVjwP.js +408 -0
  181. package/dist/python-CiN6iAi3.js +282 -0
  182. package/dist/qsharp-C5P1RxY3.js +291 -0
  183. package/dist/r-sEMYnclc.js +249 -0
  184. package/dist/razor-B4jDf_4z.js +556 -0
  185. package/dist/redis-DbzUc-fU.js +308 -0
  186. package/dist/redshift-nrLijj1O.js +815 -0
  187. package/dist/restructuredtext-CIbGUl6T.js +180 -0
  188. package/dist/ruby-JcYJisWg.js +517 -0
  189. package/dist/rust-BgbFBFXH.js +349 -0
  190. package/dist/sb-hRFFChi7.js +121 -0
  191. package/dist/scala-Cs0yVo3Q.js +376 -0
  192. package/dist/scheme-l_0jNtxy.js +114 -0
  193. package/dist/scss-C4l7ZIRR.js +268 -0
  194. package/dist/services/linting-service.d.ts +12 -0
  195. package/dist/services/linting-service.js +121 -0
  196. package/dist/shell-ikLk_l24.js +227 -0
  197. package/dist/solidity-4GxCaH9e.js +1373 -0
  198. package/dist/sophia-tX0WEZsZ.js +205 -0
  199. package/dist/sparql-D7ky-uMk.js +207 -0
  200. package/dist/sql-CqEfBVGS.js +859 -0
  201. package/dist/st-CNWQPqyI.js +422 -0
  202. package/dist/style.css +1 -1
  203. package/dist/swift-C_fDfC0d.js +318 -0
  204. package/dist/systemverilog-gAvsEtN_.js +582 -0
  205. package/dist/tcl-KbBChuA6.js +238 -0
  206. package/dist/tsMode-29i0IHrU.js +886 -0
  207. package/dist/twig-Bb652BpM.js +398 -0
  208. package/dist/typescript-FDohSLaF.js +349 -0
  209. package/dist/vb-2e5hSeUh.js +378 -0
  210. package/dist/wgsl-CYSDq0zg.js +445 -0
  211. package/dist/workers/rule-documentation.worker.d.ts +1 -0
  212. package/dist/workers/rule-documentation.worker.js +85 -0
  213. package/dist/workers/search-problems.worker.d.ts +1 -0
  214. package/dist/workers/search-problems.worker.js +19 -0
  215. package/dist/xml-BdgdiRK4.js +101 -0
  216. package/dist/yaml-CJDq-Ud3.js +212 -0
  217. package/package.json +6 -4
@@ -0,0 +1,235 @@
1
+ /*!-----------------------------------------------------------------------------
2
+ * Copyright (c) Microsoft Corporation. All rights reserved.
3
+ * Version: 0.46.0(21007360cad28648bdf46282a2592cb47c3a7a6f)
4
+ * Released under the MIT license
5
+ * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6
+ *-----------------------------------------------------------------------------*/
7
+ var e = {
8
+ comments: {
9
+ blockComment: ["<!--", "-->"]
10
+ },
11
+ brackets: [
12
+ ["{", "}"],
13
+ ["[", "]"],
14
+ ["(", ")"]
15
+ ],
16
+ autoClosingPairs: [
17
+ { open: "{", close: "}" },
18
+ { open: "[", close: "]" },
19
+ { open: "(", close: ")" },
20
+ { open: "<", close: ">", notIn: ["string"] }
21
+ ],
22
+ surroundingPairs: [
23
+ { open: "(", close: ")" },
24
+ { open: "[", close: "]" },
25
+ { open: "`", close: "`" }
26
+ ],
27
+ folding: {
28
+ markers: {
29
+ start: new RegExp("^\\s*<!--\\s*#?region\\b.*-->"),
30
+ end: new RegExp("^\\s*<!--\\s*#?endregion\\b.*-->")
31
+ }
32
+ }
33
+ }, t = {
34
+ defaultToken: "",
35
+ tokenPostfix: ".md",
36
+ // escape codes
37
+ control: /[\\`*_\[\]{}()#+\-\.!]/,
38
+ noncontrol: /[^\\`*_\[\]{}()#+\-\.!]/,
39
+ escapes: /\\(?:@control)/,
40
+ // escape codes for javascript/CSS strings
41
+ jsescapes: /\\(?:[btnfr\\"']|[0-7][0-7]?|[0-3][0-7]{2})/,
42
+ // non matched elements
43
+ empty: [
44
+ "area",
45
+ "base",
46
+ "basefont",
47
+ "br",
48
+ "col",
49
+ "frame",
50
+ "hr",
51
+ "img",
52
+ "input",
53
+ "isindex",
54
+ "link",
55
+ "meta",
56
+ "param"
57
+ ],
58
+ tokenizer: {
59
+ root: [
60
+ // markdown tables
61
+ [/^\s*\|/, "@rematch", "@table_header"],
62
+ // headers (with #)
63
+ [/^(\s{0,3})(#+)((?:[^\\#]|@escapes)+)((?:#+)?)/, ["white", "keyword", "keyword", "keyword"]],
64
+ // headers (with =)
65
+ [/^\s*(=+|\-+)\s*$/, "keyword"],
66
+ // headers (with ***)
67
+ [/^\s*((\*[ ]?)+)\s*$/, "meta.separator"],
68
+ // quote
69
+ [/^\s*>+/, "comment"],
70
+ // list (starting with * or number)
71
+ [/^\s*([\*\-+:]|\d+\.)\s/, "keyword"],
72
+ // code block (4 spaces indent)
73
+ [/^(\t|[ ]{4})[^ ].*$/, "string"],
74
+ // code block (3 tilde)
75
+ [/^\s*~~~\s*((?:\w|[\/\-#])+)?\s*$/, { token: "string", next: "@codeblock" }],
76
+ // github style code blocks (with backticks and language)
77
+ [
78
+ /^\s*```\s*((?:\w|[\/\-#])+).*$/,
79
+ { token: "string", next: "@codeblockgh", nextEmbedded: "$1" }
80
+ ],
81
+ // github style code blocks (with backticks but no language)
82
+ [/^\s*```\s*$/, { token: "string", next: "@codeblock" }],
83
+ // markup within lines
84
+ { include: "@linecontent" }
85
+ ],
86
+ table_header: [
87
+ { include: "@table_common" },
88
+ [/[^\|]+/, "keyword.table.header"]
89
+ // table header
90
+ ],
91
+ table_body: [{ include: "@table_common" }, { include: "@linecontent" }],
92
+ table_common: [
93
+ [/\s*[\-:]+\s*/, { token: "keyword", switchTo: "table_body" }],
94
+ // header-divider
95
+ [/^\s*\|/, "keyword.table.left"],
96
+ // opening |
97
+ [/^\s*[^\|]/, "@rematch", "@pop"],
98
+ // exiting
99
+ [/^\s*$/, "@rematch", "@pop"],
100
+ // exiting
101
+ [
102
+ /\|/,
103
+ {
104
+ cases: {
105
+ "@eos": "keyword.table.right",
106
+ // closing |
107
+ "@default": "keyword.table.middle"
108
+ // inner |
109
+ }
110
+ }
111
+ ]
112
+ ],
113
+ codeblock: [
114
+ [/^\s*~~~\s*$/, { token: "string", next: "@pop" }],
115
+ [/^\s*```\s*$/, { token: "string", next: "@pop" }],
116
+ [/.*$/, "variable.source"]
117
+ ],
118
+ // github style code blocks
119
+ codeblockgh: [
120
+ [/```\s*$/, { token: "string", next: "@pop", nextEmbedded: "@pop" }],
121
+ [/[^`]+/, "variable.source"]
122
+ ],
123
+ linecontent: [
124
+ // escapes
125
+ [/&\w+;/, "string.escape"],
126
+ [/@escapes/, "escape"],
127
+ // various markup
128
+ [/\b__([^\\_]|@escapes|_(?!_))+__\b/, "strong"],
129
+ [/\*\*([^\\*]|@escapes|\*(?!\*))+\*\*/, "strong"],
130
+ [/\b_[^_]+_\b/, "emphasis"],
131
+ [/\*([^\\*]|@escapes)+\*/, "emphasis"],
132
+ [/`([^\\`]|@escapes)+`/, "variable"],
133
+ // links
134
+ [/\{+[^}]+\}+/, "string.target"],
135
+ [/(!?\[)((?:[^\]\\]|@escapes)*)(\]\([^\)]+\))/, ["string.link", "", "string.link"]],
136
+ [/(!?\[)((?:[^\]\\]|@escapes)*)(\])/, "string.link"],
137
+ // or html
138
+ { include: "html" }
139
+ ],
140
+ // Note: it is tempting to rather switch to the real HTML mode instead of building our own here
141
+ // but currently there is a limitation in Monarch that prevents us from doing it: The opening
142
+ // '<' would start the HTML mode, however there is no way to jump 1 character back to let the
143
+ // HTML mode also tokenize the opening angle bracket. Thus, even though we could jump to HTML,
144
+ // we cannot correctly tokenize it in that mode yet.
145
+ html: [
146
+ // html tags
147
+ [/<(\w+)\/>/, "tag"],
148
+ [
149
+ /<(\w+)(\-|\w)*/,
150
+ {
151
+ cases: {
152
+ "@empty": { token: "tag", next: "@tag.$1" },
153
+ "@default": { token: "tag", next: "@tag.$1" }
154
+ }
155
+ }
156
+ ],
157
+ [/<\/(\w+)(\-|\w)*\s*>/, { token: "tag" }],
158
+ [/<!--/, "comment", "@comment"]
159
+ ],
160
+ comment: [
161
+ [/[^<\-]+/, "comment.content"],
162
+ [/-->/, "comment", "@pop"],
163
+ [/<!--/, "comment.content.invalid"],
164
+ [/[<\-]/, "comment.content"]
165
+ ],
166
+ // Almost full HTML tag matching, complete with embedded scripts & styles
167
+ tag: [
168
+ [/[ \t\r\n]+/, "white"],
169
+ [
170
+ /(type)(\s*=\s*)(")([^"]+)(")/,
171
+ [
172
+ "attribute.name.html",
173
+ "delimiter.html",
174
+ "string.html",
175
+ { token: "string.html", switchTo: "@tag.$S2.$4" },
176
+ "string.html"
177
+ ]
178
+ ],
179
+ [
180
+ /(type)(\s*=\s*)(')([^']+)(')/,
181
+ [
182
+ "attribute.name.html",
183
+ "delimiter.html",
184
+ "string.html",
185
+ { token: "string.html", switchTo: "@tag.$S2.$4" },
186
+ "string.html"
187
+ ]
188
+ ],
189
+ [/(\w+)(\s*=\s*)("[^"]*"|'[^']*')/, ["attribute.name.html", "delimiter.html", "string.html"]],
190
+ [/\w+/, "attribute.name.html"],
191
+ [/\/>/, "tag", "@pop"],
192
+ [
193
+ />/,
194
+ {
195
+ cases: {
196
+ "$S2==style": {
197
+ token: "tag",
198
+ switchTo: "embeddedStyle",
199
+ nextEmbedded: "text/css"
200
+ },
201
+ "$S2==script": {
202
+ cases: {
203
+ $S3: {
204
+ token: "tag",
205
+ switchTo: "embeddedScript",
206
+ nextEmbedded: "$S3"
207
+ },
208
+ "@default": {
209
+ token: "tag",
210
+ switchTo: "embeddedScript",
211
+ nextEmbedded: "text/javascript"
212
+ }
213
+ }
214
+ },
215
+ "@default": { token: "tag", next: "@pop" }
216
+ }
217
+ }
218
+ ]
219
+ ],
220
+ embeddedStyle: [
221
+ [/[^<]+/, ""],
222
+ [/<\/style\s*>/, { token: "@rematch", next: "@pop", nextEmbedded: "@pop" }],
223
+ [/</, ""]
224
+ ],
225
+ embeddedScript: [
226
+ [/[^<]+/, ""],
227
+ [/<\/script\s*>/, { token: "@rematch", next: "@pop", nextEmbedded: "@pop" }],
228
+ [/</, ""]
229
+ ]
230
+ }
231
+ };
232
+ export {
233
+ e as conf,
234
+ t as language
235
+ };
@@ -0,0 +1,171 @@
1
+ import { m as d } from "./cowboy-components-FcPnnXMU.js";
2
+ /*!-----------------------------------------------------------------------------
3
+ * Copyright (c) Microsoft Corporation. All rights reserved.
4
+ * Version: 0.46.0(21007360cad28648bdf46282a2592cb47c3a7a6f)
5
+ * Released under the MIT license
6
+ * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
7
+ *-----------------------------------------------------------------------------*/
8
+ var p = Object.defineProperty, c = Object.getOwnPropertyDescriptor, a = Object.getOwnPropertyNames, k = Object.prototype.hasOwnProperty, s = (n, e, i, r) => {
9
+ if (e && typeof e == "object" || typeof e == "function")
10
+ for (let o of a(e))
11
+ !k.call(n, o) && o !== i && p(n, o, { get: () => e[o], enumerable: !(r = c(e, o)) || r.enumerable });
12
+ return n;
13
+ }, l = (n, e, i) => (s(n, e, "default"), i && s(i, e, "default")), t = {};
14
+ l(t, d);
15
+ var m = {
16
+ comments: {
17
+ blockComment: ["{/*", "*/}"]
18
+ },
19
+ brackets: [["{", "}"]],
20
+ autoClosingPairs: [
21
+ { open: '"', close: '"' },
22
+ { open: "'", close: "'" },
23
+ { open: "“", close: "”" },
24
+ { open: "‘", close: "’" },
25
+ { open: "`", close: "`" },
26
+ { open: "{", close: "}" },
27
+ { open: "(", close: ")" },
28
+ { open: "_", close: "_" },
29
+ { open: "**", close: "**" },
30
+ { open: "<", close: ">" }
31
+ ],
32
+ onEnterRules: [
33
+ {
34
+ beforeText: /^\s*- .+/,
35
+ action: { indentAction: t.languages.IndentAction.None, appendText: "- " }
36
+ },
37
+ {
38
+ beforeText: /^\s*\+ .+/,
39
+ action: { indentAction: t.languages.IndentAction.None, appendText: "+ " }
40
+ },
41
+ {
42
+ beforeText: /^\s*\* .+/,
43
+ action: { indentAction: t.languages.IndentAction.None, appendText: "* " }
44
+ },
45
+ {
46
+ beforeText: /^> /,
47
+ action: { indentAction: t.languages.IndentAction.None, appendText: "> " }
48
+ },
49
+ {
50
+ beforeText: /<\w+/,
51
+ action: { indentAction: t.languages.IndentAction.Indent }
52
+ },
53
+ {
54
+ beforeText: /\s+>\s*$/,
55
+ action: { indentAction: t.languages.IndentAction.Indent }
56
+ },
57
+ {
58
+ beforeText: /<\/\w+>/,
59
+ action: { indentAction: t.languages.IndentAction.Outdent }
60
+ },
61
+ ...Array.from({ length: 100 }, (n, e) => ({
62
+ beforeText: new RegExp(`^${e}\\. .+`),
63
+ action: { indentAction: t.languages.IndentAction.None, appendText: `${e + 1}. ` }
64
+ }))
65
+ ]
66
+ }, b = {
67
+ defaultToken: "",
68
+ tokenPostfix: ".mdx",
69
+ control: /[!#()*+.[\\\]_`{}\-]/,
70
+ escapes: /\\@control/,
71
+ tokenizer: {
72
+ root: [
73
+ [/^---$/, { token: "meta.content", next: "@frontmatter", nextEmbedded: "yaml" }],
74
+ [/^\s*import/, { token: "keyword", next: "@import", nextEmbedded: "js" }],
75
+ [/^\s*export/, { token: "keyword", next: "@export", nextEmbedded: "js" }],
76
+ [/<\w+/, { token: "type.identifier", next: "@jsx" }],
77
+ [/<\/?\w+>/, "type.identifier"],
78
+ [
79
+ /^(\s*)(>*\s*)(#{1,6}\s)/,
80
+ [{ token: "white" }, { token: "comment" }, { token: "keyword", next: "@header" }]
81
+ ],
82
+ [/^(\s*)(>*\s*)([*+-])(\s+)/, ["white", "comment", "keyword", "white"]],
83
+ [/^(\s*)(>*\s*)(\d{1,9}\.)(\s+)/, ["white", "comment", "number", "white"]],
84
+ [/^(\s*)(>*\s*)(\d{1,9}\.)(\s+)/, ["white", "comment", "number", "white"]],
85
+ [/^(\s*)(>*\s*)(-{3,}|\*{3,}|_{3,})$/, ["white", "comment", "keyword"]],
86
+ [/`{3,}(\s.*)?$/, { token: "string", next: "@codeblock_backtick" }],
87
+ [/~{3,}(\s.*)?$/, { token: "string", next: "@codeblock_tilde" }],
88
+ [
89
+ /`{3,}(\S+).*$/,
90
+ { token: "string", next: "@codeblock_highlight_backtick", nextEmbedded: "$1" }
91
+ ],
92
+ [
93
+ /~{3,}(\S+).*$/,
94
+ { token: "string", next: "@codeblock_highlight_tilde", nextEmbedded: "$1" }
95
+ ],
96
+ [/^(\s*)(-{4,})$/, ["white", "comment"]],
97
+ [/^(\s*)(>+)/, ["white", "comment"]],
98
+ { include: "content" }
99
+ ],
100
+ content: [
101
+ [
102
+ /(\[)(.+)(]\()(.+)(\s+".*")(\))/,
103
+ ["", "string.link", "", "type.identifier", "string.link", ""]
104
+ ],
105
+ [/(\[)(.+)(]\()(.+)(\))/, ["", "type.identifier", "", "string.link", ""]],
106
+ [/(\[)(.+)(]\[)(.+)(])/, ["", "type.identifier", "", "type.identifier", ""]],
107
+ [/(\[)(.+)(]:\s+)(\S*)/, ["", "type.identifier", "", "string.link"]],
108
+ [/(\[)(.+)(])/, ["", "type.identifier", ""]],
109
+ [/`.*`/, "variable.source"],
110
+ [/_/, { token: "emphasis", next: "@emphasis_underscore" }],
111
+ [/\*(?!\*)/, { token: "emphasis", next: "@emphasis_asterisk" }],
112
+ [/\*\*/, { token: "strong", next: "@strong" }],
113
+ [/{/, { token: "delimiter.bracket", next: "@expression", nextEmbedded: "js" }]
114
+ ],
115
+ import: [[/'\s*(;|$)/, { token: "string", next: "@pop", nextEmbedded: "@pop" }]],
116
+ expression: [
117
+ [/{/, { token: "delimiter.bracket", next: "@expression" }],
118
+ [/}/, { token: "delimiter.bracket", next: "@pop", nextEmbedded: "@pop" }]
119
+ ],
120
+ export: [[/^\s*$/, { token: "delimiter.bracket", next: "@pop", nextEmbedded: "@pop" }]],
121
+ jsx: [
122
+ [/\s+/, ""],
123
+ [/(\w+)(=)("(?:[^"\\]|\\.)*")/, ["attribute.name", "operator", "string"]],
124
+ [/(\w+)(=)('(?:[^'\\]|\\.)*')/, ["attribute.name", "operator", "string"]],
125
+ [/(\w+(?=\s|>|={|$))/, ["attribute.name"]],
126
+ [/={/, { token: "delimiter.bracket", next: "@expression", nextEmbedded: "js" }],
127
+ [/>/, { token: "type.identifier", next: "@pop" }]
128
+ ],
129
+ header: [
130
+ [/.$/, { token: "keyword", next: "@pop" }],
131
+ { include: "content" },
132
+ [/./, { token: "keyword" }]
133
+ ],
134
+ strong: [
135
+ [/\*\*/, { token: "strong", next: "@pop" }],
136
+ { include: "content" },
137
+ [/./, { token: "strong" }]
138
+ ],
139
+ emphasis_underscore: [
140
+ [/_/, { token: "emphasis", next: "@pop" }],
141
+ { include: "content" },
142
+ [/./, { token: "emphasis" }]
143
+ ],
144
+ emphasis_asterisk: [
145
+ [/\*(?!\*)/, { token: "emphasis", next: "@pop" }],
146
+ { include: "content" },
147
+ [/./, { token: "emphasis" }]
148
+ ],
149
+ frontmatter: [[/^---$/, { token: "meta.content", nextEmbedded: "@pop", next: "@pop" }]],
150
+ codeblock_highlight_backtick: [
151
+ [/\s*`{3,}\s*$/, { token: "string", next: "@pop", nextEmbedded: "@pop" }],
152
+ [/.*$/, "variable.source"]
153
+ ],
154
+ codeblock_highlight_tilde: [
155
+ [/\s*~{3,}\s*$/, { token: "string", next: "@pop", nextEmbedded: "@pop" }],
156
+ [/.*$/, "variable.source"]
157
+ ],
158
+ codeblock_backtick: [
159
+ [/\s*`{3,}\s*$/, { token: "string", next: "@pop" }],
160
+ [/.*$/, "variable.source"]
161
+ ],
162
+ codeblock_tilde: [
163
+ [/\s*~{3,}\s*$/, { token: "string", next: "@pop" }],
164
+ [/.*$/, "variable.source"]
165
+ ]
166
+ }
167
+ };
168
+ export {
169
+ m as conf,
170
+ b as language
171
+ };
@@ -0,0 +1,204 @@
1
+ /*!-----------------------------------------------------------------------------
2
+ * Copyright (c) Microsoft Corporation. All rights reserved.
3
+ * Version: 0.46.0(21007360cad28648bdf46282a2592cb47c3a7a6f)
4
+ * Released under the MIT license
5
+ * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6
+ *-----------------------------------------------------------------------------*/
7
+ var e = {
8
+ wordPattern: /(-?\d*\.\d\w*)|([^\`\~\!\@\#%\^\&\*\(\)\=\$\-\+\[\{\]\}\\\|\;\:\'\"\,\.\<\>\/\?\s]+)/g,
9
+ comments: {
10
+ blockComment: ["###", "###"],
11
+ lineComment: "#"
12
+ },
13
+ folding: {
14
+ markers: {
15
+ start: new RegExp("^\\s*#region\\b"),
16
+ end: new RegExp("^\\s*#endregion\\b")
17
+ }
18
+ }
19
+ }, t = {
20
+ defaultToken: "",
21
+ ignoreCase: !1,
22
+ tokenPostfix: ".mips",
23
+ regEx: /\/(?!\/\/)(?:[^\/\\]|\\.)*\/[igm]*/,
24
+ keywords: [
25
+ ".data",
26
+ ".text",
27
+ "syscall",
28
+ "trap",
29
+ "add",
30
+ "addu",
31
+ "addi",
32
+ "addiu",
33
+ "and",
34
+ "andi",
35
+ "div",
36
+ "divu",
37
+ "mult",
38
+ "multu",
39
+ "nor",
40
+ "or",
41
+ "ori",
42
+ "sll",
43
+ "slv",
44
+ "sra",
45
+ "srav",
46
+ "srl",
47
+ "srlv",
48
+ "sub",
49
+ "subu",
50
+ "xor",
51
+ "xori",
52
+ "lhi",
53
+ "lho",
54
+ "lhi",
55
+ "llo",
56
+ "slt",
57
+ "slti",
58
+ "sltu",
59
+ "sltiu",
60
+ "beq",
61
+ "bgtz",
62
+ "blez",
63
+ "bne",
64
+ "j",
65
+ "jal",
66
+ "jalr",
67
+ "jr",
68
+ "lb",
69
+ "lbu",
70
+ "lh",
71
+ "lhu",
72
+ "lw",
73
+ "li",
74
+ "la",
75
+ "sb",
76
+ "sh",
77
+ "sw",
78
+ "mfhi",
79
+ "mflo",
80
+ "mthi",
81
+ "mtlo",
82
+ "move"
83
+ ],
84
+ // we include these common regular expressions
85
+ symbols: /[\.,\:]+/,
86
+ escapes: /\\(?:[abfnrtv\\"'$]|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,
87
+ // The main tokenizer for our languages
88
+ tokenizer: {
89
+ root: [
90
+ // identifiers and keywords
91
+ [/\$[a-zA-Z_]\w*/, "variable.predefined"],
92
+ [
93
+ /[.a-zA-Z_]\w*/,
94
+ {
95
+ cases: {
96
+ this: "variable.predefined",
97
+ "@keywords": { token: "keyword.$0" },
98
+ "@default": ""
99
+ }
100
+ }
101
+ ],
102
+ // whitespace
103
+ [/[ \t\r\n]+/, ""],
104
+ // Comments
105
+ [/#.*$/, "comment"],
106
+ // regular expressions
107
+ ["///", { token: "regexp", next: "@hereregexp" }],
108
+ [/^(\s*)(@regEx)/, ["", "regexp"]],
109
+ [/(\,)(\s*)(@regEx)/, ["delimiter", "", "regexp"]],
110
+ [/(\:)(\s*)(@regEx)/, ["delimiter", "", "regexp"]],
111
+ // delimiters
112
+ [/@symbols/, "delimiter"],
113
+ // numbers
114
+ [/\d+[eE]([\-+]?\d+)?/, "number.float"],
115
+ [/\d+\.\d+([eE][\-+]?\d+)?/, "number.float"],
116
+ [/0[xX][0-9a-fA-F]+/, "number.hex"],
117
+ [/0[0-7]+(?!\d)/, "number.octal"],
118
+ [/\d+/, "number"],
119
+ // delimiter: after number because of .\d floats
120
+ [/[,.]/, "delimiter"],
121
+ // strings:
122
+ [/"""/, "string", '@herestring."""'],
123
+ [/'''/, "string", "@herestring.'''"],
124
+ [
125
+ /"/,
126
+ {
127
+ cases: {
128
+ "@eos": "string",
129
+ "@default": { token: "string", next: '@string."' }
130
+ }
131
+ }
132
+ ],
133
+ [
134
+ /'/,
135
+ {
136
+ cases: {
137
+ "@eos": "string",
138
+ "@default": { token: "string", next: "@string.'" }
139
+ }
140
+ }
141
+ ]
142
+ ],
143
+ string: [
144
+ [/[^"'\#\\]+/, "string"],
145
+ [/@escapes/, "string.escape"],
146
+ [/\./, "string.escape.invalid"],
147
+ [/\./, "string.escape.invalid"],
148
+ [
149
+ /#{/,
150
+ {
151
+ cases: {
152
+ '$S2=="': {
153
+ token: "string",
154
+ next: "root.interpolatedstring"
155
+ },
156
+ "@default": "string"
157
+ }
158
+ }
159
+ ],
160
+ [
161
+ /["']/,
162
+ {
163
+ cases: {
164
+ "$#==$S2": { token: "string", next: "@pop" },
165
+ "@default": "string"
166
+ }
167
+ }
168
+ ],
169
+ [/#/, "string"]
170
+ ],
171
+ herestring: [
172
+ [
173
+ /("""|''')/,
174
+ {
175
+ cases: {
176
+ "$1==$S2": { token: "string", next: "@pop" },
177
+ "@default": "string"
178
+ }
179
+ }
180
+ ],
181
+ [/[^#\\'"]+/, "string"],
182
+ [/['"]+/, "string"],
183
+ [/@escapes/, "string.escape"],
184
+ [/\./, "string.escape.invalid"],
185
+ [/#{/, { token: "string.quote", next: "root.interpolatedstring" }],
186
+ [/#/, "string"]
187
+ ],
188
+ comment: [
189
+ [/[^#]+/, "comment"],
190
+ [/#/, "comment"]
191
+ ],
192
+ hereregexp: [
193
+ [/[^\\\/#]+/, "regexp"],
194
+ [/\\./, "regexp"],
195
+ [/#.*$/, "comment"],
196
+ ["///[igm]*", { token: "regexp", next: "@pop" }],
197
+ [/\//, "regexp"]
198
+ ]
199
+ }
200
+ };
201
+ export {
202
+ e as conf,
203
+ t as language
204
+ };
@@ -0,0 +1,40 @@
1
+ export declare class DrDiagnostics {
2
+ statistics: DocumentStatistics;
3
+ diagnosis: string;
4
+ remainingCredit: number;
5
+ evaluation: string;
6
+ }
7
+ export declare class DocumentStatistics {
8
+ filesizeKb: number;
9
+ filesizeBytes: number;
10
+ specType: string;
11
+ specFormat: string;
12
+ version: string;
13
+ references: number;
14
+ externalDocs: number;
15
+ schemas: number;
16
+ parameters: number;
17
+ links: number;
18
+ paths: number;
19
+ operations: number;
20
+ tags: number;
21
+ examples: number;
22
+ enums: number;
23
+ security: number;
24
+ overallScore: number;
25
+ totalErrors: number;
26
+ totalWarnings: number;
27
+ totalInfo: number;
28
+ totalHints: number;
29
+ categoryStatistics: CategoryStatistic[];
30
+ }
31
+ export interface CategoryStatistic {
32
+ categoryName: string;
33
+ categoryId: string;
34
+ numIssues: number;
35
+ score: number;
36
+ warnings: number;
37
+ errors: number;
38
+ info: number;
39
+ hints: number;
40
+ }
@@ -0,0 +1,4 @@
1
+ export class DrDiagnostics {
2
+ }
3
+ export class DocumentStatistics {
4
+ }
@@ -0,0 +1,4 @@
1
+ export interface HowToFix {
2
+ ruleId: string;
3
+ howToFix: string;
4
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,19 @@
1
+ import * as monaco from "monaco-editor";
2
+ import { MarkerSeverity } from "monaco-editor";
3
+ export declare class Problem implements monaco.editor.IMarkerData {
4
+ category: string;
5
+ jsonPath: string;
6
+ endColumn: number;
7
+ endLineNumber: number;
8
+ message: string;
9
+ severity: MarkerSeverity;
10
+ startColumn: number;
11
+ startLineNumber: number;
12
+ source: string;
13
+ id: string;
14
+ static reconstruct(problem: Problem): Problem;
15
+ constructor(category: string, jsonPath: string, endColumn: number, endLineNumber: number, message: string, severity: MarkerSeverity, startColumn: number, startLineNumber: number, source: string, id: string);
16
+ hash(): string;
17
+ }
18
+ export declare function getProblemClass(problem: Problem): string;
19
+ export declare function getProblemIcon(problem: Problem): string;