@muze-nl/simplystore 0.3.6 → 0.4.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 (328) hide show
  1. package/package.json +2 -2
  2. package/package.json~ +33 -0
  3. package/src/server.mjs +68 -61
  4. package/www/codemirror/addon/comment/comment.js +0 -211
  5. package/www/codemirror/addon/comment/continuecomment.js +0 -114
  6. package/www/codemirror/addon/dialog/dialog.css +0 -32
  7. package/www/codemirror/addon/dialog/dialog.js +0 -163
  8. package/www/codemirror/addon/display/autorefresh.js +0 -47
  9. package/www/codemirror/addon/display/fullscreen.css +0 -6
  10. package/www/codemirror/addon/display/fullscreen.js +0 -41
  11. package/www/codemirror/addon/display/panel.js +0 -133
  12. package/www/codemirror/addon/display/placeholder.js +0 -78
  13. package/www/codemirror/addon/display/rulers.js +0 -51
  14. package/www/codemirror/addon/edit/closebrackets.js +0 -201
  15. package/www/codemirror/addon/edit/closetag.js +0 -185
  16. package/www/codemirror/addon/edit/continuelist.js +0 -101
  17. package/www/codemirror/addon/edit/matchbrackets.js +0 -160
  18. package/www/codemirror/addon/edit/matchtags.js +0 -66
  19. package/www/codemirror/addon/edit/trailingspace.js +0 -27
  20. package/www/codemirror/addon/fold/brace-fold.js +0 -119
  21. package/www/codemirror/addon/fold/comment-fold.js +0 -59
  22. package/www/codemirror/addon/fold/foldcode.js +0 -159
  23. package/www/codemirror/addon/fold/foldgutter.css +0 -20
  24. package/www/codemirror/addon/fold/foldgutter.js +0 -169
  25. package/www/codemirror/addon/fold/indent-fold.js +0 -48
  26. package/www/codemirror/addon/fold/markdown-fold.js +0 -49
  27. package/www/codemirror/addon/fold/xml-fold.js +0 -184
  28. package/www/codemirror/addon/hint/anyword-hint.js +0 -41
  29. package/www/codemirror/addon/hint/css-hint.js +0 -66
  30. package/www/codemirror/addon/hint/html-hint.js +0 -351
  31. package/www/codemirror/addon/hint/javascript-hint.js +0 -162
  32. package/www/codemirror/addon/hint/show-hint.css +0 -37
  33. package/www/codemirror/addon/hint/show-hint.js +0 -523
  34. package/www/codemirror/addon/hint/sql-hint.js +0 -304
  35. package/www/codemirror/addon/hint/xml-hint.js +0 -132
  36. package/www/codemirror/addon/lint/coffeescript-lint.js +0 -47
  37. package/www/codemirror/addon/lint/css-lint.js +0 -40
  38. package/www/codemirror/addon/lint/html-lint.js +0 -59
  39. package/www/codemirror/addon/lint/json-lint.js +0 -40
  40. package/www/codemirror/addon/lint/yaml-lint.js +0 -41
  41. package/www/codemirror/addon/merge/merge.css +0 -119
  42. package/www/codemirror/addon/merge/merge.js +0 -1018
  43. package/www/codemirror/addon/mode/loadmode.js +0 -66
  44. package/www/codemirror/addon/mode/multiplex.js +0 -136
  45. package/www/codemirror/addon/mode/multiplex_test.js +0 -49
  46. package/www/codemirror/addon/mode/overlay.js +0 -90
  47. package/www/codemirror/addon/mode/simple.js +0 -216
  48. package/www/codemirror/addon/runmode/colorize.js +0 -40
  49. package/www/codemirror/addon/runmode/runmode-standalone.js +0 -334
  50. package/www/codemirror/addon/runmode/runmode.js +0 -76
  51. package/www/codemirror/addon/runmode/runmode.node.js +0 -329
  52. package/www/codemirror/addon/scroll/annotatescrollbar.js +0 -128
  53. package/www/codemirror/addon/scroll/scrollpastend.js +0 -48
  54. package/www/codemirror/addon/scroll/simplescrollbars.css +0 -66
  55. package/www/codemirror/addon/scroll/simplescrollbars.js +0 -152
  56. package/www/codemirror/addon/search/jump-to-line.js +0 -53
  57. package/www/codemirror/addon/search/match-highlighter.js +0 -167
  58. package/www/codemirror/addon/search/matchesonscrollbar.css +0 -8
  59. package/www/codemirror/addon/search/matchesonscrollbar.js +0 -97
  60. package/www/codemirror/addon/search/search.js +0 -295
  61. package/www/codemirror/addon/search/searchcursor.js +0 -305
  62. package/www/codemirror/addon/selection/active-line.js +0 -72
  63. package/www/codemirror/addon/selection/mark-selection.js +0 -119
  64. package/www/codemirror/addon/selection/selection-pointer.js +0 -98
  65. package/www/codemirror/addon/tern/tern.css +0 -87
  66. package/www/codemirror/addon/tern/tern.js +0 -756
  67. package/www/codemirror/addon/tern/worker.js +0 -44
  68. package/www/codemirror/addon/wrap/hardwrap.js +0 -160
  69. package/www/codemirror/bin/source-highlight +0 -48
  70. package/www/codemirror/keymap/emacs.js +0 -545
  71. package/www/codemirror/keymap/sublime.js +0 -720
  72. package/www/codemirror/keymap/vim.js +0 -5978
  73. package/www/codemirror/mode/apl/apl.js +0 -174
  74. package/www/codemirror/mode/asciiarmor/asciiarmor.js +0 -74
  75. package/www/codemirror/mode/asn.1/asn.1.js +0 -204
  76. package/www/codemirror/mode/asterisk/asterisk.js +0 -220
  77. package/www/codemirror/mode/brainfuck/brainfuck.js +0 -85
  78. package/www/codemirror/mode/clike/clike.js +0 -940
  79. package/www/codemirror/mode/clojure/clojure.js +0 -292
  80. package/www/codemirror/mode/cmake/cmake.js +0 -97
  81. package/www/codemirror/mode/cobol/cobol.js +0 -255
  82. package/www/codemirror/mode/coffeescript/coffeescript.js +0 -359
  83. package/www/codemirror/mode/commonlisp/commonlisp.js +0 -125
  84. package/www/codemirror/mode/crystal/crystal.js +0 -433
  85. package/www/codemirror/mode/css/css.js +0 -862
  86. package/www/codemirror/mode/cypher/cypher.js +0 -152
  87. package/www/codemirror/mode/d/d.js +0 -223
  88. package/www/codemirror/mode/dart/dart.js +0 -166
  89. package/www/codemirror/mode/diff/diff.js +0 -47
  90. package/www/codemirror/mode/django/django.js +0 -356
  91. package/www/codemirror/mode/dockerfile/dockerfile.js +0 -211
  92. package/www/codemirror/mode/dtd/dtd.js +0 -142
  93. package/www/codemirror/mode/dylan/dylan.js +0 -352
  94. package/www/codemirror/mode/ebnf/ebnf.js +0 -195
  95. package/www/codemirror/mode/ecl/ecl.js +0 -206
  96. package/www/codemirror/mode/eiffel/eiffel.js +0 -160
  97. package/www/codemirror/mode/elm/elm.js +0 -245
  98. package/www/codemirror/mode/erlang/erlang.js +0 -619
  99. package/www/codemirror/mode/factor/factor.js +0 -85
  100. package/www/codemirror/mode/fcl/fcl.js +0 -173
  101. package/www/codemirror/mode/forth/forth.js +0 -180
  102. package/www/codemirror/mode/fortran/fortran.js +0 -188
  103. package/www/codemirror/mode/gas/gas.js +0 -353
  104. package/www/codemirror/mode/gfm/gfm.js +0 -129
  105. package/www/codemirror/mode/gherkin/gherkin.js +0 -178
  106. package/www/codemirror/mode/go/go.js +0 -187
  107. package/www/codemirror/mode/groovy/groovy.js +0 -247
  108. package/www/codemirror/mode/haml/haml.js +0 -161
  109. package/www/codemirror/mode/handlebars/handlebars.js +0 -70
  110. package/www/codemirror/mode/haskell/haskell.js +0 -268
  111. package/www/codemirror/mode/haskell-literate/haskell-literate.js +0 -43
  112. package/www/codemirror/mode/haxe/haxe.js +0 -515
  113. package/www/codemirror/mode/htmlembedded/htmlembedded.js +0 -37
  114. package/www/codemirror/mode/htmlmixed/htmlmixed.js +0 -153
  115. package/www/codemirror/mode/http/http.js +0 -113
  116. package/www/codemirror/mode/idl/idl.js +0 -290
  117. package/www/codemirror/mode/jinja2/jinja2.js +0 -193
  118. package/www/codemirror/mode/jsx/jsx.js +0 -148
  119. package/www/codemirror/mode/julia/julia.js +0 -390
  120. package/www/codemirror/mode/livescript/livescript.js +0 -280
  121. package/www/codemirror/mode/lua/lua.js +0 -160
  122. package/www/codemirror/mode/markdown/markdown.js +0 -886
  123. package/www/codemirror/mode/mathematica/mathematica.js +0 -176
  124. package/www/codemirror/mode/mbox/mbox.js +0 -129
  125. package/www/codemirror/mode/meta.js +0 -221
  126. package/www/codemirror/mode/mirc/mirc.js +0 -193
  127. package/www/codemirror/mode/mllike/mllike.js +0 -359
  128. package/www/codemirror/mode/modelica/modelica.js +0 -245
  129. package/www/codemirror/mode/mscgen/mscgen.js +0 -175
  130. package/www/codemirror/mode/mumps/mumps.js +0 -148
  131. package/www/codemirror/mode/nginx/nginx.js +0 -178
  132. package/www/codemirror/mode/nsis/nsis.js +0 -95
  133. package/www/codemirror/mode/ntriples/ntriples.js +0 -195
  134. package/www/codemirror/mode/octave/octave.js +0 -139
  135. package/www/codemirror/mode/oz/oz.js +0 -252
  136. package/www/codemirror/mode/pascal/pascal.js +0 -136
  137. package/www/codemirror/mode/pegjs/pegjs.js +0 -111
  138. package/www/codemirror/mode/perl/perl.js +0 -836
  139. package/www/codemirror/mode/php/php.js +0 -234
  140. package/www/codemirror/mode/pig/pig.js +0 -178
  141. package/www/codemirror/mode/powershell/powershell.js +0 -398
  142. package/www/codemirror/mode/properties/properties.js +0 -78
  143. package/www/codemirror/mode/protobuf/protobuf.js +0 -72
  144. package/www/codemirror/mode/pug/pug.js +0 -591
  145. package/www/codemirror/mode/puppet/puppet.js +0 -220
  146. package/www/codemirror/mode/python/python.js +0 -402
  147. package/www/codemirror/mode/q/q.js +0 -139
  148. package/www/codemirror/mode/r/r.js +0 -190
  149. package/www/codemirror/mode/rpm/changes/index.html +0 -66
  150. package/www/codemirror/mode/rpm/rpm.js +0 -109
  151. package/www/codemirror/mode/rst/rst.js +0 -557
  152. package/www/codemirror/mode/ruby/ruby.js +0 -303
  153. package/www/codemirror/mode/rust/rust.js +0 -72
  154. package/www/codemirror/mode/sas/sas.js +0 -303
  155. package/www/codemirror/mode/sass/sass.js +0 -459
  156. package/www/codemirror/mode/scheme/scheme.js +0 -284
  157. package/www/codemirror/mode/shell/shell.js +0 -168
  158. package/www/codemirror/mode/sieve/sieve.js +0 -193
  159. package/www/codemirror/mode/slim/slim.js +0 -575
  160. package/www/codemirror/mode/smalltalk/smalltalk.js +0 -168
  161. package/www/codemirror/mode/smarty/smarty.js +0 -225
  162. package/www/codemirror/mode/solr/solr.js +0 -104
  163. package/www/codemirror/mode/soy/soy.js +0 -665
  164. package/www/codemirror/mode/sparql/sparql.js +0 -184
  165. package/www/codemirror/mode/spreadsheet/spreadsheet.js +0 -112
  166. package/www/codemirror/mode/sql/sql.js +0 -525
  167. package/www/codemirror/mode/stex/stex.js +0 -264
  168. package/www/codemirror/mode/stylus/stylus.js +0 -775
  169. package/www/codemirror/mode/swift/swift.js +0 -221
  170. package/www/codemirror/mode/tcl/tcl.js +0 -140
  171. package/www/codemirror/mode/textile/textile.js +0 -469
  172. package/www/codemirror/mode/tiddlywiki/tiddlywiki.css +0 -14
  173. package/www/codemirror/mode/tiddlywiki/tiddlywiki.js +0 -308
  174. package/www/codemirror/mode/tiki/tiki.css +0 -26
  175. package/www/codemirror/mode/tiki/tiki.js +0 -312
  176. package/www/codemirror/mode/toml/toml.js +0 -88
  177. package/www/codemirror/mode/tornado/tornado.js +0 -68
  178. package/www/codemirror/mode/troff/troff.js +0 -84
  179. package/www/codemirror/mode/ttcn/ttcn.js +0 -283
  180. package/www/codemirror/mode/ttcn-cfg/ttcn-cfg.js +0 -214
  181. package/www/codemirror/mode/turtle/turtle.js +0 -162
  182. package/www/codemirror/mode/twig/twig.js +0 -141
  183. package/www/codemirror/mode/vb/vb.js +0 -275
  184. package/www/codemirror/mode/vbscript/vbscript.js +0 -350
  185. package/www/codemirror/mode/velocity/velocity.js +0 -202
  186. package/www/codemirror/mode/verilog/verilog.js +0 -781
  187. package/www/codemirror/mode/vhdl/vhdl.js +0 -189
  188. package/www/codemirror/mode/vue/vue.js +0 -77
  189. package/www/codemirror/mode/wast/wast.js +0 -132
  190. package/www/codemirror/mode/webidl/webidl.js +0 -195
  191. package/www/codemirror/mode/xml/xml.js +0 -417
  192. package/www/codemirror/mode/xquery/xquery.js +0 -448
  193. package/www/codemirror/mode/yacas/yacas.js +0 -204
  194. package/www/codemirror/mode/yaml/yaml.js +0 -120
  195. package/www/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js +0 -72
  196. package/www/codemirror/mode/z80/z80.js +0 -116
  197. package/www/codemirror/rollup.config.js +0 -52
  198. package/www/codemirror/src/addon/runmode/codemirror-standalone.js +0 -24
  199. package/www/codemirror/src/addon/runmode/codemirror.node.js +0 -21
  200. package/www/codemirror/src/addon/runmode/runmode-standalone.js +0 -2
  201. package/www/codemirror/src/addon/runmode/runmode.node.js +0 -2
  202. package/www/codemirror/src/codemirror.js +0 -3
  203. package/www/codemirror/src/display/Display.js +0 -116
  204. package/www/codemirror/src/display/focus.js +0 -50
  205. package/www/codemirror/src/display/gutters.js +0 -44
  206. package/www/codemirror/src/display/highlight_worker.js +0 -55
  207. package/www/codemirror/src/display/line_numbers.js +0 -48
  208. package/www/codemirror/src/display/mode_state.js +0 -22
  209. package/www/codemirror/src/display/operations.js +0 -206
  210. package/www/codemirror/src/display/scroll_events.js +0 -132
  211. package/www/codemirror/src/display/scrollbars.js +0 -194
  212. package/www/codemirror/src/display/scrolling.js +0 -186
  213. package/www/codemirror/src/display/selection.js +0 -173
  214. package/www/codemirror/src/display/update_display.js +0 -267
  215. package/www/codemirror/src/display/update_line.js +0 -189
  216. package/www/codemirror/src/display/update_lines.js +0 -82
  217. package/www/codemirror/src/display/view_tracking.js +0 -153
  218. package/www/codemirror/src/edit/CodeMirror.js +0 -217
  219. package/www/codemirror/src/edit/commands.js +0 -178
  220. package/www/codemirror/src/edit/deleteNearSelection.js +0 -30
  221. package/www/codemirror/src/edit/drop_events.js +0 -130
  222. package/www/codemirror/src/edit/fromTextArea.js +0 -61
  223. package/www/codemirror/src/edit/global_events.js +0 -45
  224. package/www/codemirror/src/edit/key_events.js +0 -163
  225. package/www/codemirror/src/edit/legacy.js +0 -62
  226. package/www/codemirror/src/edit/main.js +0 -69
  227. package/www/codemirror/src/edit/methods.js +0 -555
  228. package/www/codemirror/src/edit/mouse_events.js +0 -417
  229. package/www/codemirror/src/edit/options.js +0 -194
  230. package/www/codemirror/src/edit/utils.js +0 -7
  231. package/www/codemirror/src/input/ContentEditableInput.js +0 -546
  232. package/www/codemirror/src/input/TextareaInput.js +0 -380
  233. package/www/codemirror/src/input/indent.js +0 -71
  234. package/www/codemirror/src/input/input.js +0 -134
  235. package/www/codemirror/src/input/keymap.js +0 -147
  236. package/www/codemirror/src/input/keynames.js +0 -17
  237. package/www/codemirror/src/input/movement.js +0 -111
  238. package/www/codemirror/src/line/highlight.js +0 -284
  239. package/www/codemirror/src/line/line_data.js +0 -349
  240. package/www/codemirror/src/line/pos.js +0 -40
  241. package/www/codemirror/src/line/saw_special_spans.js +0 -10
  242. package/www/codemirror/src/line/spans.js +0 -390
  243. package/www/codemirror/src/line/utils_line.js +0 -85
  244. package/www/codemirror/src/measurement/position_measurement.js +0 -702
  245. package/www/codemirror/src/measurement/widgets.js +0 -26
  246. package/www/codemirror/src/model/Doc.js +0 -436
  247. package/www/codemirror/src/model/change_measurement.js +0 -61
  248. package/www/codemirror/src/model/changes.js +0 -339
  249. package/www/codemirror/src/model/chunk.js +0 -167
  250. package/www/codemirror/src/model/document_data.js +0 -112
  251. package/www/codemirror/src/model/history.js +0 -228
  252. package/www/codemirror/src/model/line_widget.js +0 -78
  253. package/www/codemirror/src/model/mark_text.js +0 -293
  254. package/www/codemirror/src/model/selection.js +0 -84
  255. package/www/codemirror/src/model/selection_updates.js +0 -216
  256. package/www/codemirror/src/modes.js +0 -96
  257. package/www/codemirror/src/util/StringStream.js +0 -90
  258. package/www/codemirror/src/util/bidi.js +0 -215
  259. package/www/codemirror/src/util/browser.js +0 -34
  260. package/www/codemirror/src/util/dom.js +0 -101
  261. package/www/codemirror/src/util/event.js +0 -103
  262. package/www/codemirror/src/util/feature_detection.js +0 -84
  263. package/www/codemirror/src/util/misc.js +0 -168
  264. package/www/codemirror/src/util/operation_group.js +0 -72
  265. package/www/codemirror/theme/3024-day.css +0 -41
  266. package/www/codemirror/theme/3024-night.css +0 -39
  267. package/www/codemirror/theme/abbott.css +0 -268
  268. package/www/codemirror/theme/abcdef.css +0 -32
  269. package/www/codemirror/theme/ambiance-mobile.css +0 -5
  270. package/www/codemirror/theme/ambiance.css +0 -74
  271. package/www/codemirror/theme/ayu-dark.css +0 -44
  272. package/www/codemirror/theme/ayu-mirage.css +0 -45
  273. package/www/codemirror/theme/base16-dark.css +0 -40
  274. package/www/codemirror/theme/base16-light.css +0 -38
  275. package/www/codemirror/theme/bespin.css +0 -34
  276. package/www/codemirror/theme/blackboard.css +0 -32
  277. package/www/codemirror/theme/cobalt.css +0 -25
  278. package/www/codemirror/theme/colorforth.css +0 -33
  279. package/www/codemirror/theme/darcula.css +0 -53
  280. package/www/codemirror/theme/dracula.css +0 -40
  281. package/www/codemirror/theme/duotone-dark.css +0 -35
  282. package/www/codemirror/theme/duotone-light.css +0 -36
  283. package/www/codemirror/theme/eclipse.css +0 -23
  284. package/www/codemirror/theme/elegant.css +0 -13
  285. package/www/codemirror/theme/erlang-dark.css +0 -34
  286. package/www/codemirror/theme/gruvbox-dark.css +0 -39
  287. package/www/codemirror/theme/hopscotch.css +0 -34
  288. package/www/codemirror/theme/icecoder.css +0 -43
  289. package/www/codemirror/theme/idea.css +0 -42
  290. package/www/codemirror/theme/isotope.css +0 -34
  291. package/www/codemirror/theme/juejin.css +0 -30
  292. package/www/codemirror/theme/lesser-dark.css +0 -47
  293. package/www/codemirror/theme/liquibyte.css +0 -95
  294. package/www/codemirror/theme/lucario.css +0 -37
  295. package/www/codemirror/theme/material-darker.css +0 -135
  296. package/www/codemirror/theme/material-palenight.css +0 -141
  297. package/www/codemirror/theme/material.css +0 -141
  298. package/www/codemirror/theme/mbo.css +0 -37
  299. package/www/codemirror/theme/mdn-like.css +0 -46
  300. package/www/codemirror/theme/midnight.css +0 -39
  301. package/www/codemirror/theme/monokai.css +0 -41
  302. package/www/codemirror/theme/moxer.css +0 -143
  303. package/www/codemirror/theme/neat.css +0 -12
  304. package/www/codemirror/theme/neo.css +0 -43
  305. package/www/codemirror/theme/night.css +0 -27
  306. package/www/codemirror/theme/nord.css +0 -42
  307. package/www/codemirror/theme/oceanic-next.css +0 -46
  308. package/www/codemirror/theme/panda-syntax.css +0 -85
  309. package/www/codemirror/theme/paraiso-dark.css +0 -38
  310. package/www/codemirror/theme/paraiso-light.css +0 -38
  311. package/www/codemirror/theme/pastel-on-dark.css +0 -52
  312. package/www/codemirror/theme/railscasts.css +0 -34
  313. package/www/codemirror/theme/rubyblue.css +0 -25
  314. package/www/codemirror/theme/seti.css +0 -44
  315. package/www/codemirror/theme/shadowfox.css +0 -52
  316. package/www/codemirror/theme/solarized.css +0 -165
  317. package/www/codemirror/theme/ssms.css +0 -16
  318. package/www/codemirror/theme/the-matrix.css +0 -30
  319. package/www/codemirror/theme/tomorrow-night-bright.css +0 -35
  320. package/www/codemirror/theme/tomorrow-night-eighties.css +0 -38
  321. package/www/codemirror/theme/ttcn.css +0 -64
  322. package/www/codemirror/theme/twilight.css +0 -32
  323. package/www/codemirror/theme/vibrant-ink.css +0 -34
  324. package/www/codemirror/theme/xq-dark.css +0 -53
  325. package/www/codemirror/theme/xq-light.css +0 -43
  326. package/www/codemirror/theme/yeti.css +0 -44
  327. package/www/codemirror/theme/yonce.css +0 -59
  328. package/www/codemirror/theme/zenburn.css +0 -37
@@ -1,66 +0,0 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/5/LICENSE
3
-
4
- (function(mod) {
5
- if (typeof exports == "object" && typeof module == "object") // CommonJS
6
- mod(require("../../lib/codemirror"), "cjs");
7
- else if (typeof define == "function" && define.amd) // AMD
8
- define(["../../lib/codemirror"], function(CM) { mod(CM, "amd"); });
9
- else // Plain browser env
10
- mod(CodeMirror, "plain");
11
- })(function(CodeMirror, env) {
12
- if (!CodeMirror.modeURL) CodeMirror.modeURL = "../mode/%N/%N.js";
13
-
14
- var loading = {};
15
- function splitCallback(cont, n) {
16
- var countDown = n;
17
- return function() { if (--countDown == 0) cont(); };
18
- }
19
- function ensureDeps(mode, cont, options) {
20
- var modeObj = CodeMirror.modes[mode], deps = modeObj && modeObj.dependencies;
21
- if (!deps) return cont();
22
- var missing = [];
23
- for (var i = 0; i < deps.length; ++i) {
24
- if (!CodeMirror.modes.hasOwnProperty(deps[i]))
25
- missing.push(deps[i]);
26
- }
27
- if (!missing.length) return cont();
28
- var split = splitCallback(cont, missing.length);
29
- for (var i = 0; i < missing.length; ++i)
30
- CodeMirror.requireMode(missing[i], split, options);
31
- }
32
-
33
- CodeMirror.requireMode = function(mode, cont, options) {
34
- if (typeof mode != "string") mode = mode.name;
35
- if (CodeMirror.modes.hasOwnProperty(mode)) return ensureDeps(mode, cont, options);
36
- if (loading.hasOwnProperty(mode)) return loading[mode].push(cont);
37
-
38
- var file = options && options.path ? options.path(mode) : CodeMirror.modeURL.replace(/%N/g, mode);
39
- if (options && options.loadMode) {
40
- options.loadMode(file, function() { ensureDeps(mode, cont, options) })
41
- } else if (env == "plain") {
42
- var script = document.createElement("script");
43
- script.src = file;
44
- var others = document.getElementsByTagName("script")[0];
45
- var list = loading[mode] = [cont];
46
- CodeMirror.on(script, "load", function() {
47
- ensureDeps(mode, function() {
48
- for (var i = 0; i < list.length; ++i) list[i]();
49
- }, options);
50
- });
51
- others.parentNode.insertBefore(script, others);
52
- } else if (env == "cjs") {
53
- require(file);
54
- cont();
55
- } else if (env == "amd") {
56
- requirejs([file], cont);
57
- }
58
- };
59
-
60
- CodeMirror.autoLoadMode = function(instance, mode, options) {
61
- if (!CodeMirror.modes.hasOwnProperty(mode))
62
- CodeMirror.requireMode(mode, function() {
63
- instance.setOption("mode", instance.getOption("mode"));
64
- }, options);
65
- };
66
- });
@@ -1,136 +0,0 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/5/LICENSE
3
-
4
- (function(mod) {
5
- if (typeof exports == "object" && typeof module == "object") // CommonJS
6
- mod(require("../../lib/codemirror"));
7
- else if (typeof define == "function" && define.amd) // AMD
8
- define(["../../lib/codemirror"], mod);
9
- else // Plain browser env
10
- mod(CodeMirror);
11
- })(function(CodeMirror) {
12
- "use strict";
13
-
14
- CodeMirror.multiplexingMode = function(outer /*, others */) {
15
- // Others should be {open, close, mode [, delimStyle] [, innerStyle] [, parseDelimiters]} objects
16
- var others = Array.prototype.slice.call(arguments, 1);
17
-
18
- function indexOf(string, pattern, from, returnEnd) {
19
- if (typeof pattern == "string") {
20
- var found = string.indexOf(pattern, from);
21
- return returnEnd && found > -1 ? found + pattern.length : found;
22
- }
23
- var m = pattern.exec(from ? string.slice(from) : string);
24
- return m ? m.index + from + (returnEnd ? m[0].length : 0) : -1;
25
- }
26
-
27
- return {
28
- startState: function() {
29
- return {
30
- outer: CodeMirror.startState(outer),
31
- innerActive: null,
32
- inner: null,
33
- startingInner: false
34
- };
35
- },
36
-
37
- copyState: function(state) {
38
- return {
39
- outer: CodeMirror.copyState(outer, state.outer),
40
- innerActive: state.innerActive,
41
- inner: state.innerActive && CodeMirror.copyState(state.innerActive.mode, state.inner),
42
- startingInner: state.startingInner
43
- };
44
- },
45
-
46
- token: function(stream, state) {
47
- if (!state.innerActive) {
48
- var cutOff = Infinity, oldContent = stream.string;
49
- for (var i = 0; i < others.length; ++i) {
50
- var other = others[i];
51
- var found = indexOf(oldContent, other.open, stream.pos);
52
- if (found == stream.pos) {
53
- if (!other.parseDelimiters) stream.match(other.open);
54
- state.startingInner = !!other.parseDelimiters
55
- state.innerActive = other;
56
-
57
- // Get the outer indent, making sure to handle CodeMirror.Pass
58
- var outerIndent = 0;
59
- if (outer.indent) {
60
- var possibleOuterIndent = outer.indent(state.outer, "", "");
61
- if (possibleOuterIndent !== CodeMirror.Pass) outerIndent = possibleOuterIndent;
62
- }
63
-
64
- state.inner = CodeMirror.startState(other.mode, outerIndent);
65
- return other.delimStyle && (other.delimStyle + " " + other.delimStyle + "-open");
66
- } else if (found != -1 && found < cutOff) {
67
- cutOff = found;
68
- }
69
- }
70
- if (cutOff != Infinity) stream.string = oldContent.slice(0, cutOff);
71
- var outerToken = outer.token(stream, state.outer);
72
- if (cutOff != Infinity) stream.string = oldContent;
73
- return outerToken;
74
- } else {
75
- var curInner = state.innerActive, oldContent = stream.string;
76
- if (!curInner.close && stream.sol()) {
77
- state.innerActive = state.inner = null;
78
- return this.token(stream, state);
79
- }
80
- var found = curInner.close && !state.startingInner ?
81
- indexOf(oldContent, curInner.close, stream.pos, curInner.parseDelimiters) : -1;
82
- if (found == stream.pos && !curInner.parseDelimiters) {
83
- stream.match(curInner.close);
84
- state.innerActive = state.inner = null;
85
- return curInner.delimStyle && (curInner.delimStyle + " " + curInner.delimStyle + "-close");
86
- }
87
- if (found > -1) stream.string = oldContent.slice(0, found);
88
- var innerToken = curInner.mode.token(stream, state.inner);
89
- if (found > -1) stream.string = oldContent;
90
- else if (stream.pos > stream.start) state.startingInner = false
91
-
92
- if (found == stream.pos && curInner.parseDelimiters)
93
- state.innerActive = state.inner = null;
94
-
95
- if (curInner.innerStyle) {
96
- if (innerToken) innerToken = innerToken + " " + curInner.innerStyle;
97
- else innerToken = curInner.innerStyle;
98
- }
99
-
100
- return innerToken;
101
- }
102
- },
103
-
104
- indent: function(state, textAfter, line) {
105
- var mode = state.innerActive ? state.innerActive.mode : outer;
106
- if (!mode.indent) return CodeMirror.Pass;
107
- return mode.indent(state.innerActive ? state.inner : state.outer, textAfter, line);
108
- },
109
-
110
- blankLine: function(state) {
111
- var mode = state.innerActive ? state.innerActive.mode : outer;
112
- if (mode.blankLine) {
113
- mode.blankLine(state.innerActive ? state.inner : state.outer);
114
- }
115
- if (!state.innerActive) {
116
- for (var i = 0; i < others.length; ++i) {
117
- var other = others[i];
118
- if (other.open === "\n") {
119
- state.innerActive = other;
120
- state.inner = CodeMirror.startState(other.mode, mode.indent ? mode.indent(state.outer, "", "") : 0);
121
- }
122
- }
123
- } else if (state.innerActive.close === "\n") {
124
- state.innerActive = state.inner = null;
125
- }
126
- },
127
-
128
- electricChars: outer.electricChars,
129
-
130
- innerMode: function(state) {
131
- return state.inner ? {state: state.inner, mode: state.innerActive.mode} : {state: state.outer, mode: outer};
132
- }
133
- };
134
- };
135
-
136
- });
@@ -1,49 +0,0 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/5/LICENSE
3
-
4
- (function() {
5
- CodeMirror.defineMode("markdown_with_stex", function(){
6
- var inner = CodeMirror.getMode({}, "stex");
7
- var outer = CodeMirror.getMode({}, "markdown");
8
-
9
- var innerOptions = {
10
- open: '$',
11
- close: '$',
12
- mode: inner,
13
- delimStyle: 'delim',
14
- innerStyle: 'inner'
15
- };
16
-
17
- return CodeMirror.multiplexingMode(outer, innerOptions);
18
- });
19
-
20
- var mode = CodeMirror.getMode({}, "markdown_with_stex");
21
-
22
- function MT(name) {
23
- test.mode(
24
- name,
25
- mode,
26
- Array.prototype.slice.call(arguments, 1),
27
- 'multiplexing');
28
- }
29
-
30
- MT(
31
- "stexInsideMarkdown",
32
- "[strong **Equation:**] [delim&delim-open $][inner&tag \\pi][delim&delim-close $]");
33
-
34
- CodeMirror.defineMode("identical_delim_multiplex", function() {
35
- return CodeMirror.multiplexingMode(CodeMirror.getMode({indentUnit: 2}, "javascript"), {
36
- open: "#",
37
- close: "#",
38
- mode: CodeMirror.getMode({}, "markdown"),
39
- parseDelimiters: true,
40
- innerStyle: "q"
41
- });
42
- });
43
-
44
- var mode2 = CodeMirror.getMode({}, "identical_delim_multiplex");
45
-
46
- test.mode("identical_delimiters_with_parseDelimiters", mode2, [
47
- "[keyword let] [def x] [operator =] [q #foo][q&em *bar*][q #];"
48
- ], "multiplexing")
49
- })();
@@ -1,90 +0,0 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/5/LICENSE
3
-
4
- // Utility function that allows modes to be combined. The mode given
5
- // as the base argument takes care of most of the normal mode
6
- // functionality, but a second (typically simple) mode is used, which
7
- // can override the style of text. Both modes get to parse all of the
8
- // text, but when both assign a non-null style to a piece of code, the
9
- // overlay wins, unless the combine argument was true and not overridden,
10
- // or state.overlay.combineTokens was true, in which case the styles are
11
- // combined.
12
-
13
- (function(mod) {
14
- if (typeof exports == "object" && typeof module == "object") // CommonJS
15
- mod(require("../../lib/codemirror"));
16
- else if (typeof define == "function" && define.amd) // AMD
17
- define(["../../lib/codemirror"], mod);
18
- else // Plain browser env
19
- mod(CodeMirror);
20
- })(function(CodeMirror) {
21
- "use strict";
22
-
23
- CodeMirror.overlayMode = function(base, overlay, combine) {
24
- return {
25
- startState: function() {
26
- return {
27
- base: CodeMirror.startState(base),
28
- overlay: CodeMirror.startState(overlay),
29
- basePos: 0, baseCur: null,
30
- overlayPos: 0, overlayCur: null,
31
- streamSeen: null
32
- };
33
- },
34
- copyState: function(state) {
35
- return {
36
- base: CodeMirror.copyState(base, state.base),
37
- overlay: CodeMirror.copyState(overlay, state.overlay),
38
- basePos: state.basePos, baseCur: null,
39
- overlayPos: state.overlayPos, overlayCur: null
40
- };
41
- },
42
-
43
- token: function(stream, state) {
44
- if (stream != state.streamSeen ||
45
- Math.min(state.basePos, state.overlayPos) < stream.start) {
46
- state.streamSeen = stream;
47
- state.basePos = state.overlayPos = stream.start;
48
- }
49
-
50
- if (stream.start == state.basePos) {
51
- state.baseCur = base.token(stream, state.base);
52
- state.basePos = stream.pos;
53
- }
54
- if (stream.start == state.overlayPos) {
55
- stream.pos = stream.start;
56
- state.overlayCur = overlay.token(stream, state.overlay);
57
- state.overlayPos = stream.pos;
58
- }
59
- stream.pos = Math.min(state.basePos, state.overlayPos);
60
-
61
- // state.overlay.combineTokens always takes precedence over combine,
62
- // unless set to null
63
- if (state.overlayCur == null) return state.baseCur;
64
- else if (state.baseCur != null &&
65
- state.overlay.combineTokens ||
66
- combine && state.overlay.combineTokens == null)
67
- return state.baseCur + " " + state.overlayCur;
68
- else return state.overlayCur;
69
- },
70
-
71
- indent: base.indent && function(state, textAfter, line) {
72
- return base.indent(state.base, textAfter, line);
73
- },
74
- electricChars: base.electricChars,
75
-
76
- innerMode: function(state) { return {state: state.base, mode: base}; },
77
-
78
- blankLine: function(state) {
79
- var baseToken, overlayToken;
80
- if (base.blankLine) baseToken = base.blankLine(state.base);
81
- if (overlay.blankLine) overlayToken = overlay.blankLine(state.overlay);
82
-
83
- return overlayToken == null ?
84
- baseToken :
85
- (combine && baseToken != null ? baseToken + " " + overlayToken : overlayToken);
86
- }
87
- };
88
- };
89
-
90
- });
@@ -1,216 +0,0 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/5/LICENSE
3
-
4
- (function(mod) {
5
- if (typeof exports == "object" && typeof module == "object") // CommonJS
6
- mod(require("../../lib/codemirror"));
7
- else if (typeof define == "function" && define.amd) // AMD
8
- define(["../../lib/codemirror"], mod);
9
- else // Plain browser env
10
- mod(CodeMirror);
11
- })(function(CodeMirror) {
12
- "use strict";
13
-
14
- CodeMirror.defineSimpleMode = function(name, states) {
15
- CodeMirror.defineMode(name, function(config) {
16
- return CodeMirror.simpleMode(config, states);
17
- });
18
- };
19
-
20
- CodeMirror.simpleMode = function(config, states) {
21
- ensureState(states, "start");
22
- var states_ = {}, meta = states.meta || {}, hasIndentation = false;
23
- for (var state in states) if (state != meta && states.hasOwnProperty(state)) {
24
- var list = states_[state] = [], orig = states[state];
25
- for (var i = 0; i < orig.length; i++) {
26
- var data = orig[i];
27
- list.push(new Rule(data, states));
28
- if (data.indent || data.dedent) hasIndentation = true;
29
- }
30
- }
31
- var mode = {
32
- startState: function() {
33
- return {state: "start", pending: null,
34
- local: null, localState: null,
35
- indent: hasIndentation ? [] : null};
36
- },
37
- copyState: function(state) {
38
- var s = {state: state.state, pending: state.pending,
39
- local: state.local, localState: null,
40
- indent: state.indent && state.indent.slice(0)};
41
- if (state.localState)
42
- s.localState = CodeMirror.copyState(state.local.mode, state.localState);
43
- if (state.stack)
44
- s.stack = state.stack.slice(0);
45
- for (var pers = state.persistentStates; pers; pers = pers.next)
46
- s.persistentStates = {mode: pers.mode,
47
- spec: pers.spec,
48
- state: pers.state == state.localState ? s.localState : CodeMirror.copyState(pers.mode, pers.state),
49
- next: s.persistentStates};
50
- return s;
51
- },
52
- token: tokenFunction(states_, config),
53
- innerMode: function(state) { return state.local && {mode: state.local.mode, state: state.localState}; },
54
- indent: indentFunction(states_, meta)
55
- };
56
- if (meta) for (var prop in meta) if (meta.hasOwnProperty(prop))
57
- mode[prop] = meta[prop];
58
- return mode;
59
- };
60
-
61
- function ensureState(states, name) {
62
- if (!states.hasOwnProperty(name))
63
- throw new Error("Undefined state " + name + " in simple mode");
64
- }
65
-
66
- function toRegex(val, caret) {
67
- if (!val) return /(?:)/;
68
- var flags = "";
69
- if (val instanceof RegExp) {
70
- if (val.ignoreCase) flags = "i";
71
- if (val.unicode) flags += "u"
72
- val = val.source;
73
- } else {
74
- val = String(val);
75
- }
76
- return new RegExp((caret === false ? "" : "^") + "(?:" + val + ")", flags);
77
- }
78
-
79
- function asToken(val) {
80
- if (!val) return null;
81
- if (val.apply) return val
82
- if (typeof val == "string") return val.replace(/\./g, " ");
83
- var result = [];
84
- for (var i = 0; i < val.length; i++)
85
- result.push(val[i] && val[i].replace(/\./g, " "));
86
- return result;
87
- }
88
-
89
- function Rule(data, states) {
90
- if (data.next || data.push) ensureState(states, data.next || data.push);
91
- this.regex = toRegex(data.regex);
92
- this.token = asToken(data.token);
93
- this.data = data;
94
- }
95
-
96
- function tokenFunction(states, config) {
97
- return function(stream, state) {
98
- if (state.pending) {
99
- var pend = state.pending.shift();
100
- if (state.pending.length == 0) state.pending = null;
101
- stream.pos += pend.text.length;
102
- return pend.token;
103
- }
104
-
105
- if (state.local) {
106
- if (state.local.end && stream.match(state.local.end)) {
107
- var tok = state.local.endToken || null;
108
- state.local = state.localState = null;
109
- return tok;
110
- } else {
111
- var tok = state.local.mode.token(stream, state.localState), m;
112
- if (state.local.endScan && (m = state.local.endScan.exec(stream.current())))
113
- stream.pos = stream.start + m.index;
114
- return tok;
115
- }
116
- }
117
-
118
- var curState = states[state.state];
119
- for (var i = 0; i < curState.length; i++) {
120
- var rule = curState[i];
121
- var matches = (!rule.data.sol || stream.sol()) && stream.match(rule.regex);
122
- if (matches) {
123
- if (rule.data.next) {
124
- state.state = rule.data.next;
125
- } else if (rule.data.push) {
126
- (state.stack || (state.stack = [])).push(state.state);
127
- state.state = rule.data.push;
128
- } else if (rule.data.pop && state.stack && state.stack.length) {
129
- state.state = state.stack.pop();
130
- }
131
-
132
- if (rule.data.mode)
133
- enterLocalMode(config, state, rule.data.mode, rule.token);
134
- if (rule.data.indent)
135
- state.indent.push(stream.indentation() + config.indentUnit);
136
- if (rule.data.dedent)
137
- state.indent.pop();
138
- var token = rule.token
139
- if (token && token.apply) token = token(matches)
140
- if (matches.length > 2 && rule.token && typeof rule.token != "string") {
141
- for (var j = 2; j < matches.length; j++)
142
- if (matches[j])
143
- (state.pending || (state.pending = [])).push({text: matches[j], token: rule.token[j - 1]});
144
- stream.backUp(matches[0].length - (matches[1] ? matches[1].length : 0));
145
- return token[0];
146
- } else if (token && token.join) {
147
- return token[0];
148
- } else {
149
- return token;
150
- }
151
- }
152
- }
153
- stream.next();
154
- return null;
155
- };
156
- }
157
-
158
- function cmp(a, b) {
159
- if (a === b) return true;
160
- if (!a || typeof a != "object" || !b || typeof b != "object") return false;
161
- var props = 0;
162
- for (var prop in a) if (a.hasOwnProperty(prop)) {
163
- if (!b.hasOwnProperty(prop) || !cmp(a[prop], b[prop])) return false;
164
- props++;
165
- }
166
- for (var prop in b) if (b.hasOwnProperty(prop)) props--;
167
- return props == 0;
168
- }
169
-
170
- function enterLocalMode(config, state, spec, token) {
171
- var pers;
172
- if (spec.persistent) for (var p = state.persistentStates; p && !pers; p = p.next)
173
- if (spec.spec ? cmp(spec.spec, p.spec) : spec.mode == p.mode) pers = p;
174
- var mode = pers ? pers.mode : spec.mode || CodeMirror.getMode(config, spec.spec);
175
- var lState = pers ? pers.state : CodeMirror.startState(mode);
176
- if (spec.persistent && !pers)
177
- state.persistentStates = {mode: mode, spec: spec.spec, state: lState, next: state.persistentStates};
178
-
179
- state.localState = lState;
180
- state.local = {mode: mode,
181
- end: spec.end && toRegex(spec.end),
182
- endScan: spec.end && spec.forceEnd !== false && toRegex(spec.end, false),
183
- endToken: token && token.join ? token[token.length - 1] : token};
184
- }
185
-
186
- function indexOf(val, arr) {
187
- for (var i = 0; i < arr.length; i++) if (arr[i] === val) return true;
188
- }
189
-
190
- function indentFunction(states, meta) {
191
- return function(state, textAfter, line) {
192
- if (state.local && state.local.mode.indent)
193
- return state.local.mode.indent(state.localState, textAfter, line);
194
- if (state.indent == null || state.local || meta.dontIndentStates && indexOf(state.state, meta.dontIndentStates) > -1)
195
- return CodeMirror.Pass;
196
-
197
- var pos = state.indent.length - 1, rules = states[state.state];
198
- scan: for (;;) {
199
- for (var i = 0; i < rules.length; i++) {
200
- var rule = rules[i];
201
- if (rule.data.dedent && rule.data.dedentIfLineStart !== false) {
202
- var m = rule.regex.exec(textAfter);
203
- if (m && m[0]) {
204
- pos--;
205
- if (rule.next || rule.push) rules = states[rule.next || rule.push];
206
- textAfter = textAfter.slice(m[0].length);
207
- continue scan;
208
- }
209
- }
210
- }
211
- break;
212
- }
213
- return pos < 0 ? 0 : state.indent[pos];
214
- };
215
- }
216
- });
@@ -1,40 +0,0 @@
1
- // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
- // Distributed under an MIT license: https://codemirror.net/5/LICENSE
3
-
4
- (function(mod) {
5
- if (typeof exports == "object" && typeof module == "object") // CommonJS
6
- mod(require("../../lib/codemirror"), require("./runmode"));
7
- else if (typeof define == "function" && define.amd) // AMD
8
- define(["../../lib/codemirror", "./runmode"], mod);
9
- else // Plain browser env
10
- mod(CodeMirror);
11
- })(function(CodeMirror) {
12
- "use strict";
13
-
14
- var isBlock = /^(p|li|div|h\\d|pre|blockquote|td)$/;
15
-
16
- function textContent(node, out) {
17
- if (node.nodeType == 3) return out.push(node.nodeValue);
18
- for (var ch = node.firstChild; ch; ch = ch.nextSibling) {
19
- textContent(ch, out);
20
- if (isBlock.test(node.nodeType)) out.push("\n");
21
- }
22
- }
23
-
24
- CodeMirror.colorize = function(collection, defaultMode) {
25
- if (!collection) collection = document.body.getElementsByTagName("pre");
26
-
27
- for (var i = 0; i < collection.length; ++i) {
28
- var node = collection[i];
29
- var mode = node.getAttribute("data-lang") || defaultMode;
30
- if (!mode) continue;
31
-
32
- var text = [];
33
- textContent(node, text);
34
- node.textContent = "";
35
- CodeMirror.runMode(text.join(""), mode, node);
36
-
37
- node.className += " cm-s-default";
38
- }
39
- };
40
- });