@k8slens/extensions 5.3.0-git.7ba359be03.0 → 5.3.0-git.7c5a0a9a6d.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 (206) hide show
  1. package/__mocks__/electron.ts +2 -2
  2. package/dist/src/common/__tests__/system-ca.test.d.ts +1 -0
  3. package/dist/src/common/base-store.d.ts +1 -0
  4. package/dist/src/common/cluster-store.d.ts +2 -3
  5. package/dist/src/common/cluster-types.d.ts +7 -1
  6. package/dist/src/common/hotbar-store.d.ts +1 -0
  7. package/dist/src/common/k8s-api/endpoints/cluster-role-binding.api.d.ts +1 -1
  8. package/dist/src/common/k8s-api/endpoints/cluster-role.api.d.ts +1 -1
  9. package/dist/src/common/k8s-api/endpoints/cluster.api.d.ts +1 -1
  10. package/dist/src/common/k8s-api/endpoints/configmap.api.d.ts +1 -1
  11. package/dist/src/common/k8s-api/endpoints/crd.api.d.ts +1 -1
  12. package/dist/src/common/k8s-api/endpoints/cron-job.api.d.ts +1 -1
  13. package/dist/src/common/k8s-api/endpoints/daemon-set.api.d.ts +1 -1
  14. package/dist/src/common/k8s-api/endpoints/deployment.api.d.ts +1 -1
  15. package/dist/src/common/k8s-api/endpoints/endpoint.api.d.ts +1 -1
  16. package/dist/src/common/k8s-api/endpoints/events.api.d.ts +1 -1
  17. package/dist/src/common/k8s-api/endpoints/hpa.api.d.ts +1 -1
  18. package/dist/src/common/k8s-api/endpoints/ingress.api.d.ts +11 -8
  19. package/dist/src/common/k8s-api/endpoints/job.api.d.ts +1 -2
  20. package/dist/src/common/k8s-api/endpoints/limit-range.api.d.ts +1 -1
  21. package/dist/src/common/k8s-api/endpoints/namespaces.api.d.ts +1 -1
  22. package/dist/src/common/k8s-api/endpoints/network-policy.api.d.ts +1 -1
  23. package/dist/src/common/k8s-api/endpoints/nodes.api.d.ts +1 -1
  24. package/dist/src/common/k8s-api/endpoints/persistent-volume-claims.api.d.ts +1 -1
  25. package/dist/src/common/k8s-api/endpoints/persistent-volume.api.d.ts +1 -1
  26. package/dist/src/common/k8s-api/endpoints/pod-metrics.api.d.ts +1 -1
  27. package/dist/src/common/k8s-api/endpoints/poddisruptionbudget.api.d.ts +1 -1
  28. package/dist/src/common/k8s-api/endpoints/pods.api.d.ts +29 -33
  29. package/dist/src/common/k8s-api/endpoints/podsecuritypolicy.api.d.ts +1 -1
  30. package/dist/src/common/k8s-api/endpoints/replica-set.api.d.ts +1 -1
  31. package/dist/src/common/k8s-api/endpoints/resource-quota.api.d.ts +1 -1
  32. package/dist/src/common/k8s-api/endpoints/role-binding.api.d.ts +1 -1
  33. package/dist/src/common/k8s-api/endpoints/role.api.d.ts +1 -1
  34. package/dist/src/common/k8s-api/endpoints/secret.api.d.ts +1 -1
  35. package/dist/src/common/k8s-api/endpoints/selfsubjectrulesreviews.api.d.ts +1 -1
  36. package/dist/src/common/k8s-api/endpoints/service-accounts.api.d.ts +1 -1
  37. package/dist/src/common/k8s-api/endpoints/service.api.d.ts +1 -1
  38. package/dist/src/common/k8s-api/endpoints/stateful-set.api.d.ts +1 -1
  39. package/dist/src/common/k8s-api/endpoints/storage-class.api.d.ts +1 -1
  40. package/dist/src/common/k8s-api/index.d.ts +1 -1
  41. package/dist/src/common/k8s-api/kube-api.d.ts +12 -3
  42. package/dist/src/common/k8s-api/kube-json-api.d.ts +2 -0
  43. package/dist/src/common/k8s-api/kube-object.d.ts +9 -1
  44. package/dist/src/common/k8s-api/kube-object.store.d.ts +25 -7
  45. package/dist/src/common/k8s-api/kube-watch-api.d.ts +29 -8
  46. package/dist/src/common/system-ca.d.ts +20 -1
  47. package/dist/src/common/user-store/preferences-helpers.d.ts +2 -6
  48. package/dist/src/common/user-store/user-store.d.ts +2 -6
  49. package/dist/src/common/utils/base64.d.ts +12 -4
  50. package/dist/src/common/utils/index.d.ts +2 -2
  51. package/dist/src/common/utils/paths.d.ts +1 -0
  52. package/dist/src/{main → common/utils}/promise-exec.d.ts +0 -0
  53. package/dist/src/common/weblink-store.d.ts +1 -0
  54. package/dist/src/extensions/0.extension-api.js +15 -0
  55. package/dist/src/extensions/1.extension-api.js +15 -0
  56. package/dist/src/extensions/10.extension-api.js +15 -0
  57. package/dist/src/extensions/11.extension-api.js +15 -0
  58. package/dist/src/extensions/12.extension-api.js +15 -0
  59. package/dist/src/extensions/13.extension-api.js +15 -0
  60. package/dist/src/extensions/14.extension-api.js +15 -0
  61. package/dist/src/extensions/15.extension-api.js +15 -0
  62. package/dist/src/extensions/16.extension-api.js +15 -0
  63. package/dist/src/extensions/17.extension-api.js +15 -0
  64. package/dist/src/extensions/18.extension-api.js +15 -0
  65. package/dist/src/extensions/19.extension-api.js +15 -0
  66. package/dist/src/extensions/2.extension-api.js +543 -0
  67. package/dist/src/extensions/20.extension-api.js +15 -0
  68. package/dist/src/extensions/21.extension-api.js +15 -0
  69. package/dist/src/extensions/22.extension-api.js +15 -0
  70. package/dist/src/extensions/23.extension-api.js +15 -0
  71. package/dist/src/extensions/24.extension-api.js +15 -0
  72. package/dist/src/extensions/25.extension-api.js +15 -0
  73. package/dist/src/extensions/26.extension-api.js +15 -0
  74. package/dist/src/extensions/27.extension-api.js +15 -0
  75. package/dist/src/extensions/28.extension-api.js +15 -0
  76. package/dist/src/extensions/29.extension-api.js +15 -0
  77. package/dist/src/extensions/3.extension-api.js +423 -0
  78. package/dist/src/extensions/30.extension-api.js +15 -0
  79. package/dist/src/extensions/31.extension-api.js +15 -0
  80. package/dist/src/extensions/32.extension-api.js +15 -0
  81. package/dist/src/extensions/33.extension-api.js +15 -0
  82. package/dist/src/extensions/34.extension-api.js +15 -0
  83. package/dist/src/extensions/35.extension-api.js +15 -0
  84. package/dist/src/extensions/36.extension-api.js +15 -0
  85. package/dist/src/extensions/37.extension-api.js +15 -0
  86. package/dist/src/extensions/38.extension-api.js +15 -0
  87. package/dist/src/extensions/39.extension-api.js +15 -0
  88. package/dist/src/extensions/4.extension-api.js +363 -0
  89. package/dist/src/extensions/40.extension-api.js +15 -0
  90. package/dist/src/extensions/41.extension-api.js +15 -0
  91. package/dist/src/extensions/42.extension-api.js +15 -0
  92. package/dist/src/extensions/43.extension-api.js +15 -0
  93. package/dist/src/extensions/44.extension-api.js +15 -0
  94. package/dist/src/extensions/45.extension-api.js +15 -0
  95. package/dist/src/extensions/46.extension-api.js +15 -0
  96. package/dist/src/extensions/47.extension-api.js +15 -0
  97. package/dist/src/extensions/48.extension-api.js +15 -0
  98. package/dist/src/extensions/49.extension-api.js +15 -0
  99. package/dist/src/extensions/5.extension-api.js +51 -0
  100. package/dist/src/extensions/50.extension-api.js +15 -0
  101. package/dist/src/extensions/51.extension-api.js +15 -0
  102. package/dist/src/extensions/52.extension-api.js +15 -0
  103. package/dist/src/extensions/53.extension-api.js +15 -0
  104. package/dist/src/extensions/54.extension-api.js +15 -0
  105. package/dist/src/extensions/55.extension-api.js +15 -0
  106. package/dist/src/extensions/56.extension-api.js +15 -0
  107. package/dist/src/extensions/57.extension-api.js +15 -0
  108. package/dist/src/extensions/58.extension-api.js +15 -0
  109. package/dist/src/extensions/59.extension-api.js +15 -0
  110. package/dist/src/extensions/6.extension-api.js +27 -0
  111. package/dist/src/extensions/60.extension-api.js +15 -0
  112. package/dist/src/extensions/61.extension-api.js +15 -0
  113. package/dist/src/extensions/62.extension-api.js +15 -0
  114. package/dist/src/extensions/63.extension-api.js +15 -0
  115. package/dist/src/extensions/64.extension-api.js +15 -0
  116. package/dist/src/extensions/65.extension-api.js +15 -0
  117. package/dist/src/extensions/66.extension-api.js +15 -0
  118. package/dist/src/extensions/67.extension-api.js +15 -0
  119. package/dist/src/extensions/68.extension-api.js +15 -0
  120. package/dist/src/extensions/69.extension-api.js +15 -0
  121. package/dist/src/extensions/7.extension-api.js +15 -0
  122. package/dist/src/extensions/70.extension-api.js +15 -0
  123. package/dist/src/extensions/71.extension-api.js +15 -0
  124. package/dist/src/extensions/72.extension-api.js +15 -0
  125. package/dist/src/extensions/73.extension-api.js +15 -0
  126. package/dist/src/extensions/74.extension-api.js +15 -0
  127. package/dist/src/extensions/75.extension-api.js +15 -0
  128. package/dist/src/extensions/76.extension-api.js +15 -0
  129. package/dist/src/extensions/77.extension-api.js +15 -0
  130. package/dist/src/extensions/78.extension-api.js +15 -0
  131. package/dist/src/extensions/79.extension-api.js +15 -0
  132. package/dist/src/extensions/8.extension-api.js +15 -0
  133. package/dist/src/extensions/9.extension-api.js +15 -0
  134. package/dist/src/extensions/extension-api.js +5853 -1673
  135. package/dist/src/extensions/extension-store.d.ts +1 -0
  136. package/dist/src/extensions/extensions-store.d.ts +1 -0
  137. package/dist/src/extensions/main-api/k8s-api.d.ts +1 -1
  138. package/dist/src/extensions/registries/workloads-overview-detail-registry.d.ts +6 -3
  139. package/dist/src/extensions/renderer-api/k8s-api.d.ts +1 -1
  140. package/dist/src/main/catalog/catalog-entity-registry.d.ts +2 -2
  141. package/dist/src/main/cluster-manager.d.ts +2 -0
  142. package/dist/src/main/cluster.d.ts +5 -10
  143. package/dist/src/main/context-handler.d.ts +0 -1
  144. package/dist/src/main/extension-filesystem.d.ts +1 -0
  145. package/dist/src/main/index.d.ts +0 -1
  146. package/dist/src/main/kube-auth-proxy.d.ts +1 -8
  147. package/dist/src/main/kubectl.d.ts +1 -1
  148. package/dist/src/main/lens-proxy.d.ts +1 -1
  149. package/dist/src/main/proxy-functions/kube-api-request.d.ts +1 -1
  150. package/dist/src/main/proxy-functions/shell-api-request.d.ts +14 -0
  151. package/dist/src/main/proxy-functions/types.d.ts +2 -0
  152. package/dist/src/main/shell-session/node-shell-session.d.ts +4 -4
  153. package/dist/src/main/shell-session/shell-session.d.ts +95 -8
  154. package/dist/src/main/utils/shell-env.d.ts +1 -3
  155. package/dist/src/migrations/user-store/index.d.ts +1 -1
  156. package/dist/src/preload.d.ts +1 -1
  157. package/dist/src/renderer/api/terminal-api.d.ts +33 -20
  158. package/dist/src/renderer/api/websocket-api.d.ts +55 -32
  159. package/dist/src/renderer/bootstrap.d.ts +1 -1
  160. package/dist/src/renderer/{components/app.d.ts → cluster-frame.d.ts} +6 -4
  161. package/dist/src/renderer/components/+add-cluster/add-cluster.d.ts +0 -1
  162. package/dist/src/renderer/components/+apps-helm-charts/helm-chart-details.d.ts +3 -3
  163. package/dist/src/renderer/components/+catalog/catalog.d.ts +0 -1
  164. package/dist/src/{common/utils/makeCss.d.ts → renderer/components/+user-management/+cluster-role-bindings/__tests__/dialog.test.d.ts} +1 -9
  165. package/dist/src/renderer/components/+user-management/+cluster-role-bindings/dialog.d.ts +2 -3
  166. package/dist/src/renderer/components/+user-management/{select-options.d.ts → +role-bindings/__tests__/dialog.test.d.ts} +1 -7
  167. package/dist/src/renderer/components/+user-management/+role-bindings/dialog.d.ts +2 -3
  168. package/dist/src/renderer/components/+workloads-daemonsets/daemonsets.d.ts +0 -1
  169. package/dist/src/renderer/components/+workloads-overview/overview.d.ts +3 -0
  170. package/dist/src/renderer/components/+workloads-pods/pod-details-affinities.d.ts +1 -2
  171. package/dist/src/renderer/components/badge/badge.d.ts +1 -0
  172. package/dist/src/renderer/components/cluster-manager/cluster-status.d.ts +6 -7
  173. package/dist/src/renderer/components/cluster-manager/lens-views.d.ts +12 -8
  174. package/dist/src/renderer/components/cluster-settings/components/__tests__/cluster-local-terminal-settings.test.d.ts +21 -0
  175. package/dist/src/renderer/components/cluster-settings/components/{cluster-home-dir-setting.d.ts → cluster-local-terminal-settings.d.ts} +1 -12
  176. package/dist/src/renderer/components/cluster-settings/components/index.d.ts +1 -1
  177. package/dist/src/renderer/components/dialog/dialog.d.ts +1 -0
  178. package/dist/src/renderer/components/dock/create-resource.d.ts +2 -2
  179. package/dist/src/renderer/components/dock/dock.store.d.ts +20 -2
  180. package/dist/src/renderer/components/dock/edit-resource.d.ts +3 -3
  181. package/dist/src/renderer/components/dock/editor-panel.d.ts +11 -17
  182. package/dist/src/renderer/components/dock/install-chart.d.ts +6 -5
  183. package/dist/src/renderer/components/dock/terminal-window.d.ts +2 -3
  184. package/dist/src/renderer/components/dock/terminal.d.ts +7 -11
  185. package/dist/src/renderer/components/dock/upgrade-chart.d.ts +2 -1
  186. package/dist/src/renderer/components/drawer/drawer.d.ts +1 -0
  187. package/dist/src/renderer/components/item-object-list/item-list-layout.d.ts +6 -0
  188. package/dist/src/renderer/components/kube-object-list-layout/kube-object-list-layout.d.ts +4 -0
  189. package/dist/src/renderer/components/kubeconfig-dialog/kubeconfig-dialog.d.ts +0 -1
  190. package/dist/src/renderer/components/layout/__tests__/sidebar-cluster.test.d.ts +21 -0
  191. package/dist/src/renderer/components/layout/sidebar-cluster.d.ts +24 -0
  192. package/dist/src/renderer/components/layout/sidebar.d.ts +2 -5
  193. package/dist/src/renderer/components/list/list.d.ts +1 -1
  194. package/dist/src/renderer/components/monaco-editor/index.d.ts +23 -0
  195. package/dist/src/renderer/components/monaco-editor/monaco-editor.d.ts +93 -0
  196. package/dist/src/renderer/components/monaco-editor/monaco-themes.d.ts +29 -0
  197. package/dist/src/renderer/components/monaco-editor/monaco-validators.d.ts +9 -0
  198. package/dist/src/renderer/components/switch/switcher.d.ts +1 -1
  199. package/dist/src/renderer/components/table/table-cell.d.ts +1 -0
  200. package/dist/src/renderer/initializers/kube-object-detail-registry.d.ts +1 -1
  201. package/dist/src/renderer/port-forward/index.d.ts +1 -0
  202. package/dist/src/renderer/port-forward/port-forward-notify.d.ts +21 -0
  203. package/dist/src/renderer/{lens-app.d.ts → root-frame.d.ts} +4 -2
  204. package/dist/src/renderer/theme.store.d.ts +4 -15
  205. package/package.json +1 -1
  206. package/dist/src/renderer/components/dock/monaco-model-manager.d.ts +0 -42
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[20],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/ecl/ecl.js":
4
+ /*!**********************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/ecl/ecl.js ***!
6
+ \**********************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar conf = {\n comments: {\n lineComment: '//',\n blockComment: ['/*', '*/']\n },\n brackets: [\n ['{', '}'],\n ['[', ']'],\n ['(', ')']\n ],\n autoClosingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: \"'\", close: \"'\", notIn: ['string', 'comment'] },\n { open: '\"', close: '\"', notIn: ['string', 'comment'] }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '<', close: '>' },\n { open: \"'\", close: \"'\" },\n { open: '\"', close: '\"' }\n ]\n};\nvar language = {\n defaultToken: '',\n tokenPostfix: '.ecl',\n ignoreCase: true,\n brackets: [\n { open: '{', close: '}', token: 'delimiter.curly' },\n { open: '[', close: ']', token: 'delimiter.square' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' },\n { open: '<', close: '>', token: 'delimiter.angle' }\n ],\n pounds: [\n 'append',\n 'break',\n 'declare',\n 'demangle',\n 'end',\n 'for',\n 'getdatatype',\n 'if',\n 'inmodule',\n 'loop',\n 'mangle',\n 'onwarning',\n 'option',\n 'set',\n 'stored',\n 'uniquename'\n ].join('|'),\n keywords: [\n '__compressed__',\n 'after',\n 'all',\n 'and',\n 'any',\n 'as',\n 'atmost',\n 'before',\n 'beginc',\n 'best',\n 'between',\n 'case',\n 'cluster',\n 'compressed',\n 'compression',\n 'const',\n 'counter',\n 'csv',\n 'default',\n 'descend',\n 'embed',\n 'encoding',\n 'encrypt',\n 'end',\n 'endc',\n 'endembed',\n 'endmacro',\n 'enum',\n 'escape',\n 'except',\n 'exclusive',\n 'expire',\n 'export',\n 'extend',\n 'fail',\n 'few',\n 'fileposition',\n 'first',\n 'flat',\n 'forward',\n 'from',\n 'full',\n 'function',\n 'functionmacro',\n 'group',\n 'grouped',\n 'heading',\n 'hole',\n 'ifblock',\n 'import',\n 'in',\n 'inner',\n 'interface',\n 'internal',\n 'joined',\n 'keep',\n 'keyed',\n 'last',\n 'left',\n 'limit',\n 'linkcounted',\n 'literal',\n 'little_endian',\n 'load',\n 'local',\n 'locale',\n 'lookup',\n 'lzw',\n 'macro',\n 'many',\n 'maxcount',\n 'maxlength',\n 'min skew',\n 'module',\n 'mofn',\n 'multiple',\n 'named',\n 'namespace',\n 'nocase',\n 'noroot',\n 'noscan',\n 'nosort',\n 'not',\n 'noxpath',\n 'of',\n 'onfail',\n 'only',\n 'opt',\n 'or',\n 'outer',\n 'overwrite',\n 'packed',\n 'partition',\n 'penalty',\n 'physicallength',\n 'pipe',\n 'prefetch',\n 'quote',\n 'record',\n 'repeat',\n 'retry',\n 'return',\n 'right',\n 'right1',\n 'right2',\n 'rows',\n 'rowset',\n 'scan',\n 'scope',\n 'self',\n 'separator',\n 'service',\n 'shared',\n 'skew',\n 'skip',\n 'smart',\n 'soapaction',\n 'sql',\n 'stable',\n 'store',\n 'terminator',\n 'thor',\n 'threshold',\n 'timelimit',\n 'timeout',\n 'token',\n 'transform',\n 'trim',\n 'type',\n 'unicodeorder',\n 'unordered',\n 'unsorted',\n 'unstable',\n 'update',\n 'use',\n 'validate',\n 'virtual',\n 'whole',\n 'width',\n 'wild',\n 'within',\n 'wnotrim',\n 'xml',\n 'xpath'\n ],\n functions: [\n 'abs',\n 'acos',\n 'aggregate',\n 'allnodes',\n 'apply',\n 'ascii',\n 'asin',\n 'assert',\n 'asstring',\n 'atan',\n 'atan2',\n 'ave',\n 'build',\n 'buildindex',\n 'case',\n 'catch',\n 'choose',\n 'choosen',\n 'choosesets',\n 'clustersize',\n 'combine',\n 'correlation',\n 'cos',\n 'cosh',\n 'count',\n 'covariance',\n 'cron',\n 'dataset',\n 'dedup',\n 'define',\n 'denormalize',\n 'dictionary',\n 'distribute',\n 'distributed',\n 'distribution',\n 'ebcdic',\n 'enth',\n 'error',\n 'evaluate',\n 'event',\n 'eventextra',\n 'eventname',\n 'exists',\n 'exp',\n 'fail',\n 'failcode',\n 'failmessage',\n 'fetch',\n 'fromunicode',\n 'fromxml',\n 'getenv',\n 'getisvalid',\n 'global',\n 'graph',\n 'group',\n 'hash',\n 'hash32',\n 'hash64',\n 'hashcrc',\n 'hashmd5',\n 'having',\n 'httpcall',\n 'httpheader',\n 'if',\n 'iff',\n 'index',\n 'intformat',\n 'isvalid',\n 'iterate',\n 'join',\n 'keydiff',\n 'keypatch',\n 'keyunicode',\n 'length',\n 'library',\n 'limit',\n 'ln',\n 'loadxml',\n 'local',\n 'log',\n 'loop',\n 'map',\n 'matched',\n 'matchlength',\n 'matchposition',\n 'matchtext',\n 'matchunicode',\n 'max',\n 'merge',\n 'mergejoin',\n 'min',\n 'nofold',\n 'nolocal',\n 'nonempty',\n 'normalize',\n 'nothor',\n 'notify',\n 'output',\n 'parallel',\n 'parse',\n 'pipe',\n 'power',\n 'preload',\n 'process',\n 'project',\n 'pull',\n 'random',\n 'range',\n 'rank',\n 'ranked',\n 'realformat',\n 'recordof',\n 'regexfind',\n 'regexreplace',\n 'regroup',\n 'rejected',\n 'rollup',\n 'round',\n 'roundup',\n 'row',\n 'rowdiff',\n 'sample',\n 'sequential',\n 'set',\n 'sin',\n 'sinh',\n 'sizeof',\n 'soapcall',\n 'sort',\n 'sorted',\n 'sqrt',\n 'stepped',\n 'stored',\n 'sum',\n 'table',\n 'tan',\n 'tanh',\n 'thisnode',\n 'topn',\n 'tounicode',\n 'toxml',\n 'transfer',\n 'transform',\n 'trim',\n 'truncate',\n 'typeof',\n 'ungroup',\n 'unicodeorder',\n 'variance',\n 'wait',\n 'which',\n 'workunit',\n 'xmldecode',\n 'xmlencode',\n 'xmltext',\n 'xmlunicode'\n ],\n typesint: ['integer', 'unsigned'].join('|'),\n typesnum: ['data', 'qstring', 'string', 'unicode', 'utf8', 'varstring', 'varunicode'],\n typesone: [\n 'ascii',\n 'big_endian',\n 'boolean',\n 'data',\n 'decimal',\n 'ebcdic',\n 'grouped',\n 'integer',\n 'linkcounted',\n 'pattern',\n 'qstring',\n 'real',\n 'record',\n 'rule',\n 'set of',\n 'streamed',\n 'string',\n 'token',\n 'udecimal',\n 'unicode',\n 'unsigned',\n 'utf8',\n 'varstring',\n 'varunicode'\n ].join('|'),\n operators: ['+', '-', '/', ':=', '<', '<>', '=', '>', '\\\\', 'and', 'in', 'not', 'or'],\n symbols: /[=><!~?:&|+\\-*\\/\\^%]+/,\n // escape sequences\n escapes: /\\\\(?:[abfnrtv\\\\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,\n // The main tokenizer for our languages\n tokenizer: {\n root: [\n [/@typesint[4|8]/, 'type'],\n [/#(@pounds)/, 'type'],\n [/@typesone/, 'type'],\n [\n /[a-zA-Z_$][\\w-$]*/,\n {\n cases: {\n '@functions': 'keyword.function',\n '@keywords': 'keyword',\n '@operators': 'operator'\n }\n }\n ],\n // whitespace\n { include: '@whitespace' },\n [/[{}()\\[\\]]/, '@brackets'],\n [/[<>](?!@symbols)/, '@brackets'],\n [\n /@symbols/,\n {\n cases: {\n '@operators': 'delimiter',\n '@default': ''\n }\n }\n ],\n // numbers\n [/[0-9_]*\\.[0-9_]+([eE][\\-+]?\\d+)?/, 'number.float'],\n [/0[xX][0-9a-fA-F_]+/, 'number.hex'],\n [/0[bB][01]+/, 'number.hex'],\n [/[0-9_]+/, 'number'],\n // delimiter: after number because of .\\d floats\n [/[;,.]/, 'delimiter'],\n // strings\n [/\"([^\"\\\\]|\\\\.)*$/, 'string.invalid'],\n [/\"/, 'string', '@string'],\n // characters\n [/'[^\\\\']'/, 'string'],\n [/(')(@escapes)(')/, ['string', 'string.escape', 'string']],\n [/'/, 'string.invalid']\n ],\n whitespace: [\n [/[ \\t\\v\\f\\r\\n]+/, ''],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*$/, 'comment']\n ],\n comment: [\n [/[^\\/*]+/, 'comment'],\n [/\\*\\//, 'comment', '@pop'],\n [/[\\/*]/, 'comment']\n ],\n string: [\n [/[^\\\\']+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.escape.invalid'],\n [/'/, 'string', '@pop']\n ]\n }\n};\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/ecl/ecl.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[21],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/elixir/elixir.js":
4
+ /*!****************************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/elixir/elixir.js ***!
6
+ \****************************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar conf = {\n comments: {\n lineComment: '#'\n },\n brackets: [\n ['{', '}'],\n ['[', ']'],\n ['(', ')']\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: \"'\", close: \"'\" },\n { open: '\"', close: '\"' }\n ],\n autoClosingPairs: [\n { open: \"'\", close: \"'\", notIn: ['string', 'comment'] },\n { open: '\"', close: '\"', notIn: ['comment'] },\n { open: '\"\"\"', close: '\"\"\"' },\n { open: '`', close: '`', notIn: ['string', 'comment'] },\n { open: '(', close: ')' },\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '<<', close: '>>' }\n ],\n indentationRules: {\n increaseIndentPattern: /^\\s*(after|else|catch|rescue|fn|[^#]*(do|<\\-|\\->|\\{|\\[|\\=))\\s*$/,\n decreaseIndentPattern: /^\\s*((\\}|\\])\\s*$|(after|else|catch|rescue|end)\\b)/\n }\n};\n/**\n * A Monarch lexer for the Elixir language.\n *\n * References:\n *\n * * Monarch documentation - https://microsoft.github.io/monaco-editor/monarch.html\n * * Elixir lexer - https://github.com/elixir-makeup/makeup_elixir/blob/master/lib/makeup/lexers/elixir_lexer.ex\n * * TextMate lexer (elixir-tmbundle) - https://github.com/elixir-editors/elixir-tmbundle/blob/master/Syntaxes/Elixir.tmLanguage\n * * TextMate lexer (vscode-elixir-ls) - https://github.com/elixir-lsp/vscode-elixir-ls/blob/master/syntaxes/elixir.json\n */\nvar language = {\n defaultToken: 'source',\n tokenPostfix: '.elixir',\n brackets: [\n { open: '[', close: ']', token: 'delimiter.square' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' },\n { open: '{', close: '}', token: 'delimiter.curly' },\n { open: '<<', close: '>>', token: 'delimiter.angle.special' }\n ],\n // Below are lists/regexps to which we reference later.\n declarationKeywords: [\n 'def',\n 'defp',\n 'defn',\n 'defnp',\n 'defguard',\n 'defguardp',\n 'defmacro',\n 'defmacrop',\n 'defdelegate',\n 'defcallback',\n 'defmacrocallback',\n 'defmodule',\n 'defprotocol',\n 'defexception',\n 'defimpl',\n 'defstruct'\n ],\n operatorKeywords: ['and', 'in', 'not', 'or', 'when'],\n namespaceKeywords: ['alias', 'import', 'require', 'use'],\n otherKeywords: [\n 'after',\n 'case',\n 'catch',\n 'cond',\n 'do',\n 'else',\n 'end',\n 'fn',\n 'for',\n 'if',\n 'quote',\n 'raise',\n 'receive',\n 'rescue',\n 'super',\n 'throw',\n 'try',\n 'unless',\n 'unquote_splicing',\n 'unquote',\n 'with'\n ],\n constants: ['true', 'false', 'nil'],\n nameBuiltin: ['__MODULE__', '__DIR__', '__ENV__', '__CALLER__', '__STACKTRACE__'],\n // Matches any of the operator names:\n // <<< >>> ||| &&& ^^^ ~~~ === !== ~>> <~> |~> <|> == != <= >= && || \\\\ <> ++ -- |> =~ -> <- ~> <~ :: .. = < > + - * / | . ^ & !\n operator: /-[->]?|!={0,2}|\\*|\\/|\\\\\\\\|&{1,3}|\\.\\.?|\\^(?:\\^\\^)?|\\+\\+?|<(?:-|<<|=|>|\\|>|~>?)?|=~|={1,3}|>(?:=|>>)?|\\|~>|\\|>|\\|{1,3}|~>>?|~~~|::/,\n // See https://hexdocs.pm/elixir/syntax-reference.html#variables\n variableName: /[a-z_][a-zA-Z0-9_]*[?!]?/,\n // See https://hexdocs.pm/elixir/syntax-reference.html#atoms\n atomName: /[a-zA-Z_][a-zA-Z0-9_@]*[?!]?|@specialAtomName|@operator/,\n specialAtomName: /\\.\\.\\.|<<>>|%\\{\\}|%|\\{\\}/,\n aliasPart: /[A-Z][a-zA-Z0-9_]*/,\n moduleName: /@aliasPart(?:\\.@aliasPart)*/,\n // Sigil pairs are: \"\"\" \"\"\", ''' ''', \" \", ' ', / /, | |, < >, { }, [ ], ( )\n sigilSymmetricDelimiter: /\"\"\"|'''|\"|'|\\/|\\|/,\n sigilStartDelimiter: /@sigilSymmetricDelimiter|<|\\{|\\[|\\(/,\n sigilEndDelimiter: /@sigilSymmetricDelimiter|>|\\}|\\]|\\)/,\n decimal: /\\d(?:_?\\d)*/,\n hex: /[0-9a-fA-F](_?[0-9a-fA-F])*/,\n octal: /[0-7](_?[0-7])*/,\n binary: /[01](_?[01])*/,\n // See https://hexdocs.pm/elixir/master/String.html#module-escape-characters\n escape: /\\\\u[0-9a-fA-F]{4}|\\\\x[0-9a-fA-F]{2}|\\\\./,\n // The keys below correspond to tokenizer states.\n // We start from the root state and match against its rules\n // until we explicitly transition into another state.\n // The `include` simply brings in all operations from the given state\n // and is useful for improving readability.\n tokenizer: {\n root: [\n { include: '@whitespace' },\n { include: '@comments' },\n // Keywords start as either an identifier or a string,\n // but end with a : so it's important to match this first.\n { include: '@keywordsShorthand' },\n { include: '@numbers' },\n { include: '@identifiers' },\n { include: '@strings' },\n { include: '@atoms' },\n { include: '@sigils' },\n { include: '@attributes' },\n { include: '@symbols' }\n ],\n // Whitespace\n whitespace: [[/\\s+/, 'white']],\n // Comments\n comments: [[/(#)(.*)/, ['comment.punctuation', 'comment']]],\n // Keyword list shorthand\n keywordsShorthand: [\n [/(@atomName)(:)/, ['constant', 'constant.punctuation']],\n // Use positive look-ahead to ensure the string is followed by :\n // and should be considered a keyword.\n [\n /\"(?=([^\"]|#\\{.*?\\}|\\\\\")*\":)/,\n { token: 'constant.delimiter', next: '@doubleQuotedStringKeyword' }\n ],\n [\n /'(?=([^']|#\\{.*?\\}|\\\\')*':)/,\n { token: 'constant.delimiter', next: '@singleQuotedStringKeyword' }\n ]\n ],\n doubleQuotedStringKeyword: [\n [/\":/, { token: 'constant.delimiter', next: '@pop' }],\n { include: '@stringConstantContentInterpol' }\n ],\n singleQuotedStringKeyword: [\n [/':/, { token: 'constant.delimiter', next: '@pop' }],\n { include: '@stringConstantContentInterpol' }\n ],\n // Numbers\n numbers: [\n [/0b@binary/, 'number.binary'],\n [/0o@octal/, 'number.octal'],\n [/0x@hex/, 'number.hex'],\n [/@decimal\\.@decimal([eE]-?@decimal)?/, 'number.float'],\n [/@decimal/, 'number']\n ],\n // Identifiers\n identifiers: [\n // Tokenize identifier name in function-like definitions.\n // Note: given `def a + b, do: nil`, `a` is not a function name,\n // so we use negative look-ahead to ensure there's no operator.\n [\n /\\b(defp?|defnp?|defmacrop?|defguardp?|defdelegate)(\\s+)(@variableName)(?!\\s+@operator)/,\n [\n 'keyword.declaration',\n 'white',\n {\n cases: {\n unquote: 'keyword',\n '@default': 'function'\n }\n }\n ]\n ],\n // Tokenize function calls\n [\n // In-scope call - an identifier followed by ( or .(\n /(@variableName)(?=\\s*\\.?\\s*\\()/,\n {\n cases: {\n // Tokenize as keyword in cases like `if(..., do: ..., else: ...)`\n '@declarationKeywords': 'keyword.declaration',\n '@namespaceKeywords': 'keyword',\n '@otherKeywords': 'keyword',\n '@default': 'function.call'\n }\n }\n ],\n [\n // Referencing function in a module\n /(@moduleName)(\\s*)(\\.)(\\s*)(@variableName)/,\n ['type.identifier', 'white', 'operator', 'white', 'function.call']\n ],\n [\n // Referencing function in an Erlang module\n /(:)(@atomName)(\\s*)(\\.)(\\s*)(@variableName)/,\n ['constant.punctuation', 'constant', 'white', 'operator', 'white', 'function.call']\n ],\n [\n // Piping into a function (tokenized separately as it may not have parentheses)\n /(\\|>)(\\s*)(@variableName)/,\n [\n 'operator',\n 'white',\n {\n cases: {\n '@otherKeywords': 'keyword',\n '@default': 'function.call'\n }\n }\n ]\n ],\n [\n // Function reference passed to another function\n /(&)(\\s*)(@variableName)/,\n ['operator', 'white', 'function.call']\n ],\n // Language keywords, builtins, constants and variables\n [\n /@variableName/,\n {\n cases: {\n '@declarationKeywords': 'keyword.declaration',\n '@operatorKeywords': 'keyword.operator',\n '@namespaceKeywords': 'keyword',\n '@otherKeywords': 'keyword',\n '@constants': 'constant.language',\n '@nameBuiltin': 'variable.language',\n '_.*': 'comment.unused',\n '@default': 'identifier'\n }\n }\n ],\n // Module names\n [/@moduleName/, 'type.identifier']\n ],\n // Strings\n strings: [\n [/\"\"\"/, { token: 'string.delimiter', next: '@doubleQuotedHeredoc' }],\n [/'''/, { token: 'string.delimiter', next: '@singleQuotedHeredoc' }],\n [/\"/, { token: 'string.delimiter', next: '@doubleQuotedString' }],\n [/'/, { token: 'string.delimiter', next: '@singleQuotedString' }]\n ],\n doubleQuotedHeredoc: [\n [/\"\"\"/, { token: 'string.delimiter', next: '@pop' }],\n { include: '@stringContentInterpol' }\n ],\n singleQuotedHeredoc: [\n [/'''/, { token: 'string.delimiter', next: '@pop' }],\n { include: '@stringContentInterpol' }\n ],\n doubleQuotedString: [\n [/\"/, { token: 'string.delimiter', next: '@pop' }],\n { include: '@stringContentInterpol' }\n ],\n singleQuotedString: [\n [/'/, { token: 'string.delimiter', next: '@pop' }],\n { include: '@stringContentInterpol' }\n ],\n // Atoms\n atoms: [\n [/(:)(@atomName)/, ['constant.punctuation', 'constant']],\n [/:\"/, { token: 'constant.delimiter', next: '@doubleQuotedStringAtom' }],\n [/:'/, { token: 'constant.delimiter', next: '@singleQuotedStringAtom' }]\n ],\n doubleQuotedStringAtom: [\n [/\"/, { token: 'constant.delimiter', next: '@pop' }],\n { include: '@stringConstantContentInterpol' }\n ],\n singleQuotedStringAtom: [\n [/'/, { token: 'constant.delimiter', next: '@pop' }],\n { include: '@stringConstantContentInterpol' }\n ],\n // Sigils\n // See https://elixir-lang.org/getting-started/sigils.html\n // Sigils allow for typing values using their textual representation.\n // All sigils start with ~ followed by a letter indicating sigil type\n // and then a delimiter pair enclosing the textual representation.\n // Optional modifiers are allowed after the closing delimiter.\n // For instance a regular expressions can be written as:\n // ~r/foo|bar/ ~r{foo|bar} ~r/foo|bar/g\n //\n // In general lowercase sigils allow for interpolation\n // and escaped characters, whereas uppercase sigils don't\n //\n // During tokenization we want to distinguish some\n // specific sigil types, namely string and regexp,\n // so that they cen be themed separately.\n //\n // To reasonably handle all those combinations we leverage\n // dot-separated states, so if we transition to @sigilStart.interpol.s.{.}\n // then \"sigilStart.interpol.s\" state will match and also all\n // the individual dot-separated parameters can be accessed.\n sigils: [\n [/~[a-z]@sigilStartDelimiter/, { token: '@rematch', next: '@sigil.interpol' }],\n [/~[A-Z]@sigilStartDelimiter/, { token: '@rematch', next: '@sigil.noInterpol' }]\n ],\n sigil: [\n [/~([a-zA-Z])\\{/, { token: '@rematch', switchTo: '@sigilStart.$S2.$1.{.}' }],\n [/~([a-zA-Z])\\[/, { token: '@rematch', switchTo: '@sigilStart.$S2.$1.[.]' }],\n [/~([a-zA-Z])\\(/, { token: '@rematch', switchTo: '@sigilStart.$S2.$1.(.)' }],\n [/~([a-zA-Z])\\</, { token: '@rematch', switchTo: '@sigilStart.$S2.$1.<.>' }],\n [\n /~([a-zA-Z])(@sigilSymmetricDelimiter)/,\n { token: '@rematch', switchTo: '@sigilStart.$S2.$1.$2.$2' }\n ]\n ],\n // The definitions below expect states to be of the form:\n //\n // sigilStart.<interpol-or-noInterpol>.<sigil-letter>.<start-delimiter>.<end-delimiter>\n // sigilContinue.<interpol-or-noInterpol>.<sigil-letter>.<start-delimiter>.<end-delimiter>\n //\n // The sigilStart state is used only to properly classify the token (as string/regex/sigil)\n // and immediately switches to the sigilContinue sate, which handles the actual content\n // and waits for the corresponding end delimiter.\n 'sigilStart.interpol.s': [\n [\n /~s@sigilStartDelimiter/,\n {\n token: 'string.delimiter',\n switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'\n }\n ]\n ],\n 'sigilContinue.interpol.s': [\n [\n /(@sigilEndDelimiter)[a-zA-Z]*/,\n {\n cases: {\n '$1==$S5': { token: 'string.delimiter', next: '@pop' },\n '@default': 'string'\n }\n }\n ],\n { include: '@stringContentInterpol' }\n ],\n 'sigilStart.noInterpol.S': [\n [\n /~S@sigilStartDelimiter/,\n {\n token: 'string.delimiter',\n switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'\n }\n ]\n ],\n 'sigilContinue.noInterpol.S': [\n // Ignore escaped sigil end\n [/(^|[^\\\\])\\\\@sigilEndDelimiter/, 'string'],\n [\n /(@sigilEndDelimiter)[a-zA-Z]*/,\n {\n cases: {\n '$1==$S5': { token: 'string.delimiter', next: '@pop' },\n '@default': 'string'\n }\n }\n ],\n { include: '@stringContent' }\n ],\n 'sigilStart.interpol.r': [\n [\n /~r@sigilStartDelimiter/,\n {\n token: 'regexp.delimiter',\n switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'\n }\n ]\n ],\n 'sigilContinue.interpol.r': [\n [\n /(@sigilEndDelimiter)[a-zA-Z]*/,\n {\n cases: {\n '$1==$S5': { token: 'regexp.delimiter', next: '@pop' },\n '@default': 'regexp'\n }\n }\n ],\n { include: '@regexpContentInterpol' }\n ],\n 'sigilStart.noInterpol.R': [\n [\n /~R@sigilStartDelimiter/,\n {\n token: 'regexp.delimiter',\n switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'\n }\n ]\n ],\n 'sigilContinue.noInterpol.R': [\n // Ignore escaped sigil end\n [/(^|[^\\\\])\\\\@sigilEndDelimiter/, 'regexp'],\n [\n /(@sigilEndDelimiter)[a-zA-Z]*/,\n {\n cases: {\n '$1==$S5': { token: 'regexp.delimiter', next: '@pop' },\n '@default': 'regexp'\n }\n }\n ],\n { include: '@regexpContent' }\n ],\n // Fallback to the generic sigil by default\n 'sigilStart.interpol': [\n [\n /~([a-zA-Z])@sigilStartDelimiter/,\n {\n token: 'sigil.delimiter',\n switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'\n }\n ]\n ],\n 'sigilContinue.interpol': [\n [\n /(@sigilEndDelimiter)[a-zA-Z]*/,\n {\n cases: {\n '$1==$S5': { token: 'sigil.delimiter', next: '@pop' },\n '@default': 'sigil'\n }\n }\n ],\n { include: '@sigilContentInterpol' }\n ],\n 'sigilStart.noInterpol': [\n [\n /~([a-zA-Z])@sigilStartDelimiter/,\n {\n token: 'sigil.delimiter',\n switchTo: '@sigilContinue.$S2.$S3.$S4.$S5'\n }\n ]\n ],\n 'sigilContinue.noInterpol': [\n // Ignore escaped sigil end\n [/(^|[^\\\\])\\\\@sigilEndDelimiter/, 'sigil'],\n [\n /(@sigilEndDelimiter)[a-zA-Z]*/,\n {\n cases: {\n '$1==$S5': { token: 'sigil.delimiter', next: '@pop' },\n '@default': 'sigil'\n }\n }\n ],\n { include: '@sigilContent' }\n ],\n // Attributes\n attributes: [\n // Module @doc* attributes - tokenized as comments\n [\n /\\@(module|type)?doc (~[sS])?\"\"\"/,\n {\n token: 'comment.block.documentation',\n next: '@doubleQuotedHeredocDocstring'\n }\n ],\n [\n /\\@(module|type)?doc (~[sS])?\"/,\n {\n token: 'comment.block.documentation',\n next: '@doubleQuotedStringDocstring'\n }\n ],\n [/\\@(module|type)?doc false/, 'comment.block.documentation'],\n // Module attributes\n [/\\@(@variableName)/, 'variable']\n ],\n doubleQuotedHeredocDocstring: [\n [/\"\"\"/, { token: 'comment.block.documentation', next: '@pop' }],\n { include: '@docstringContent' }\n ],\n doubleQuotedStringDocstring: [\n [/\"/, { token: 'comment.block.documentation', next: '@pop' }],\n { include: '@docstringContent' }\n ],\n // Operators, punctuation, brackets\n symbols: [\n // Code point operator (either with regular character ?a or an escaped one ?\\n)\n [/\\?(\\\\.|[^\\\\\\s])/, 'number.constant'],\n // Anonymous function arguments\n [/&\\d+/, 'operator'],\n // Bitshift operators (must go before delimiters, so that << >> don't match first)\n [/<<<|>>>/, 'operator'],\n // Delimiter pairs\n [/[()\\[\\]\\{\\}]|<<|>>/, '@brackets'],\n // Triple dot is a valid name (must go before operators, so that .. doesn't match instead)\n [/\\.\\.\\./, 'identifier'],\n // Punctuation => (must go before operators, so it's not tokenized as = then >)\n [/=>/, 'punctuation'],\n // Operators\n [/@operator/, 'operator'],\n // Punctuation\n [/[:;,.%]/, 'punctuation']\n ],\n // Generic helpers\n stringContentInterpol: [\n { include: '@interpolation' },\n { include: '@escapeChar' },\n { include: '@stringContent' }\n ],\n stringContent: [[/./, 'string']],\n stringConstantContentInterpol: [\n { include: '@interpolation' },\n { include: '@escapeChar' },\n { include: '@stringConstantContent' }\n ],\n stringConstantContent: [[/./, 'constant']],\n regexpContentInterpol: [\n { include: '@interpolation' },\n { include: '@escapeChar' },\n { include: '@regexpContent' }\n ],\n regexpContent: [\n // # may be a regular regexp char, so we use a heuristic\n // assuming a # surrounded by whitespace is actually a comment.\n [/(\\s)(#)(\\s.*)$/, ['white', 'comment.punctuation', 'comment']],\n [/./, 'regexp']\n ],\n sigilContentInterpol: [\n { include: '@interpolation' },\n { include: '@escapeChar' },\n { include: '@sigilContent' }\n ],\n sigilContent: [[/./, 'sigil']],\n docstringContent: [[/./, 'comment.block.documentation']],\n escapeChar: [[/@escape/, 'constant.character.escape']],\n interpolation: [\n [/#{/, { token: 'delimiter.bracket.embed', next: '@interpolationContinue' }]\n ],\n interpolationContinue: [\n [/}/, { token: 'delimiter.bracket.embed', next: '@pop' }],\n // Interpolation brackets may contain arbitrary code,\n // so we simply match against all the root rules,\n // until we reach interpolation end (the above matches).\n { include: '@root' }\n ]\n }\n};\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/elixir/elixir.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[22],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/flow9/flow9.js":
4
+ /*!**************************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/flow9/flow9.js ***!
6
+ \**************************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar conf = {\n comments: {\n blockComment: ['/*', '*/'],\n lineComment: '//'\n },\n brackets: [\n ['{', '}'],\n ['[', ']'],\n ['(', ')']\n ],\n autoClosingPairs: [\n { open: '{', close: '}', notIn: ['string'] },\n { open: '[', close: ']', notIn: ['string'] },\n { open: '(', close: ')', notIn: ['string'] },\n { open: '\"', close: '\"', notIn: ['string'] },\n { open: \"'\", close: \"'\", notIn: ['string'] }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" },\n { open: '<', close: '>' }\n ]\n};\nvar language = {\n defaultToken: '',\n tokenPostfix: '.flow',\n keywords: [\n 'import',\n 'require',\n 'export',\n 'forbid',\n 'native',\n 'if',\n 'else',\n 'cast',\n 'unsafe',\n 'switch',\n 'default'\n ],\n types: [\n 'io',\n 'mutable',\n 'bool',\n 'int',\n 'double',\n 'string',\n 'flow',\n 'void',\n 'ref',\n 'true',\n 'false',\n 'with'\n ],\n operators: [\n '=',\n '>',\n '<',\n '<=',\n '>=',\n '==',\n '!',\n '!=',\n ':=',\n '::=',\n '&&',\n '||',\n '+',\n '-',\n '*',\n '/',\n '@',\n '&',\n '%',\n ':',\n '->',\n '\\\\',\n '$',\n '??',\n '^'\n ],\n symbols: /[@$=><!~?:&|+\\-*\\\\\\/\\^%]+/,\n escapes: /\\\\(?:[abfnrtv\\\\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,\n // The main tokenizer for our languages\n tokenizer: {\n root: [\n // identifiers and keywords\n [\n /[a-zA-Z_]\\w*/,\n {\n cases: {\n '@keywords': 'keyword',\n '@types': 'type',\n '@default': 'identifier'\n }\n }\n ],\n // whitespace\n { include: '@whitespace' },\n // delimiters and operators\n [/[{}()\\[\\]]/, 'delimiter'],\n [/[<>](?!@symbols)/, 'delimiter'],\n [\n /@symbols/,\n {\n cases: {\n '@operators': 'delimiter',\n '@default': ''\n }\n }\n ],\n // numbers\n [\n /((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)/,\n 'number'\n ],\n // delimiter: after number because of .\\d floats\n [/[;,.]/, 'delimiter'],\n // strings\n [/\"([^\"\\\\]|\\\\.)*$/, 'string.invalid'],\n [/\"/, 'string', '@string']\n ],\n whitespace: [\n [/[ \\t\\r\\n]+/, ''],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*$/, 'comment']\n ],\n comment: [\n [/[^\\/*]+/, 'comment'],\n [/\\*\\//, 'comment', '@pop'],\n [/[\\/*]/, 'comment']\n ],\n string: [\n [/[^\\\\\"]+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.escape.invalid'],\n [/\"/, 'string', '@pop']\n ]\n }\n};\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/flow9/flow9.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[23],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/fsharp/fsharp.js":
4
+ /*!****************************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/fsharp/fsharp.js ***!
6
+ \****************************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar conf = {\n comments: {\n lineComment: '//',\n blockComment: ['(*', '*)']\n },\n brackets: [\n ['{', '}'],\n ['[', ']'],\n ['(', ')']\n ],\n autoClosingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"', close: '\"' }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" }\n ],\n folding: {\n markers: {\n start: new RegExp('^\\\\s*//\\\\s*#region\\\\b|^\\\\s*\\\\(\\\\*\\\\s*#region(.*)\\\\*\\\\)'),\n end: new RegExp('^\\\\s*//\\\\s*#endregion\\\\b|^\\\\s*\\\\(\\\\*\\\\s*#endregion\\\\s*\\\\*\\\\)')\n }\n }\n};\nvar language = {\n defaultToken: '',\n tokenPostfix: '.fs',\n keywords: [\n 'abstract',\n 'and',\n 'atomic',\n 'as',\n 'assert',\n 'asr',\n 'base',\n 'begin',\n 'break',\n 'checked',\n 'component',\n 'const',\n 'constraint',\n 'constructor',\n 'continue',\n 'class',\n 'default',\n 'delegate',\n 'do',\n 'done',\n 'downcast',\n 'downto',\n 'elif',\n 'else',\n 'end',\n 'exception',\n 'eager',\n 'event',\n 'external',\n 'extern',\n 'false',\n 'finally',\n 'for',\n 'fun',\n 'function',\n 'fixed',\n 'functor',\n 'global',\n 'if',\n 'in',\n 'include',\n 'inherit',\n 'inline',\n 'interface',\n 'internal',\n 'land',\n 'lor',\n 'lsl',\n 'lsr',\n 'lxor',\n 'lazy',\n 'let',\n 'match',\n 'member',\n 'mod',\n 'module',\n 'mutable',\n 'namespace',\n 'method',\n 'mixin',\n 'new',\n 'not',\n 'null',\n 'of',\n 'open',\n 'or',\n 'object',\n 'override',\n 'private',\n 'parallel',\n 'process',\n 'protected',\n 'pure',\n 'public',\n 'rec',\n 'return',\n 'static',\n 'sealed',\n 'struct',\n 'sig',\n 'then',\n 'to',\n 'true',\n 'tailcall',\n 'trait',\n 'try',\n 'type',\n 'upcast',\n 'use',\n 'val',\n 'void',\n 'virtual',\n 'volatile',\n 'when',\n 'while',\n 'with',\n 'yield'\n ],\n // we include these common regular expressions\n symbols: /[=><!~?:&|+\\-*\\^%;\\.,\\/]+/,\n escapes: /\\\\(?:[abfnrtv\\\\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,\n integersuffix: /[uU]?[yslnLI]?/,\n floatsuffix: /[fFmM]?/,\n // The main tokenizer for our languages\n tokenizer: {\n root: [\n // identifiers and keywords\n [\n /[a-zA-Z_]\\w*/,\n {\n cases: {\n '@keywords': { token: 'keyword.$0' },\n '@default': 'identifier'\n }\n }\n ],\n // whitespace\n { include: '@whitespace' },\n // [< attributes >].\n [/\\[<.*>\\]/, 'annotation'],\n // Preprocessor directive\n [/^#(if|else|endif)/, 'keyword'],\n // delimiters and operators\n [/[{}()\\[\\]]/, '@brackets'],\n [/[<>](?!@symbols)/, '@brackets'],\n [/@symbols/, 'delimiter'],\n // numbers\n [/\\d*\\d+[eE]([\\-+]?\\d+)?(@floatsuffix)/, 'number.float'],\n [/\\d*\\.\\d+([eE][\\-+]?\\d+)?(@floatsuffix)/, 'number.float'],\n [/0x[0-9a-fA-F]+LF/, 'number.float'],\n [/0x[0-9a-fA-F]+(@integersuffix)/, 'number.hex'],\n [/0b[0-1]+(@integersuffix)/, 'number.bin'],\n [/\\d+(@integersuffix)/, 'number'],\n // delimiter: after number because of .\\d floats\n [/[;,.]/, 'delimiter'],\n // strings\n [/\"([^\"\\\\]|\\\\.)*$/, 'string.invalid'],\n [/\"\"\"/, 'string', '@string.\"\"\"'],\n [/\"/, 'string', '@string.\"'],\n // literal string\n [/\\@\"/, { token: 'string.quote', next: '@litstring' }],\n // characters\n [/'[^\\\\']'B?/, 'string'],\n [/(')(@escapes)(')/, ['string', 'string.escape', 'string']],\n [/'/, 'string.invalid']\n ],\n whitespace: [\n [/[ \\t\\r\\n]+/, ''],\n [/\\(\\*(?!\\))/, 'comment', '@comment'],\n [/\\/\\/.*$/, 'comment']\n ],\n comment: [\n [/[^*(]+/, 'comment'],\n [/\\*\\)/, 'comment', '@pop'],\n [/\\*/, 'comment'],\n [/\\(\\*\\)/, 'comment'],\n [/\\(/, 'comment']\n ],\n string: [\n [/[^\\\\\"]+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.escape.invalid'],\n [\n /(\"\"\"|\"B?)/,\n {\n cases: {\n '$#==$S2': { token: 'string', next: '@pop' },\n '@default': 'string'\n }\n }\n ]\n ],\n litstring: [\n [/[^\"]+/, 'string'],\n [/\"\"/, 'string.escape'],\n [/\"/, { token: 'string.quote', next: '@pop' }]\n ]\n }\n};\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/fsharp/fsharp.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[24],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/go/go.js":
4
+ /*!********************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/go/go.js ***!
6
+ \********************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar conf = {\n comments: {\n lineComment: '//',\n blockComment: ['/*', '*/']\n },\n brackets: [\n ['{', '}'],\n ['[', ']'],\n ['(', ')']\n ],\n autoClosingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '`', close: '`', notIn: ['string'] },\n { open: '\"', close: '\"', notIn: ['string'] },\n { open: \"'\", close: \"'\", notIn: ['string', 'comment'] }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '`', close: '`' },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" }\n ]\n};\nvar language = {\n defaultToken: '',\n tokenPostfix: '.go',\n keywords: [\n 'break',\n 'case',\n 'chan',\n 'const',\n 'continue',\n 'default',\n 'defer',\n 'else',\n 'fallthrough',\n 'for',\n 'func',\n 'go',\n 'goto',\n 'if',\n 'import',\n 'interface',\n 'map',\n 'package',\n 'range',\n 'return',\n 'select',\n 'struct',\n 'switch',\n 'type',\n 'var',\n 'bool',\n 'true',\n 'false',\n 'uint8',\n 'uint16',\n 'uint32',\n 'uint64',\n 'int8',\n 'int16',\n 'int32',\n 'int64',\n 'float32',\n 'float64',\n 'complex64',\n 'complex128',\n 'byte',\n 'rune',\n 'uint',\n 'int',\n 'uintptr',\n 'string',\n 'nil'\n ],\n operators: [\n '+',\n '-',\n '*',\n '/',\n '%',\n '&',\n '|',\n '^',\n '<<',\n '>>',\n '&^',\n '+=',\n '-=',\n '*=',\n '/=',\n '%=',\n '&=',\n '|=',\n '^=',\n '<<=',\n '>>=',\n '&^=',\n '&&',\n '||',\n '<-',\n '++',\n '--',\n '==',\n '<',\n '>',\n '=',\n '!',\n '!=',\n '<=',\n '>=',\n ':=',\n '...',\n '(',\n ')',\n '',\n ']',\n '{',\n '}',\n ',',\n ';',\n '.',\n ':'\n ],\n // we include these common regular expressions\n symbols: /[=><!~?:&|+\\-*\\/\\^%]+/,\n escapes: /\\\\(?:[abfnrtv\\\\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,\n // The main tokenizer for our languages\n tokenizer: {\n root: [\n // identifiers and keywords\n [\n /[a-zA-Z_]\\w*/,\n {\n cases: {\n '@keywords': { token: 'keyword.$0' },\n '@default': 'identifier'\n }\n }\n ],\n // whitespace\n { include: '@whitespace' },\n // [[ attributes ]].\n [/\\[\\[.*\\]\\]/, 'annotation'],\n // Preprocessor directive\n [/^\\s*#\\w+/, 'keyword'],\n // delimiters and operators\n [/[{}()\\[\\]]/, '@brackets'],\n [/[<>](?!@symbols)/, '@brackets'],\n [\n /@symbols/,\n {\n cases: {\n '@operators': 'delimiter',\n '@default': ''\n }\n }\n ],\n // numbers\n [/\\d*\\d+[eE]([\\-+]?\\d+)?/, 'number.float'],\n [/\\d*\\.\\d+([eE][\\-+]?\\d+)?/, 'number.float'],\n [/0[xX][0-9a-fA-F']*[0-9a-fA-F]/, 'number.hex'],\n [/0[0-7']*[0-7]/, 'number.octal'],\n [/0[bB][0-1']*[0-1]/, 'number.binary'],\n [/\\d[\\d']*/, 'number'],\n [/\\d/, 'number'],\n // delimiter: after number because of .\\d floats\n [/[;,.]/, 'delimiter'],\n // strings\n [/\"([^\"\\\\]|\\\\.)*$/, 'string.invalid'],\n [/\"/, 'string', '@string'],\n [/`/, 'string', '@rawstring'],\n // characters\n [/'[^\\\\']'/, 'string'],\n [/(')(@escapes)(')/, ['string', 'string.escape', 'string']],\n [/'/, 'string.invalid']\n ],\n whitespace: [\n [/[ \\t\\r\\n]+/, ''],\n [/\\/\\*\\*(?!\\/)/, 'comment.doc', '@doccomment'],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*$/, 'comment']\n ],\n comment: [\n [/[^\\/*]+/, 'comment'],\n // [/\\/\\*/, 'comment', '@push' ], // nested comment not allowed :-(\n // [/\\/\\*/, 'comment.invalid' ], // this breaks block comments in the shape of /* //*/\n [/\\*\\//, 'comment', '@pop'],\n [/[\\/*]/, 'comment']\n ],\n //Identical copy of comment above, except for the addition of .doc\n doccomment: [\n [/[^\\/*]+/, 'comment.doc'],\n // [/\\/\\*/, 'comment.doc', '@push' ], // nested comment not allowed :-(\n [/\\/\\*/, 'comment.doc.invalid'],\n [/\\*\\//, 'comment.doc', '@pop'],\n [/[\\/*]/, 'comment.doc']\n ],\n string: [\n [/[^\\\\\"]+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.escape.invalid'],\n [/\"/, 'string', '@pop']\n ],\n rawstring: [\n [/[^\\`]/, 'string'],\n [/`/, 'string', '@pop']\n ]\n }\n};\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/go/go.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[25],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/graphql/graphql.js":
4
+ /*!******************************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/graphql/graphql.js ***!
6
+ \******************************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar conf = {\n comments: {\n lineComment: '#'\n },\n brackets: [\n ['{', '}'],\n ['[', ']'],\n ['(', ')']\n ],\n autoClosingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"\"\"', close: '\"\"\"', notIn: ['string', 'comment'] },\n { open: '\"', close: '\"', notIn: ['string', 'comment'] }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"\"\"', close: '\"\"\"' },\n { open: '\"', close: '\"' }\n ],\n folding: {\n offSide: true\n }\n};\nvar language = {\n // Set defaultToken to invalid to see what you do not tokenize yet\n defaultToken: 'invalid',\n tokenPostfix: '.gql',\n keywords: [\n 'null',\n 'true',\n 'false',\n 'query',\n 'mutation',\n 'subscription',\n 'extend',\n 'schema',\n 'directive',\n 'scalar',\n 'type',\n 'interface',\n 'union',\n 'enum',\n 'input',\n 'implements',\n 'fragment',\n 'on'\n ],\n typeKeywords: ['Int', 'Float', 'String', 'Boolean', 'ID'],\n directiveLocations: [\n 'SCHEMA',\n 'SCALAR',\n 'OBJECT',\n 'FIELD_DEFINITION',\n 'ARGUMENT_DEFINITION',\n 'INTERFACE',\n 'UNION',\n 'ENUM',\n 'ENUM_VALUE',\n 'INPUT_OBJECT',\n 'INPUT_FIELD_DEFINITION',\n 'QUERY',\n 'MUTATION',\n 'SUBSCRIPTION',\n 'FIELD',\n 'FRAGMENT_DEFINITION',\n 'FRAGMENT_SPREAD',\n 'INLINE_FRAGMENT',\n 'VARIABLE_DEFINITION'\n ],\n operators: ['=', '!', '?', ':', '&', '|'],\n // we include these common regular expressions\n symbols: /[=!?:&|]+/,\n // https://facebook.github.io/graphql/draft/#sec-String-Value\n escapes: /\\\\(?:[\"\\\\\\/bfnrt]|u[0-9A-Fa-f]{4})/,\n // The main tokenizer for our languages\n tokenizer: {\n root: [\n // fields and argument names\n [\n /[a-z_][\\w$]*/,\n {\n cases: {\n '@keywords': 'keyword',\n '@default': 'key.identifier'\n }\n }\n ],\n // identify typed input variables\n [\n /[$][\\w$]*/,\n {\n cases: {\n '@keywords': 'keyword',\n '@default': 'argument.identifier'\n }\n }\n ],\n // to show class names nicely\n [\n /[A-Z][\\w\\$]*/,\n {\n cases: {\n '@typeKeywords': 'keyword',\n '@default': 'type.identifier'\n }\n }\n ],\n // whitespace\n { include: '@whitespace' },\n // delimiters and operators\n [/[{}()\\[\\]]/, '@brackets'],\n [/@symbols/, { cases: { '@operators': 'operator', '@default': '' } }],\n // @ annotations.\n // As an example, we emit a debugging log message on these tokens.\n // Note: message are supressed during the first load -- change some lines to see them.\n [/@\\s*[a-zA-Z_\\$][\\w\\$]*/, { token: 'annotation', log: 'annotation token: $0' }],\n // numbers\n [/\\d*\\.\\d+([eE][\\-+]?\\d+)?/, 'number.float'],\n [/0[xX][0-9a-fA-F]+/, 'number.hex'],\n [/\\d+/, 'number'],\n // delimiter: after number because of .\\d floats\n [/[;,.]/, 'delimiter'],\n [/\"\"\"/, { token: 'string', next: '@mlstring', nextEmbedded: 'markdown' }],\n // strings\n [/\"([^\"\\\\]|\\\\.)*$/, 'string.invalid'],\n [/\"/, { token: 'string.quote', bracket: '@open', next: '@string' }]\n ],\n mlstring: [\n [/[^\"]+/, 'string'],\n ['\"\"\"', { token: 'string', next: '@pop', nextEmbedded: '@pop' }]\n ],\n string: [\n [/[^\\\\\"]+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.escape.invalid'],\n [/\"/, { token: 'string.quote', bracket: '@close', next: '@pop' }]\n ],\n whitespace: [\n [/[ \\t\\r\\n]+/, ''],\n [/#.*$/, 'comment']\n ]\n }\n};\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/graphql/graphql.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[26],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/handlebars/handlebars.js":
4
+ /*!************************************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/handlebars/handlebars.js ***!
6
+ \************************************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/* harmony import */ var _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../fillers/monaco-editor-core.js */ \"./node_modules/monaco-editor/esm/vs/basic-languages/fillers/monaco-editor-core.js\");\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\nvar EMPTY_ELEMENTS = [\n 'area',\n 'base',\n 'br',\n 'col',\n 'embed',\n 'hr',\n 'img',\n 'input',\n 'keygen',\n 'link',\n 'menuitem',\n 'meta',\n 'param',\n 'source',\n 'track',\n 'wbr'\n];\nvar conf = {\n wordPattern: /(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\$\\^\\&\\*\\(\\)\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\s]+)/g,\n comments: {\n blockComment: ['{{!--', '--}}']\n },\n brackets: [\n ['<!--', '-->'],\n ['<', '>'],\n ['{{', '}}'],\n ['{', '}'],\n ['(', ')']\n ],\n autoClosingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" }\n ],\n surroundingPairs: [\n { open: '<', close: '>' },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" }\n ],\n onEnterRules: [\n {\n beforeText: new RegExp(\"<(?!(?:\" + EMPTY_ELEMENTS.join('|') + \"))(\\\\w[\\\\w\\\\d]*)([^/>]*(?!/)>)[^<]*$\", 'i'),\n afterText: /^<\\/(\\w[\\w\\d]*)\\s*>$/i,\n action: {\n indentAction: _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__[\"languages\"].IndentAction.IndentOutdent\n }\n },\n {\n beforeText: new RegExp(\"<(?!(?:\" + EMPTY_ELEMENTS.join('|') + \"))(\\\\w[\\\\w\\\\d]*)([^/>]*(?!/)>)[^<]*$\", 'i'),\n action: { indentAction: _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__[\"languages\"].IndentAction.Indent }\n }\n ]\n};\nvar language = {\n defaultToken: '',\n tokenPostfix: '',\n // ignoreCase: true,\n // The main tokenizer for our languages\n tokenizer: {\n root: [\n [/\\{\\{!--/, 'comment.block.start.handlebars', '@commentBlock'],\n [/\\{\\{!/, 'comment.start.handlebars', '@comment'],\n [/\\{\\{/, { token: '@rematch', switchTo: '@handlebarsInSimpleState.root' }],\n [/<!DOCTYPE/, 'metatag.html', '@doctype'],\n [/<!--/, 'comment.html', '@commentHtml'],\n [/(<)(\\w+)(\\/>)/, ['delimiter.html', 'tag.html', 'delimiter.html']],\n [/(<)(script)/, ['delimiter.html', { token: 'tag.html', next: '@script' }]],\n [/(<)(style)/, ['delimiter.html', { token: 'tag.html', next: '@style' }]],\n [/(<)([:\\w]+)/, ['delimiter.html', { token: 'tag.html', next: '@otherTag' }]],\n [/(<\\/)(\\w+)/, ['delimiter.html', { token: 'tag.html', next: '@otherTag' }]],\n [/</, 'delimiter.html'],\n [/\\{/, 'delimiter.html'],\n [/[^<{]+/] // text\n ],\n doctype: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.comment'\n }\n ],\n [/[^>]+/, 'metatag.content.html'],\n [/>/, 'metatag.html', '@pop']\n ],\n comment: [\n [/\\}\\}/, 'comment.end.handlebars', '@pop'],\n [/./, 'comment.content.handlebars']\n ],\n commentBlock: [\n [/--\\}\\}/, 'comment.block.end.handlebars', '@pop'],\n [/./, 'comment.content.handlebars']\n ],\n commentHtml: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.comment'\n }\n ],\n [/-->/, 'comment.html', '@pop'],\n [/[^-]+/, 'comment.content.html'],\n [/./, 'comment.content.html']\n ],\n otherTag: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.otherTag'\n }\n ],\n [/\\/?>/, 'delimiter.html', '@pop'],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [/[ \\t\\r\\n]+/] // whitespace\n ],\n // -- BEGIN <script> tags handling\n // After <script\n script: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.script'\n }\n ],\n [/type/, 'attribute.name', '@scriptAfterType'],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [\n />/,\n {\n token: 'delimiter.html',\n next: '@scriptEmbedded.text/javascript',\n nextEmbedded: 'text/javascript'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [\n /(<\\/)(script\\s*)(>)/,\n ['delimiter.html', 'tag.html', { token: 'delimiter.html', next: '@pop' }]\n ]\n ],\n // After <script ... type\n scriptAfterType: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.scriptAfterType'\n }\n ],\n [/=/, 'delimiter', '@scriptAfterTypeEquals'],\n [\n />/,\n {\n token: 'delimiter.html',\n next: '@scriptEmbedded.text/javascript',\n nextEmbedded: 'text/javascript'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/<\\/script\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n // After <script ... type =\n scriptAfterTypeEquals: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.scriptAfterTypeEquals'\n }\n ],\n [\n /\"([^\"]*)\"/,\n {\n token: 'attribute.value',\n switchTo: '@scriptWithCustomType.$1'\n }\n ],\n [\n /'([^']*)'/,\n {\n token: 'attribute.value',\n switchTo: '@scriptWithCustomType.$1'\n }\n ],\n [\n />/,\n {\n token: 'delimiter.html',\n next: '@scriptEmbedded.text/javascript',\n nextEmbedded: 'text/javascript'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/<\\/script\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n // After <script ... type = $S2\n scriptWithCustomType: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.scriptWithCustomType.$S2'\n }\n ],\n [\n />/,\n {\n token: 'delimiter.html',\n next: '@scriptEmbedded.$S2',\n nextEmbedded: '$S2'\n }\n ],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [/[ \\t\\r\\n]+/],\n [/<\\/script\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n scriptEmbedded: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInEmbeddedState.scriptEmbedded.$S2',\n nextEmbedded: '@pop'\n }\n ],\n [/<\\/script/, { token: '@rematch', next: '@pop', nextEmbedded: '@pop' }]\n ],\n // -- END <script> tags handling\n // -- BEGIN <style> tags handling\n // After <style\n style: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.style'\n }\n ],\n [/type/, 'attribute.name', '@styleAfterType'],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [\n />/,\n {\n token: 'delimiter.html',\n next: '@styleEmbedded.text/css',\n nextEmbedded: 'text/css'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [\n /(<\\/)(style\\s*)(>)/,\n ['delimiter.html', 'tag.html', { token: 'delimiter.html', next: '@pop' }]\n ]\n ],\n // After <style ... type\n styleAfterType: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.styleAfterType'\n }\n ],\n [/=/, 'delimiter', '@styleAfterTypeEquals'],\n [\n />/,\n {\n token: 'delimiter.html',\n next: '@styleEmbedded.text/css',\n nextEmbedded: 'text/css'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/<\\/style\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n // After <style ... type =\n styleAfterTypeEquals: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.styleAfterTypeEquals'\n }\n ],\n [\n /\"([^\"]*)\"/,\n {\n token: 'attribute.value',\n switchTo: '@styleWithCustomType.$1'\n }\n ],\n [\n /'([^']*)'/,\n {\n token: 'attribute.value',\n switchTo: '@styleWithCustomType.$1'\n }\n ],\n [\n />/,\n {\n token: 'delimiter.html',\n next: '@styleEmbedded.text/css',\n nextEmbedded: 'text/css'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/<\\/style\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n // After <style ... type = $S2\n styleWithCustomType: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInSimpleState.styleWithCustomType.$S2'\n }\n ],\n [\n />/,\n {\n token: 'delimiter.html',\n next: '@styleEmbedded.$S2',\n nextEmbedded: '$S2'\n }\n ],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [/[ \\t\\r\\n]+/],\n [/<\\/style\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n styleEmbedded: [\n [\n /\\{\\{/,\n {\n token: '@rematch',\n switchTo: '@handlebarsInEmbeddedState.styleEmbedded.$S2',\n nextEmbedded: '@pop'\n }\n ],\n [/<\\/style/, { token: '@rematch', next: '@pop', nextEmbedded: '@pop' }]\n ],\n // -- END <style> tags handling\n handlebarsInSimpleState: [\n [/\\{\\{\\{?/, 'delimiter.handlebars'],\n [/\\}\\}\\}?/, { token: 'delimiter.handlebars', switchTo: '@$S2.$S3' }],\n { include: 'handlebarsRoot' }\n ],\n handlebarsInEmbeddedState: [\n [/\\{\\{\\{?/, 'delimiter.handlebars'],\n [\n /\\}\\}\\}?/,\n {\n token: 'delimiter.handlebars',\n switchTo: '@$S2.$S3',\n nextEmbedded: '$S3'\n }\n ],\n { include: 'handlebarsRoot' }\n ],\n handlebarsRoot: [\n [/\"[^\"]*\"/, 'string.handlebars'],\n [/[#/][^\\s}]+/, 'keyword.helper.handlebars'],\n [/else\\b/, 'keyword.helper.handlebars'],\n [/[\\s]+/],\n [/[^}]/, 'variable.parameter.handlebars']\n ]\n }\n};\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/handlebars/handlebars.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[27],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/hcl/hcl.js":
4
+ /*!**********************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/hcl/hcl.js ***!
6
+ \**********************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar conf = {\n comments: {\n lineComment: '#',\n blockComment: ['/*', '*/']\n },\n brackets: [\n ['{', '}'],\n ['[', ']'],\n ['(', ')']\n ],\n autoClosingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"', close: '\"', notIn: ['string'] }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"', close: '\"' }\n ]\n};\nvar language = {\n defaultToken: '',\n tokenPostfix: '.hcl',\n keywords: [\n 'var',\n 'local',\n 'path',\n 'for_each',\n 'any',\n 'string',\n 'number',\n 'bool',\n 'true',\n 'false',\n 'null',\n 'if ',\n 'else ',\n 'endif ',\n 'for ',\n 'in',\n 'endfor'\n ],\n operators: [\n '=',\n '>=',\n '<=',\n '==',\n '!=',\n '+',\n '-',\n '*',\n '/',\n '%',\n '&&',\n '||',\n '!',\n '<',\n '>',\n '?',\n '...',\n ':'\n ],\n symbols: /[=><!~?:&|+\\-*\\/\\^%]+/,\n escapes: /\\\\(?:[abfnrtv\\\\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,\n terraformFunctions: /(abs|ceil|floor|log|max|min|pow|signum|chomp|format|formatlist|indent|join|lower|regex|regexall|replace|split|strrev|substr|title|trimspace|upper|chunklist|coalesce|coalescelist|compact|concat|contains|distinct|element|flatten|index|keys|length|list|lookup|map|matchkeys|merge|range|reverse|setintersection|setproduct|setunion|slice|sort|transpose|values|zipmap|base64decode|base64encode|base64gzip|csvdecode|jsondecode|jsonencode|urlencode|yamldecode|yamlencode|abspath|dirname|pathexpand|basename|file|fileexists|fileset|filebase64|templatefile|formatdate|timeadd|timestamp|base64sha256|base64sha512|bcrypt|filebase64sha256|filebase64sha512|filemd5|filemd1|filesha256|filesha512|md5|rsadecrypt|sha1|sha256|sha512|uuid|uuidv5|cidrhost|cidrnetmask|cidrsubnet|tobool|tolist|tomap|tonumber|toset|tostring)/,\n terraformMainBlocks: /(module|data|terraform|resource|provider|variable|output|locals)/,\n tokenizer: {\n root: [\n // highlight main blocks\n [\n /^@terraformMainBlocks([ \\t]*)([\\w-]+|\"[\\w-]+\"|)([ \\t]*)([\\w-]+|\"[\\w-]+\"|)([ \\t]*)(\\{)/,\n ['type', '', 'string', '', 'string', '', '@brackets']\n ],\n // highlight all the remaining blocks\n [\n /(\\w+[ \\t]+)([ \\t]*)([\\w-]+|\"[\\w-]+\"|)([ \\t]*)([\\w-]+|\"[\\w-]+\"|)([ \\t]*)(\\{)/,\n ['identifier', '', 'string', '', 'string', '', '@brackets']\n ],\n // highlight block\n [\n /(\\w+[ \\t]+)([ \\t]*)([\\w-]+|\"[\\w-]+\"|)([ \\t]*)([\\w-]+|\"[\\w-]+\"|)(=)(\\{)/,\n ['identifier', '', 'string', '', 'operator', '', '@brackets']\n ],\n // terraform general highlight - shared with expressions\n { include: '@terraform' }\n ],\n terraform: [\n // highlight terraform functions\n [/@terraformFunctions(\\()/, ['type', '@brackets']],\n // all other words are variables or keywords\n [\n /[a-zA-Z_]\\w*-*/,\n {\n cases: {\n '@keywords': { token: 'keyword.$0' },\n '@default': 'variable'\n }\n }\n ],\n { include: '@whitespace' },\n { include: '@heredoc' },\n // delimiters and operators\n [/[{}()\\[\\]]/, '@brackets'],\n [/[<>](?!@symbols)/, '@brackets'],\n [\n /@symbols/,\n {\n cases: {\n '@operators': 'operator',\n '@default': ''\n }\n }\n ],\n // numbers\n [/\\d*\\d+[eE]([\\-+]?\\d+)?/, 'number.float'],\n [/\\d*\\.\\d+([eE][\\-+]?\\d+)?/, 'number.float'],\n [/\\d[\\d']*/, 'number'],\n [/\\d/, 'number'],\n [/[;,.]/, 'delimiter'],\n // strings\n [/\"/, 'string', '@string'],\n [/'/, 'invalid']\n ],\n heredoc: [\n [\n /<<[-]*\\s*[\"]?([\\w\\-]+)[\"]?/,\n { token: 'string.heredoc.delimiter', next: '@heredocBody.$1' }\n ]\n ],\n heredocBody: [\n [\n /([\\w\\-]+)$/,\n {\n cases: {\n '$1==$S2': [\n {\n token: 'string.heredoc.delimiter',\n next: '@popall'\n }\n ],\n '@default': 'string.heredoc'\n }\n }\n ],\n [/./, 'string.heredoc']\n ],\n whitespace: [\n [/[ \\t\\r\\n]+/, ''],\n [/\\/\\*/, 'comment', '@comment'],\n [/\\/\\/.*$/, 'comment'],\n [/#.*$/, 'comment']\n ],\n comment: [\n [/[^\\/*]+/, 'comment'],\n [/\\*\\//, 'comment', '@pop'],\n [/[\\/*]/, 'comment']\n ],\n string: [\n [/\\$\\{/, { token: 'delimiter', next: '@stringExpression' }],\n [/[^\\\\\"\\$]+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.escape.invalid'],\n [/\"/, 'string', '@popall']\n ],\n stringInsideExpression: [\n [/[^\\\\\"]+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.escape.invalid'],\n [/\"/, 'string', '@pop']\n ],\n stringExpression: [\n [/\\}/, { token: 'delimiter', next: '@pop' }],\n [/\"/, 'string', '@stringInsideExpression'],\n { include: '@terraform' }\n ]\n }\n};\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/hcl/hcl.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[28],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/html/html.js":
4
+ /*!************************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/html/html.js ***!
6
+ \************************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/* harmony import */ var _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../fillers/monaco-editor-core.js */ \"./node_modules/monaco-editor/esm/vs/basic-languages/fillers/monaco-editor-core.js\");\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\n\nvar EMPTY_ELEMENTS = [\n 'area',\n 'base',\n 'br',\n 'col',\n 'embed',\n 'hr',\n 'img',\n 'input',\n 'keygen',\n 'link',\n 'menuitem',\n 'meta',\n 'param',\n 'source',\n 'track',\n 'wbr'\n];\nvar conf = {\n wordPattern: /(-?\\d*\\.\\d\\w*)|([^\\`\\~\\!\\@\\$\\^\\&\\*\\(\\)\\=\\+\\[\\{\\]\\}\\\\\\|\\;\\:\\'\\\"\\,\\.\\<\\>\\/\\s]+)/g,\n comments: {\n blockComment: ['<!--', '-->']\n },\n brackets: [\n ['<!--', '-->'],\n ['<', '>'],\n ['{', '}'],\n ['(', ')']\n ],\n autoClosingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" }\n ],\n surroundingPairs: [\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" },\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '<', close: '>' }\n ],\n onEnterRules: [\n {\n beforeText: new RegExp(\"<(?!(?:\" + EMPTY_ELEMENTS.join('|') + \"))([_:\\\\w][_:\\\\w-.\\\\d]*)([^/>]*(?!/)>)[^<]*$\", 'i'),\n afterText: /^<\\/([_:\\w][_:\\w-.\\d]*)\\s*>$/i,\n action: {\n indentAction: _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__[\"languages\"].IndentAction.IndentOutdent\n }\n },\n {\n beforeText: new RegExp(\"<(?!(?:\" + EMPTY_ELEMENTS.join('|') + \"))(\\\\w[\\\\w\\\\d]*)([^/>]*(?!/)>)[^<]*$\", 'i'),\n action: { indentAction: _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__[\"languages\"].IndentAction.Indent }\n }\n ],\n folding: {\n markers: {\n start: new RegExp('^\\\\s*<!--\\\\s*#region\\\\b.*-->'),\n end: new RegExp('^\\\\s*<!--\\\\s*#endregion\\\\b.*-->')\n }\n }\n};\nvar language = {\n defaultToken: '',\n tokenPostfix: '.html',\n ignoreCase: true,\n // The main tokenizer for our languages\n tokenizer: {\n root: [\n [/<!DOCTYPE/, 'metatag', '@doctype'],\n [/<!--/, 'comment', '@comment'],\n [/(<)((?:[\\w\\-]+:)?[\\w\\-]+)(\\s*)(\\/>)/, ['delimiter', 'tag', '', 'delimiter']],\n [/(<)(script)/, ['delimiter', { token: 'tag', next: '@script' }]],\n [/(<)(style)/, ['delimiter', { token: 'tag', next: '@style' }]],\n [/(<)((?:[\\w\\-]+:)?[\\w\\-]+)/, ['delimiter', { token: 'tag', next: '@otherTag' }]],\n [/(<\\/)((?:[\\w\\-]+:)?[\\w\\-]+)/, ['delimiter', { token: 'tag', next: '@otherTag' }]],\n [/</, 'delimiter'],\n [/[^<]+/] // text\n ],\n doctype: [\n [/[^>]+/, 'metatag.content'],\n [/>/, 'metatag', '@pop']\n ],\n comment: [\n [/-->/, 'comment', '@pop'],\n [/[^-]+/, 'comment.content'],\n [/./, 'comment.content']\n ],\n otherTag: [\n [/\\/?>/, 'delimiter', '@pop'],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [/[ \\t\\r\\n]+/] // whitespace\n ],\n // -- BEGIN <script> tags handling\n // After <script\n script: [\n [/type/, 'attribute.name', '@scriptAfterType'],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [\n />/,\n {\n token: 'delimiter',\n next: '@scriptEmbedded',\n nextEmbedded: 'text/javascript'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/(<\\/)(script\\s*)(>)/, ['delimiter', 'tag', { token: 'delimiter', next: '@pop' }]]\n ],\n // After <script ... type\n scriptAfterType: [\n [/=/, 'delimiter', '@scriptAfterTypeEquals'],\n [\n />/,\n {\n token: 'delimiter',\n next: '@scriptEmbedded',\n nextEmbedded: 'text/javascript'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/<\\/script\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n // After <script ... type =\n scriptAfterTypeEquals: [\n [\n /\"([^\"]*)\"/,\n {\n token: 'attribute.value',\n switchTo: '@scriptWithCustomType.$1'\n }\n ],\n [\n /'([^']*)'/,\n {\n token: 'attribute.value',\n switchTo: '@scriptWithCustomType.$1'\n }\n ],\n [\n />/,\n {\n token: 'delimiter',\n next: '@scriptEmbedded',\n nextEmbedded: 'text/javascript'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/<\\/script\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n // After <script ... type = $S2\n scriptWithCustomType: [\n [\n />/,\n {\n token: 'delimiter',\n next: '@scriptEmbedded.$S2',\n nextEmbedded: '$S2'\n }\n ],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [/[ \\t\\r\\n]+/],\n [/<\\/script\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n scriptEmbedded: [\n [/<\\/script/, { token: '@rematch', next: '@pop', nextEmbedded: '@pop' }],\n [/[^<]+/, '']\n ],\n // -- END <script> tags handling\n // -- BEGIN <style> tags handling\n // After <style\n style: [\n [/type/, 'attribute.name', '@styleAfterType'],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [\n />/,\n {\n token: 'delimiter',\n next: '@styleEmbedded',\n nextEmbedded: 'text/css'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/(<\\/)(style\\s*)(>)/, ['delimiter', 'tag', { token: 'delimiter', next: '@pop' }]]\n ],\n // After <style ... type\n styleAfterType: [\n [/=/, 'delimiter', '@styleAfterTypeEquals'],\n [\n />/,\n {\n token: 'delimiter',\n next: '@styleEmbedded',\n nextEmbedded: 'text/css'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/<\\/style\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n // After <style ... type =\n styleAfterTypeEquals: [\n [\n /\"([^\"]*)\"/,\n {\n token: 'attribute.value',\n switchTo: '@styleWithCustomType.$1'\n }\n ],\n [\n /'([^']*)'/,\n {\n token: 'attribute.value',\n switchTo: '@styleWithCustomType.$1'\n }\n ],\n [\n />/,\n {\n token: 'delimiter',\n next: '@styleEmbedded',\n nextEmbedded: 'text/css'\n }\n ],\n [/[ \\t\\r\\n]+/],\n [/<\\/style\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n // After <style ... type = $S2\n styleWithCustomType: [\n [\n />/,\n {\n token: 'delimiter',\n next: '@styleEmbedded.$S2',\n nextEmbedded: '$S2'\n }\n ],\n [/\"([^\"]*)\"/, 'attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attribute.name'],\n [/=/, 'delimiter'],\n [/[ \\t\\r\\n]+/],\n [/<\\/style\\s*>/, { token: '@rematch', next: '@pop' }]\n ],\n styleEmbedded: [\n [/<\\/style/, { token: '@rematch', next: '@pop', nextEmbedded: '@pop' }],\n [/[^<]+/, '']\n ]\n // -- END <style> tags handling\n }\n};\n// TESTED WITH:\n// <!DOCTYPE html>\n// <html>\n// <head>\n// <title>Monarch Workbench</title>\n// <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\n// <!----\n// -- -- -- a comment -- -- --\n// ---->\n// <style bah=\"bah\">\n// body { font-family: Consolas; } /* nice */\n// </style>\n// </head\n// >\n// a = \"asd\"\n// <body>\n// <br/>\n// <div\n// class\n// =\n// \"test\"\n// >\n// <script>\n// function() {\n// alert(\"hi </ script>\"); // javascript\n// };\n// </script>\n// <script\n// \tbah=\"asdfg\"\n// \ttype=\"text/css\"\n// \t>\n// .bar { text-decoration: underline; }\n// </script>\n// </div>\n// </body>\n// </html>\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/html/html.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);
@@ -0,0 +1,15 @@
1
+ (window["webpackJsonp"] = window["webpackJsonp"] || []).push([[29],{
2
+
3
+ /***/ "./node_modules/monaco-editor/esm/vs/basic-languages/ini/ini.js":
4
+ /*!**********************************************************************!*\
5
+ !*** ./node_modules/monaco-editor/esm/vs/basic-languages/ini/ini.js ***!
6
+ \**********************************************************************/
7
+ /*! exports provided: conf, language */
8
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
9
+
10
+ "use strict";
11
+ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"conf\", function() { return conf; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"language\", function() { return language; });\n/*---------------------------------------------------------------------------------------------\n * Copyright (c) Microsoft Corporation. All rights reserved.\n * Licensed under the MIT License. See License.txt in the project root for license information.\n *--------------------------------------------------------------------------------------------*/\nvar conf = {\n comments: {\n lineComment: '#'\n },\n brackets: [\n ['{', '}'],\n ['[', ']'],\n ['(', ')']\n ],\n autoClosingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" }\n ],\n surroundingPairs: [\n { open: '{', close: '}' },\n { open: '[', close: ']' },\n { open: '(', close: ')' },\n { open: '\"', close: '\"' },\n { open: \"'\", close: \"'\" }\n ]\n};\nvar language = {\n defaultToken: '',\n tokenPostfix: '.ini',\n // we include these common regular expressions\n escapes: /\\\\(?:[abfnrtv\\\\\"']|x[0-9A-Fa-f]{1,4}|u[0-9A-Fa-f]{4}|U[0-9A-Fa-f]{8})/,\n // The main tokenizer for our languages\n tokenizer: {\n root: [\n // sections\n [/^\\[[^\\]]*\\]/, 'metatag'],\n // keys\n [/(^\\w+)(\\s*)(\\=)/, ['key', '', 'delimiter']],\n // whitespace\n { include: '@whitespace' },\n // numbers\n [/\\d+/, 'number'],\n // strings: recover on non-terminated strings\n [/\"([^\"\\\\]|\\\\.)*$/, 'string.invalid'],\n [/'([^'\\\\]|\\\\.)*$/, 'string.invalid'],\n [/\"/, 'string', '@string.\"'],\n [/'/, 'string', \"@string.'\"]\n ],\n whitespace: [\n [/[ \\t\\r\\n]+/, ''],\n [/^\\s*[#;].*$/, 'comment']\n ],\n string: [\n [/[^\\\\\"']+/, 'string'],\n [/@escapes/, 'string.escape'],\n [/\\\\./, 'string.escape.invalid'],\n [\n /[\"']/,\n {\n cases: {\n '$#==$S2': { token: 'string', next: '@pop' },\n '@default': 'string'\n }\n }\n ]\n ]\n }\n};\n\n\n//# sourceURL=webpack:///./node_modules/monaco-editor/esm/vs/basic-languages/ini/ini.js?");
12
+
13
+ /***/ })
14
+
15
+ }]);