@lvce-editor/server 0.39.0 → 0.40.1

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 (1838) hide show
  1. package/ThirdPartyNotices.txt +2 -2
  2. package/package.json +3 -2
  3. package/src/server.js +105 -429
  4. package/static/95c7ea1/config/colorTheme.json +0 -98
  5. package/static/95c7ea1/config/defaultSettings.json +0 -58
  6. package/static/95c7ea1/config/fileMap.json +0 -16
  7. package/static/95c7ea1/config/webExtensions.json +0 -1
  8. package/static/95c7ea1/css/App.css +0 -2881
  9. package/static/95c7ea1/css/parts/Animation.css +0 -9
  10. package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
  11. package/static/95c7ea1/css/parts/DebugValue.css +0 -24
  12. package/static/95c7ea1/css/parts/E2eTest.css +0 -48
  13. package/static/95c7ea1/css/parts/E2eTests.css +0 -30
  14. package/static/95c7ea1/css/parts/EditorHover.css +0 -6
  15. package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
  16. package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
  17. package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
  18. package/static/95c7ea1/css/parts/Key.css +0 -12
  19. package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
  20. package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
  21. package/static/95c7ea1/css/parts/Markdown.css +0 -701
  22. package/static/95c7ea1/css/parts/Progress.css +0 -5
  23. package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
  24. package/static/95c7ea1/css/parts/Select.css +0 -11
  25. package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
  26. package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
  27. package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
  28. package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
  29. package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
  30. package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
  31. package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
  32. package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
  33. package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
  34. package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
  35. package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
  36. package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
  37. package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
  38. package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
  39. package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
  40. package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
  41. package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
  42. package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
  43. package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
  44. package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
  45. package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
  46. package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
  47. package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
  48. package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
  49. package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
  50. package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
  51. package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
  52. package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
  53. package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
  54. package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
  55. package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
  56. package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
  57. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
  58. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
  59. package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
  60. package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
  61. package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
  62. package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
  63. package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
  64. package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
  65. package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
  66. package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
  67. package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
  68. package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
  69. package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
  70. package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
  71. package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
  72. package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
  73. package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
  74. package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
  75. package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
  76. package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
  77. package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
  78. package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
  79. package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
  80. package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
  81. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
  82. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
  83. package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
  84. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
  85. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
  86. package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
  87. package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
  88. package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
  89. package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
  90. package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
  91. package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
  92. package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
  93. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
  94. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
  95. package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
  96. package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
  97. package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
  98. package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
  99. package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
  100. package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
  101. package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
  102. package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
  103. package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
  104. package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
  105. package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
  106. package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
  107. package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
  108. package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
  109. package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
  110. package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
  111. package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
  112. package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
  113. package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
  114. package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
  115. package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
  116. package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
  117. package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
  118. package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
  119. package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
  120. package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
  121. package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
  122. package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
  123. package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
  124. package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
  125. package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
  126. package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
  127. package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
  128. package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
  129. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
  130. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
  131. package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
  132. package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
  133. package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
  134. package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
  135. package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
  136. package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
  137. package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
  138. package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
  139. package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
  140. package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
  141. package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
  142. package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
  143. package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
  144. package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
  145. package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
  146. package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
  147. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
  148. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
  149. package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
  150. package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
  151. package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
  152. package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
  153. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
  154. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
  155. package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
  156. package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
  157. package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
  158. package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
  159. package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
  160. package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
  161. package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
  162. package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
  163. package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
  164. package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
  165. package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
  166. package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
  167. package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
  168. package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
  169. package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
  170. package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
  171. package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
  172. package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
  173. package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
  174. package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
  175. package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
  176. package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
  177. package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
  178. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
  179. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
  180. package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
  181. package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
  182. package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
  183. package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
  184. package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
  185. package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
  186. package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
  187. package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
  188. package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
  189. package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
  190. package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
  191. package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
  192. package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
  193. package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
  194. package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
  195. package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
  196. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
  197. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
  198. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
  199. package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
  200. package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
  201. package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
  202. package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
  203. package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
  204. package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
  205. package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
  206. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
  207. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
  208. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
  209. package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
  210. package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
  211. package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
  212. package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
  213. package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
  214. package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
  215. package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
  216. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
  217. package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
  218. package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
  219. package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
  220. package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
  221. package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
  222. package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
  223. package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
  224. package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
  225. package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
  226. package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
  227. package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
  228. package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
  229. package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
  230. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
  231. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
  232. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
  233. package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
  234. package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
  235. package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
  236. package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
  237. package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
  238. package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
  239. package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
  240. package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
  241. package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
  242. package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
  243. package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
  244. package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
  245. package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
  246. package/static/95c7ea1/file-icons/default_file.svg +0 -1
  247. package/static/95c7ea1/file-icons/default_folder.svg +0 -1
  248. package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
  249. package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
  250. package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
  251. package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
  252. package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
  253. package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
  254. package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
  255. package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
  256. package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
  257. package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
  258. package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
  259. package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
  260. package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
  261. package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
  262. package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
  263. package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
  264. package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
  265. package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
  266. package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
  267. package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
  268. package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
  269. package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
  270. package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
  271. package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
  272. package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
  273. package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
  274. package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
  275. package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
  276. package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
  277. package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
  278. package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
  279. package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
  280. package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
  281. package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
  282. package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
  283. package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
  284. package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
  285. package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
  286. package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
  287. package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
  288. package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
  289. package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
  290. package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
  291. package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
  292. package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
  293. package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
  294. package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
  295. package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
  296. package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
  297. package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
  298. package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
  299. package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
  300. package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
  301. package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
  302. package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
  303. package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
  304. package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
  305. package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
  306. package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
  307. package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
  308. package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
  309. package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
  310. package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
  311. package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
  312. package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
  313. package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
  314. package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
  315. package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
  316. package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
  317. package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
  318. package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
  319. package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
  320. package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
  321. package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
  322. package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
  323. package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
  324. package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
  325. package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
  326. package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
  327. package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
  328. package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
  329. package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
  330. package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
  331. package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
  332. package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
  333. package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
  334. package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
  335. package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
  336. package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
  337. package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
  338. package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
  339. package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
  340. package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
  341. package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
  342. package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
  343. package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
  344. package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
  345. package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
  346. package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
  347. package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
  348. package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
  349. package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
  350. package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
  351. package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
  352. package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
  353. package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
  354. package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
  355. package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
  356. package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
  357. package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
  358. package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
  359. package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
  360. package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
  361. package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
  362. package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
  363. package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
  364. package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
  365. package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
  366. package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
  367. package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
  368. package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
  369. package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
  370. package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
  371. package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
  372. package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
  373. package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
  374. package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
  375. package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
  376. package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
  377. package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
  378. package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
  379. package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
  380. package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
  381. package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
  382. package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
  383. package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
  384. package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
  385. package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
  386. package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
  387. package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
  388. package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
  389. package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
  390. package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
  391. package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
  392. package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
  393. package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
  394. package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
  395. package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
  396. package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
  397. package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
  398. package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
  399. package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
  400. package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
  401. package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
  402. package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
  403. package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
  404. package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
  405. package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
  406. package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
  407. package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
  408. package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
  409. package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
  410. package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
  411. package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
  412. package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
  413. package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
  414. package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
  415. package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
  416. package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
  417. package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
  418. package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
  419. package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
  420. package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
  421. package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
  422. package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
  423. package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
  424. package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
  425. package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
  426. package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
  427. package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
  428. package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
  429. package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
  430. package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
  431. package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
  432. package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
  433. package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
  434. package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
  435. package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
  436. package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
  437. package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
  438. package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
  439. package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
  440. package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
  441. package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
  442. package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
  443. package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
  444. package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
  445. package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
  446. package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
  447. package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
  448. package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
  449. package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
  450. package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
  451. package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
  452. package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
  453. package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
  454. package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
  455. package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
  456. package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
  457. package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
  458. package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
  459. package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
  460. package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
  461. package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
  462. package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
  463. package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
  464. package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
  465. package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
  466. package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
  467. package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
  468. package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
  469. package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
  470. package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
  471. package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
  472. package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
  473. package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
  474. package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
  475. package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
  476. package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
  477. package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
  478. package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
  479. package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
  480. package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
  481. package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
  482. package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
  483. package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
  484. package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
  485. package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
  486. package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
  487. package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
  488. package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
  489. package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
  490. package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
  491. package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
  492. package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
  493. package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
  494. package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
  495. package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
  496. package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
  497. package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
  498. package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
  499. package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
  500. package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
  501. package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
  502. package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
  503. package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
  504. package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
  505. package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
  506. package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
  507. package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
  508. package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
  509. package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
  510. package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
  511. package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
  512. package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
  513. package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
  514. package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
  515. package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
  516. package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
  517. package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
  518. package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
  519. package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
  520. package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
  521. package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
  522. package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
  523. package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
  524. package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
  525. package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
  526. package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
  527. package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
  528. package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
  529. package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
  530. package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
  531. package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
  532. package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
  533. package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
  534. package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
  535. package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
  536. package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
  537. package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
  538. package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
  539. package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
  540. package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
  541. package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
  542. package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
  543. package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
  544. package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
  545. package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
  546. package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
  547. package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
  548. package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
  549. package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
  550. package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
  551. package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
  552. package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
  553. package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
  554. package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
  555. package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
  556. package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
  557. package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
  558. package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
  559. package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
  560. package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
  561. package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
  562. package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
  563. package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
  564. package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
  565. package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
  566. package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
  567. package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
  568. package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
  569. package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
  570. package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
  571. package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
  572. package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
  573. package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
  574. package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
  575. package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
  576. package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
  577. package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
  578. package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
  579. package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
  580. package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
  581. package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
  582. package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
  583. package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
  584. package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
  585. package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
  586. package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
  587. package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
  588. package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
  589. package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
  590. package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
  591. package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
  592. package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
  593. package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
  594. package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
  595. package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
  596. package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
  597. package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
  598. package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
  599. package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
  600. package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
  601. package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
  602. package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
  603. package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
  604. package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
  605. package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
  606. package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
  607. package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
  608. package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
  609. package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
  610. package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
  611. package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
  612. package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
  613. package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
  614. package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
  615. package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
  616. package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
  617. package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
  618. package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
  619. package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
  620. package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
  621. package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
  622. package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
  623. package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
  624. package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
  625. package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
  626. package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
  627. package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
  628. package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
  629. package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
  630. package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
  631. package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
  632. package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
  633. package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
  634. package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
  635. package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
  636. package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
  637. package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
  638. package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
  639. package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
  640. package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
  641. package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
  642. package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
  643. package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
  644. package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
  645. package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
  646. package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
  647. package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
  648. package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
  649. package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
  650. package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
  651. package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
  652. package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
  653. package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
  654. package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
  655. package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
  656. package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
  657. package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
  658. package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
  659. package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
  660. package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
  661. package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
  662. package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
  663. package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
  664. package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
  665. package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
  666. package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
  667. package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
  668. package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
  669. package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
  670. package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
  671. package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
  672. package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
  673. package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
  674. package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
  675. package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
  676. package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
  677. package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
  678. package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
  679. package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
  680. package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
  681. package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
  682. package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
  683. package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
  684. package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
  685. package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
  686. package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
  687. package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
  688. package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
  689. package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
  690. package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
  691. package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
  692. package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
  693. package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
  694. package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
  695. package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
  696. package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
  697. package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
  698. package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
  699. package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
  700. package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
  701. package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
  702. package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
  703. package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
  704. package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
  705. package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
  706. package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
  707. package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
  708. package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
  709. package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
  710. package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
  711. package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
  712. package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
  713. package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
  714. package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
  715. package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
  716. package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
  717. package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
  718. package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
  719. package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
  720. package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
  721. package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
  722. package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
  723. package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
  724. package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
  725. package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
  726. package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
  727. package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
  728. package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
  729. package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
  730. package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
  731. package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
  732. package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
  733. package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
  734. package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
  735. package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
  736. package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
  737. package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
  738. package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
  739. package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
  740. package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
  741. package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
  742. package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
  743. package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
  744. package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
  745. package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
  746. package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
  747. package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
  748. package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
  749. package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
  750. package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
  751. package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
  752. package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
  753. package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
  754. package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
  755. package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
  756. package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
  757. package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
  758. package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
  759. package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
  760. package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
  761. package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
  762. package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
  763. package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
  764. package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
  765. package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
  766. package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
  767. package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
  768. package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
  769. package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
  770. package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
  771. package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
  772. package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
  773. package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
  774. package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
  775. package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
  776. package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
  777. package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
  778. package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
  779. package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
  780. package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
  781. package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
  782. package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
  783. package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
  784. package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
  785. package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
  786. package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
  787. package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
  788. package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
  789. package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
  790. package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
  791. package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
  792. package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
  793. package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
  794. package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
  795. package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
  796. package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
  797. package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
  798. package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
  799. package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
  800. package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
  801. package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
  802. package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
  803. package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
  804. package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
  805. package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
  806. package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
  807. package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
  808. package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
  809. package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
  810. package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
  811. package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
  812. package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
  813. package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
  814. package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
  815. package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
  816. package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
  817. package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
  818. package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
  819. package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
  820. package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
  821. package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
  822. package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
  823. package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
  824. package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
  825. package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
  826. package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
  827. package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
  828. package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
  829. package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
  830. package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
  831. package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
  832. package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
  833. package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
  834. package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
  835. package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
  836. package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
  837. package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
  838. package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
  839. package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
  840. package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
  841. package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
  842. package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
  843. package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
  844. package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
  845. package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
  846. package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
  847. package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
  848. package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
  849. package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
  850. package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
  851. package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
  852. package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
  853. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
  854. package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
  855. package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
  856. package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
  857. package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
  858. package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
  859. package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
  860. package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
  861. package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
  862. package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
  863. package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
  864. package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
  865. package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
  866. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
  867. package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
  868. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
  869. package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
  870. package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
  871. package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
  872. package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
  873. package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
  874. package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
  875. package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
  876. package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
  877. package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
  878. package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
  879. package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
  880. package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
  881. package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
  882. package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
  883. package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
  884. package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
  885. package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
  886. package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
  887. package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
  888. package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
  889. package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
  890. package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
  891. package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
  892. package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
  893. package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
  894. package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
  895. package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
  896. package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
  897. package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
  898. package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
  899. package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
  900. package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
  901. package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
  902. package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
  903. package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
  904. package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
  905. package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
  906. package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
  907. package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
  908. package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
  909. package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
  910. package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
  911. package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
  912. package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
  913. package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
  914. package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
  915. package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
  916. package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
  917. package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
  918. package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
  919. package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
  920. package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
  921. package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
  922. package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
  923. package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
  924. package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
  925. package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
  926. package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
  927. package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
  928. package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
  929. package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
  930. package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
  931. package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
  932. package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
  933. package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
  934. package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
  935. package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
  936. package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
  937. package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
  938. package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
  939. package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
  940. package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
  941. package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
  942. package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
  943. package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
  944. package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
  945. package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
  946. package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
  947. package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
  948. package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
  949. package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
  950. package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
  951. package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
  952. package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
  953. package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
  954. package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
  955. package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
  956. package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
  957. package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
  958. package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
  959. package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
  960. package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
  961. package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
  962. package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
  963. package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
  964. package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
  965. package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
  966. package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
  967. package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
  968. package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
  969. package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
  970. package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
  971. package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
  972. package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
  973. package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
  974. package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
  975. package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
  976. package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
  977. package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
  978. package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
  979. package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
  980. package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
  981. package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
  982. package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
  983. package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
  984. package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
  985. package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
  986. package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
  987. package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
  988. package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
  989. package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
  990. package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
  991. package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
  992. package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
  993. package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
  994. package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
  995. package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
  996. package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
  997. package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
  998. package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
  999. package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
  1000. package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
  1001. package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
  1002. package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
  1003. package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
  1004. package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
  1005. package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
  1006. package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
  1007. package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
  1008. package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
  1009. package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
  1010. package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
  1011. package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
  1012. package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
  1013. package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
  1014. package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
  1015. package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
  1016. package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
  1017. package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
  1018. package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
  1019. package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
  1020. package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
  1021. package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
  1022. package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
  1023. package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
  1024. package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
  1025. package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
  1026. package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
  1027. package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
  1028. package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
  1029. package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
  1030. package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
  1031. package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
  1032. package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
  1033. package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
  1034. package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
  1035. package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
  1036. package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
  1037. package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
  1038. package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
  1039. package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
  1040. package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
  1041. package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
  1042. package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
  1043. package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
  1044. package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
  1045. package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
  1046. package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
  1047. package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
  1048. package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
  1049. package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
  1050. package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
  1051. package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
  1052. package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
  1053. package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
  1054. package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
  1055. package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
  1056. package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
  1057. package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
  1058. package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
  1059. package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
  1060. package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
  1061. package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
  1062. package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
  1063. package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
  1064. package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
  1065. package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
  1066. package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
  1067. package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
  1068. package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
  1069. package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
  1070. package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
  1071. package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
  1072. package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
  1073. package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
  1074. package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
  1075. package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
  1076. package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
  1077. package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
  1078. package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
  1079. package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
  1080. package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
  1081. package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
  1082. package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
  1083. package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
  1084. package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
  1085. package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
  1086. package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
  1087. package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
  1088. package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
  1089. package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
  1090. package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
  1091. package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
  1092. package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
  1093. package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
  1094. package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
  1095. package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
  1096. package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
  1097. package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
  1098. package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
  1099. package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
  1100. package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
  1101. package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
  1102. package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
  1103. package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
  1104. package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
  1105. package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
  1106. package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
  1107. package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
  1108. package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
  1109. package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
  1110. package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
  1111. package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
  1112. package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
  1113. package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
  1114. package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
  1115. package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
  1116. package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
  1117. package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
  1118. package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
  1119. package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
  1120. package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
  1121. package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
  1122. package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
  1123. package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
  1124. package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
  1125. package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
  1126. package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
  1127. package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
  1128. package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
  1129. package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
  1130. package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
  1131. package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
  1132. package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
  1133. package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
  1134. package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
  1135. package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
  1136. package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
  1137. package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
  1138. package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
  1139. package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
  1140. package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
  1141. package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
  1142. package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
  1143. package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
  1144. package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
  1145. package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
  1146. package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
  1147. package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
  1148. package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
  1149. package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
  1150. package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
  1151. package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
  1152. package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
  1153. package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
  1154. package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
  1155. package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
  1156. package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
  1157. package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
  1158. package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
  1159. package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
  1160. package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
  1161. package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
  1162. package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
  1163. package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
  1164. package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
  1165. package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
  1166. package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
  1167. package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
  1168. package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
  1169. package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
  1170. package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
  1171. package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
  1172. package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
  1173. package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
  1174. package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
  1175. package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
  1176. package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
  1177. package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
  1178. package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
  1179. package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
  1180. package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
  1181. package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
  1182. package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
  1183. package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
  1184. package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
  1185. package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
  1186. package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
  1187. package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
  1188. package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
  1189. package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
  1190. package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
  1191. package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
  1192. package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
  1193. package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
  1194. package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
  1195. package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
  1196. package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
  1197. package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
  1198. package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
  1199. package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
  1200. package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
  1201. package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
  1202. package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
  1203. package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
  1204. package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
  1205. package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
  1206. package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
  1207. package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
  1208. package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
  1209. package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
  1210. package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
  1211. package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
  1212. package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
  1213. package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
  1214. package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
  1215. package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
  1216. package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
  1217. package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
  1218. package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
  1219. package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
  1220. package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
  1221. package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
  1222. package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
  1223. package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
  1224. package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
  1225. package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
  1226. package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
  1227. package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
  1228. package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
  1229. package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
  1230. package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
  1231. package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
  1232. package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
  1233. package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
  1234. package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
  1235. package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
  1236. package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
  1237. package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
  1238. package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
  1239. package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
  1240. package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
  1241. package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
  1242. package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
  1243. package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
  1244. package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
  1245. package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
  1246. package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
  1247. package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
  1248. package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
  1249. package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
  1250. package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
  1251. package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
  1252. package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
  1253. package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
  1254. package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
  1255. package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
  1256. package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
  1257. package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
  1258. package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
  1259. package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
  1260. package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
  1261. package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
  1262. package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
  1263. package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
  1264. package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
  1265. package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
  1266. package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
  1267. package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
  1268. package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
  1269. package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
  1270. package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
  1271. package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
  1272. package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
  1273. package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
  1274. package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
  1275. package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
  1276. package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
  1277. package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
  1278. package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
  1279. package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
  1280. package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
  1281. package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
  1282. package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
  1283. package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
  1284. package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
  1285. package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
  1286. package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
  1287. package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
  1288. package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
  1289. package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
  1290. package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
  1291. package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
  1292. package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
  1293. package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
  1294. package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
  1295. package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
  1296. package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
  1297. package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
  1298. package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
  1299. package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
  1300. package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
  1301. package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
  1302. package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
  1303. package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
  1304. package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
  1305. package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
  1306. package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
  1307. package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
  1308. package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
  1309. package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
  1310. package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
  1311. package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
  1312. package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
  1313. package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
  1314. package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
  1315. package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
  1316. package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
  1317. package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
  1318. package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
  1319. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
  1320. package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
  1321. package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
  1322. package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
  1323. package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
  1324. package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
  1325. package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
  1326. package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
  1327. package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
  1328. package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
  1329. package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
  1330. package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
  1331. package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
  1332. package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
  1333. package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
  1334. package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
  1335. package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
  1336. package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
  1337. package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
  1338. package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
  1339. package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
  1340. package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
  1341. package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
  1342. package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
  1343. package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
  1344. package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
  1345. package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
  1346. package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
  1347. package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
  1348. package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
  1349. package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
  1350. package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
  1351. package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
  1352. package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
  1353. package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
  1354. package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
  1355. package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
  1356. package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
  1357. package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
  1358. package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
  1359. package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
  1360. package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
  1361. package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
  1362. package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
  1363. package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
  1364. package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
  1365. package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
  1366. package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
  1367. package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
  1368. package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
  1369. package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
  1370. package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
  1371. package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
  1372. package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
  1373. package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
  1374. package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
  1375. package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
  1376. package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
  1377. package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
  1378. package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
  1379. package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
  1380. package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
  1381. package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
  1382. package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
  1383. package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
  1384. package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
  1385. package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
  1386. package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
  1387. package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
  1388. package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
  1389. package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
  1390. package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
  1391. package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
  1392. package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
  1393. package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
  1394. package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
  1395. package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
  1396. package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
  1397. package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
  1398. package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
  1399. package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
  1400. package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
  1401. package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
  1402. package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
  1403. package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
  1404. package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
  1405. package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
  1406. package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
  1407. package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
  1408. package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
  1409. package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
  1410. package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
  1411. package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
  1412. package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
  1413. package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
  1414. package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
  1415. package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
  1416. package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
  1417. package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
  1418. package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
  1419. package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
  1420. package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
  1421. package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
  1422. package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
  1423. package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
  1424. package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
  1425. package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
  1426. package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
  1427. package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
  1428. package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
  1429. package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
  1430. package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
  1431. package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
  1432. package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
  1433. package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
  1434. package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
  1435. package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
  1436. package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
  1437. package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
  1438. package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
  1439. package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
  1440. package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
  1441. package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
  1442. package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
  1443. package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
  1444. package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
  1445. package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
  1446. package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
  1447. package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
  1448. package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
  1449. package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
  1450. package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
  1451. package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
  1452. package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
  1453. package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
  1454. package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
  1455. package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
  1456. package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
  1457. package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
  1458. package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
  1459. package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
  1460. package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
  1461. package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
  1462. package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
  1463. package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
  1464. package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
  1465. package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
  1466. package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
  1467. package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
  1468. package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
  1469. package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
  1470. package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
  1471. package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
  1472. package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
  1473. package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
  1474. package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
  1475. package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
  1476. package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
  1477. package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
  1478. package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
  1479. package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
  1480. package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
  1481. package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
  1482. package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
  1483. package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
  1484. package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
  1485. package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
  1486. package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
  1487. package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
  1488. package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
  1489. package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
  1490. package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
  1491. package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
  1492. package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
  1493. package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
  1494. package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
  1495. package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
  1496. package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
  1497. package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
  1498. package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
  1499. package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
  1500. package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
  1501. package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
  1502. package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
  1503. package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
  1504. package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
  1505. package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
  1506. package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
  1507. package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
  1508. package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
  1509. package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
  1510. package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
  1511. package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
  1512. package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
  1513. package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
  1514. package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
  1515. package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
  1516. package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
  1517. package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
  1518. package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
  1519. package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
  1520. package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
  1521. package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
  1522. package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
  1523. package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
  1524. package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
  1525. package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
  1526. package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
  1527. package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
  1528. package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
  1529. package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
  1530. package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
  1531. package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
  1532. package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
  1533. package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
  1534. package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
  1535. package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
  1536. package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
  1537. package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
  1538. package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
  1539. package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
  1540. package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
  1541. package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
  1542. package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
  1543. package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
  1544. package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
  1545. package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
  1546. package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
  1547. package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
  1548. package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
  1549. package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
  1550. package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
  1551. package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
  1552. package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
  1553. package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
  1554. package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
  1555. package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
  1556. package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
  1557. package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
  1558. package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
  1559. package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
  1560. package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
  1561. package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
  1562. package/static/95c7ea1/icons/add.svg +0 -1
  1563. package/static/95c7ea1/icons/arrow-down.svg +0 -3
  1564. package/static/95c7ea1/icons/arrow-left.svg +0 -3
  1565. package/static/95c7ea1/icons/arrow-right.svg +0 -3
  1566. package/static/95c7ea1/icons/arrow-up.svg +0 -3
  1567. package/static/95c7ea1/icons/blank.svg +0 -1
  1568. package/static/95c7ea1/icons/book.svg +0 -1
  1569. package/static/95c7ea1/icons/case-sensitive.svg +0 -1
  1570. package/static/95c7ea1/icons/check.svg +0 -1
  1571. package/static/95c7ea1/icons/chevron-down.svg +0 -1
  1572. package/static/95c7ea1/icons/chevron-left.svg +0 -1
  1573. package/static/95c7ea1/icons/chevron-right.svg +0 -3
  1574. package/static/95c7ea1/icons/chevron-up.svg +0 -1
  1575. package/static/95c7ea1/icons/chrome-close.svg +0 -3
  1576. package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
  1577. package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
  1578. package/static/95c7ea1/icons/chrome-restore.svg +0 -1
  1579. package/static/95c7ea1/icons/circle-filled.svg +0 -1
  1580. package/static/95c7ea1/icons/clear-all.svg +0 -1
  1581. package/static/95c7ea1/icons/close.svg +0 -1
  1582. package/static/95c7ea1/icons/cloud.svg +0 -1
  1583. package/static/95c7ea1/icons/collapse-all.svg +0 -1
  1584. package/static/95c7ea1/icons/debug-all.svg +0 -1
  1585. package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
  1586. package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
  1587. package/static/95c7ea1/icons/debug-alt.svg +0 -1
  1588. package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
  1589. package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
  1590. package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
  1591. package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
  1592. package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
  1593. package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
  1594. package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
  1595. package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
  1596. package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
  1597. package/static/95c7ea1/icons/debug-console.svg +0 -1
  1598. package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
  1599. package/static/95c7ea1/icons/debug-continue.svg +0 -1
  1600. package/static/95c7ea1/icons/debug-coverage.svg +0 -1
  1601. package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
  1602. package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
  1603. package/static/95c7ea1/icons/debug-pause.svg +0 -1
  1604. package/static/95c7ea1/icons/debug-rerun.svg +0 -1
  1605. package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
  1606. package/static/95c7ea1/icons/debug-restart.svg +0 -1
  1607. package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
  1608. package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
  1609. package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
  1610. package/static/95c7ea1/icons/debug-start.svg +0 -1
  1611. package/static/95c7ea1/icons/debug-step-back.svg +0 -1
  1612. package/static/95c7ea1/icons/debug-step-into.svg +0 -1
  1613. package/static/95c7ea1/icons/debug-step-out.svg +0 -1
  1614. package/static/95c7ea1/icons/debug-step-over.svg +0 -1
  1615. package/static/95c7ea1/icons/debug-stop.svg +0 -1
  1616. package/static/95c7ea1/icons/debug.svg +0 -1
  1617. package/static/95c7ea1/icons/discard.svg +0 -1
  1618. package/static/95c7ea1/icons/edit.svg +0 -1
  1619. package/static/95c7ea1/icons/ellipsis.svg +0 -5
  1620. package/static/95c7ea1/icons/error.svg +0 -1
  1621. package/static/95c7ea1/icons/exclude.svg +0 -1
  1622. package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
  1623. package/static/95c7ea1/icons/extensions.svg +0 -3
  1624. package/static/95c7ea1/icons/files.svg +0 -3
  1625. package/static/95c7ea1/icons/filter.svg +0 -1
  1626. package/static/95c7ea1/icons/go-to-file.svg +0 -1
  1627. package/static/95c7ea1/icons/icon-close.svg +0 -3
  1628. package/static/95c7ea1/icons/icon-source-control.svg +0 -3
  1629. package/static/95c7ea1/icons/icon-sync.svg +0 -1
  1630. package/static/95c7ea1/icons/icon.png +0 -0
  1631. package/static/95c7ea1/icons/icon.svg +0 -3
  1632. package/static/95c7ea1/icons/info.svg +0 -1
  1633. package/static/95c7ea1/icons/language-icon.svg +0 -1
  1634. package/static/95c7ea1/icons/link-external.svg +0 -1
  1635. package/static/95c7ea1/icons/list-flat.svg +0 -1
  1636. package/static/95c7ea1/icons/list-tree.svg +0 -1
  1637. package/static/95c7ea1/icons/new-file.svg +0 -1
  1638. package/static/95c7ea1/icons/new-folder.svg +0 -1
  1639. package/static/95c7ea1/icons/newline.svg +0 -1
  1640. package/static/95c7ea1/icons/open-preview.svg +0 -1
  1641. package/static/95c7ea1/icons/play.svg +0 -1
  1642. package/static/95c7ea1/icons/preserve-case.svg +0 -1
  1643. package/static/95c7ea1/icons/progress.svg +0 -1
  1644. package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
  1645. package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
  1646. package/static/95c7ea1/icons/record-keys.svg +0 -1
  1647. package/static/95c7ea1/icons/refresh.svg +0 -1
  1648. package/static/95c7ea1/icons/regex.svg +0 -1
  1649. package/static/95c7ea1/icons/remove.svg +0 -1
  1650. package/static/95c7ea1/icons/replace-all.svg +0 -1
  1651. package/static/95c7ea1/icons/replace.svg +0 -1
  1652. package/static/95c7ea1/icons/run-all.svg +0 -1
  1653. package/static/95c7ea1/icons/search.svg +0 -3
  1654. package/static/95c7ea1/icons/settings-gear.svg +0 -3
  1655. package/static/95c7ea1/icons/source-control.svg +0 -3
  1656. package/static/95c7ea1/icons/split-horizontal.svg +0 -1
  1657. package/static/95c7ea1/icons/squiggly-error.svg +0 -1
  1658. package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
  1659. package/static/95c7ea1/icons/symbol-array.svg +0 -3
  1660. package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
  1661. package/static/95c7ea1/icons/symbol-class.svg +0 -3
  1662. package/static/95c7ea1/icons/symbol-color.svg +0 -3
  1663. package/static/95c7ea1/icons/symbol-constant.svg +0 -4
  1664. package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
  1665. package/static/95c7ea1/icons/symbol-enum.svg +0 -3
  1666. package/static/95c7ea1/icons/symbol-event.svg +0 -3
  1667. package/static/95c7ea1/icons/symbol-field.svg +0 -3
  1668. package/static/95c7ea1/icons/symbol-file.svg +0 -3
  1669. package/static/95c7ea1/icons/symbol-interface.svg +0 -3
  1670. package/static/95c7ea1/icons/symbol-key.svg +0 -3
  1671. package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
  1672. package/static/95c7ea1/icons/symbol-method.svg +0 -3
  1673. package/static/95c7ea1/icons/symbol-misc.svg +0 -3
  1674. package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
  1675. package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
  1676. package/static/95c7ea1/icons/symbol-operator.svg +0 -3
  1677. package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
  1678. package/static/95c7ea1/icons/symbol-property.svg +0 -3
  1679. package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
  1680. package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
  1681. package/static/95c7ea1/icons/symbol-string.svg +0 -3
  1682. package/static/95c7ea1/icons/symbol-structure.svg +0 -3
  1683. package/static/95c7ea1/icons/symbol-variable.svg +0 -3
  1684. package/static/95c7ea1/icons/tag.svg +0 -1
  1685. package/static/95c7ea1/icons/terminal-bash.svg +0 -1
  1686. package/static/95c7ea1/icons/terminal.svg +0 -1
  1687. package/static/95c7ea1/icons/theme-icon.png +0 -0
  1688. package/static/95c7ea1/icons/trash.svg +0 -1
  1689. package/static/95c7ea1/icons/triangle-down.svg +0 -1
  1690. package/static/95c7ea1/icons/triangle-left.svg +0 -1
  1691. package/static/95c7ea1/icons/triangle-right.svg +0 -1
  1692. package/static/95c7ea1/icons/triangle-up.svg +0 -1
  1693. package/static/95c7ea1/icons/warning.svg +0 -1
  1694. package/static/95c7ea1/icons/whole-word.svg +0 -1
  1695. package/static/95c7ea1/icons/zoom-in.svg +0 -1
  1696. package/static/95c7ea1/icons/zoom-out.svg +0 -1
  1697. package/static/95c7ea1/js/babel-parser.js +0 -14154
  1698. package/static/95c7ea1/js/blob-util.js +0 -149
  1699. package/static/95c7ea1/js/idb/async-iterators.js +0 -56
  1700. package/static/95c7ea1/js/idb/index.js +0 -99
  1701. package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
  1702. package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
  1703. package/static/95c7ea1/js/js-base64.js +0 -296
  1704. package/static/95c7ea1/js/ky.js +0 -489
  1705. package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
  1706. package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
  1707. package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
  1708. package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
  1709. package/static/95c7ea1/js/marked.js +0 -1990
  1710. package/static/95c7ea1/js/p-min-delay.js +0 -7
  1711. package/static/95c7ea1/js/pretty-bytes.js +0 -94
  1712. package/static/95c7ea1/js/preview-injected.js +0 -101
  1713. package/static/95c7ea1/js/yoctodelay.js +0 -2
  1714. package/static/95c7ea1/lib-css/termterm.css +0 -39
  1715. package/static/95c7ea1/manifest.json +0 -26
  1716. package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
  1717. package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
  1718. package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
  1719. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
  1720. package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
  1721. package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
  1722. package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
  1723. package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
  1724. package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
  1725. package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
  1726. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
  1727. package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
  1728. package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
  1729. package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
  1730. package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
  1731. package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
  1732. package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
  1733. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
  1734. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
  1735. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
  1736. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
  1737. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
  1738. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
  1739. package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
  1740. package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
  1741. package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
  1742. package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
  1743. package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
  1744. package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
  1745. package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
  1746. package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
  1747. package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
  1748. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
  1749. package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
  1750. package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
  1751. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
  1752. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
  1753. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
  1754. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
  1755. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
  1756. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
  1757. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
  1758. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
  1759. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
  1760. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
  1761. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
  1762. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
  1763. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
  1764. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
  1765. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
  1766. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
  1767. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
  1768. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
  1769. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
  1770. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
  1771. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
  1772. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
  1773. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
  1774. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
  1775. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
  1776. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
  1777. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
  1778. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
  1779. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
  1780. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
  1781. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
  1782. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
  1783. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
  1784. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
  1785. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
  1786. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
  1787. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
  1788. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
  1789. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
  1790. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
  1791. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
  1792. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
  1793. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
  1794. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
  1795. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
  1796. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
  1797. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
  1798. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
  1799. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
  1800. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
  1801. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
  1802. package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
  1803. package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
  1804. package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
  1805. package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
  1806. package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
  1807. package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
  1808. package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
  1809. package/static/95c7ea1/packages/renderer-process/README.md +0 -1
  1810. package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
  1811. package/static/95c7ea1/packages/renderer-process/package.json +0 -27
  1812. package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
  1813. package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
  1814. package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
  1815. package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
  1816. package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
  1817. package/static/95c7ea1/playground/languages/index.cpp +0 -22
  1818. package/static/95c7ea1/playground/languages/index.css +0 -19
  1819. package/static/95c7ea1/playground/languages/index.csv +0 -3
  1820. package/static/95c7ea1/playground/languages/index.dart +0 -3
  1821. package/static/95c7ea1/playground/languages/index.env +0 -1
  1822. package/static/95c7ea1/playground/languages/index.ex +0 -8
  1823. package/static/95c7ea1/playground/languages/index.html +0 -1
  1824. package/static/95c7ea1/playground/languages/index.java +0 -5
  1825. package/static/95c7ea1/playground/languages/index.jl +0 -14
  1826. package/static/95c7ea1/playground/languages/index.js +0 -3
  1827. package/static/95c7ea1/playground/languages/index.json +0 -3
  1828. package/static/95c7ea1/playground/languages/index.kt +0 -3
  1829. package/static/95c7ea1/playground/languages/index.pl +0 -11
  1830. package/static/95c7ea1/playground/languages/index.py +0 -25
  1831. package/static/95c7ea1/playground/languages/index.ts +0 -3
  1832. package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
  1833. package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
  1834. package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
  1835. package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
  1836. package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
  1837. package/static/favicon.ico +0 -0
  1838. package/static/index.html +0 -14
@@ -1,3813 +0,0 @@
1
- const Property = 1;
2
- const Value = 2;
3
- const Function = 3;
4
- const Variable = 4;
5
- const Keyword = 5;
6
- const Folder = 6;
7
- const File$2 = 7;
8
- const Field = 8;
9
-
10
- const EditorCompletionType = {
11
- __proto__: null,
12
- Field,
13
- File: File$2,
14
- Folder,
15
- Function,
16
- Keyword,
17
- Property,
18
- Value,
19
- Variable
20
- };
21
-
22
- class DepecratedError extends Error {
23
- constructor(message) {
24
- super(message);
25
- this.name = 'DeprecatedError';
26
- }
27
- }
28
-
29
- const getJson = async url => {
30
- throw new DepecratedError(`vscode.getJson is deprecated, use createNodeRpc instead`);
31
- };
32
-
33
- class AssertionError extends Error {
34
- constructor(message) {
35
- super(message);
36
- this.name = 'AssertionError';
37
- }
38
- }
39
- const getType$1 = value => {
40
- switch (typeof value) {
41
- case 'number':
42
- return 'number';
43
- case 'function':
44
- return 'function';
45
- case 'string':
46
- return 'string';
47
- case 'object':
48
- if (value === null) {
49
- return 'null';
50
- }
51
- if (Array.isArray(value)) {
52
- return 'array';
53
- }
54
- return 'object';
55
- case 'boolean':
56
- return 'boolean';
57
- default:
58
- return 'unknown';
59
- }
60
- };
61
- const object = value => {
62
- const type = getType$1(value);
63
- if (type !== 'object') {
64
- throw new AssertionError('expected value to be of type object');
65
- }
66
- };
67
- const number = value => {
68
- const type = getType$1(value);
69
- if (type !== 'number') {
70
- throw new AssertionError('expected value to be of type number');
71
- }
72
- };
73
- const array = value => {
74
- const type = getType$1(value);
75
- if (type !== 'array') {
76
- throw new AssertionError('expected value to be of type array');
77
- }
78
- };
79
- const string = value => {
80
- const type = getType$1(value);
81
- if (type !== 'string') {
82
- throw new AssertionError('expected value to be of type string');
83
- }
84
- };
85
- const fn = value => {
86
- const type = getType$1(value);
87
- if (type !== 'function') {
88
- throw new AssertionError('expected value to be of type function');
89
- }
90
- };
91
-
92
- const state$9 = {
93
- /** @type{any[]} */
94
- onWillChangeEditorListeners: [],
95
- /** @type{any[]} */
96
- onDidChangeTextDocumentListeners: [],
97
- /** @type{any[]} */
98
- onDidSaveTextDocumentListeners: [],
99
- textDocuments: Object.create(null)
100
- };
101
- const setDocument = (textDocumentId, textDocument) => {
102
- state$9.textDocuments[textDocumentId] = textDocument;
103
- };
104
- const getDidOpenListeners = () => {
105
- return state$9.onDidSaveTextDocumentListeners;
106
- };
107
- const getWillChangeListeners = () => {
108
- return state$9.onWillChangeEditorListeners;
109
- };
110
- const getDidChangeListeners = () => {
111
- return state$9.onDidChangeTextDocumentListeners;
112
- };
113
- const getDocument = textDocumentId => {
114
- return state$9.textDocuments[textDocumentId];
115
- };
116
-
117
- const getOffset$1 = (textDocument, position) => {
118
- let offset = 0;
119
- let rowIndex = 0;
120
- while (rowIndex++ < position.rowIndex) {
121
- const newLineIndex = textDocument.text.indexOf('\n', offset);
122
- offset = newLineIndex + 1;
123
- }
124
- offset += position.columnIndex;
125
- return offset;
126
- };
127
-
128
- // const toOffsetBasedEdit = (textDocument, documentEdit) => {
129
- // switch (documentEdit.type) {
130
- // case /* singleLineEdit */ 1: {
131
- // const offset = getOffset(textDocument, documentEdit)
132
- // return {
133
- // offset,
134
- // inserted: documentEdit.inserted,
135
- // deleted: documentEdit.deleted,
136
- // // type: /* singleLineEdit */ 1
137
- // }
138
- // }
139
- // case /* splice */ 2:
140
- // const offset = getOffset(textDocument, {
141
- // rowIndex: documentEdit.rowIndex,
142
- // columnIndex: textDocument.lines[documentEdit.rowIndex - 1].length,
143
- // })
144
- // const inserted = '\n' + documentEdit.newLines.join('\n')
145
- // return {
146
- // offset,
147
- // inserted,
148
- // deleted: 0 /* TODO */,
149
- // }
150
- // }
151
- // }
152
-
153
- // TODO incremental edits, don't send full text
154
- // export const applyEdit = (id, text, edits) => {
155
- // const textDocument = get(id)
156
- // textDocument.lines = text.split('\n')
157
- // const offsetBasedEdits = edits.map((edit) =>
158
- // toOffsetBasedEdit(textDocument, edit)
159
- // )
160
- // for (const listener of state.onDidChangeTextDocumentListeners) {
161
- // // TODO avoid extra object allocation
162
- // listener(textDocument, offsetBasedEdits)
163
- // }
164
- // }
165
-
166
- // TODO data oriented vs object oriented
167
- // data -> simpler, exposes internals, sometimes weird/long (vscode.TextDocument.getText(textDocument))
168
- // object oriented -> hides internals, banana problem (textDocument.getText())
169
-
170
- // TODO send to shared process, which sends it to renderer worker
171
- // renderer worker sends back the edit
172
- // export const applyEdit2 = (textDocument, edit) => {
173
- // if (VALIDATION_ENABLED) {
174
- // assert(typeof textDocument === 'object')
175
- // assert(textDocument !== null)
176
- // assert(typeof textDocument.id === 'number')
177
- // assert(textDocument.id > 0)
178
- // assert(typeof textDocument.getText === 'function')
179
- // assert(typeof edit === 'object')
180
- // assert(typeof edit.offset === 'number')
181
- // assert(typeof edit.inserted === 'string')
182
- // assert(typeof edit.deleted === 'number')
183
- // }
184
-
185
- // let rowIndex = 0
186
- // let offset = 0
187
- // const lines = textDocument.getText().split('\n')
188
- // while (offset < edit.offset) {
189
- // offset += lines[rowIndex++].length + 1
190
- // }
191
- // rowIndex--
192
- // offset -= lines[rowIndex].length + 1
193
- // const edit2 = {
194
- // rowIndex,
195
- // inserted: edit.inserted,
196
- // deleted: edit.deleted,
197
- // columnIndex: edit.offset - offset + edit.deleted,
198
- // type: 1,
199
- // }
200
-
201
- // // // TODO should be invoke and return boolean whether edit was applied or not
202
- // SharedProcess.send({
203
- // event: 'TextDocument.applyEdit',
204
- // args: [/* id */ textDocument.id, /* edits */ edit2],
205
- // })
206
- // }
207
-
208
- // export const create = (textDocumentId, languageId, content) => {
209
- // const textDocument = {
210
- // languageId,
211
- // lines: content.split('\n'),
212
- // }
213
- // state.textDocuments[textDocumentId] = textDocument
214
- // }
215
-
216
- // const createTextDocument = (uri, languageId, text) => {
217
- // if (VALIDATION_ENABLED) {
218
- // assert(typeof uri === 'string')
219
- // assert(typeof languageId === 'string')
220
- // assert(typeof text === 'string')
221
- // }
222
- // const state = {
223
- // /** @internal */
224
- // lines: text.split('\n'),
225
- // uri,
226
- // languageId,
227
- // getText() {
228
- // return state.lines.join('\n')
229
- // },
230
- // }
231
- // return state
232
- // }
233
-
234
- // export const sync = (documentId, languageId, text) => {
235
- // const textDocument = get(documentId)
236
- // if (!textDocument) {
237
- // console.warn(`textDocument is undefined ${languageId}`)
238
- // return
239
- // }
240
- // textDocument.languageId = languageId
241
- // textDocument.lines = text.split('\n')
242
- // // console.log('sync', JSON.stringify(text))
243
- // }
244
-
245
- const runListenerSafe = async (listener, ...args) => {
246
- try {
247
- await listener(...args);
248
- } catch (error) {
249
- // @ts-ignore
250
- if (error && error.message) {
251
- // @ts-ignore
252
- error.message = 'Failed to run open listener: ' + error.message;
253
- }
254
- console.error(error);
255
- }
256
- };
257
- const runListenersSafe = (listeners, ...args) => {
258
- for (const listener of listeners) {
259
- runListenerSafe(listener, ...args);
260
- }
261
- };
262
- const syncFull = (uri, textDocumentId, languageId, text) => {
263
- const textDocument = {
264
- uri,
265
- documentId: textDocumentId,
266
- languageId,
267
- text
268
- };
269
- setDocument(textDocumentId, textDocument);
270
- runListenersSafe(getDidOpenListeners(), textDocument);
271
- };
272
- const getSyntheticChanges = (textDocument, changes) => {
273
- // console.log({ textDocument, changes })
274
- object(textDocument);
275
- array(changes);
276
- const change = changes[0];
277
- const startOffset = getOffset$1(textDocument, change.start);
278
- const endOffset = getOffset$1(textDocument, change.end);
279
- const inserted = change.inserted.join('\n');
280
- const syntheticChanges = [{
281
- startOffset,
282
- endOffset,
283
- inserted
284
- }];
285
- return syntheticChanges;
286
- };
287
- const syncIncremental = (textDocumentId, changes) => {
288
- number(textDocumentId);
289
- array(changes);
290
- const textDocument = getDocument(textDocumentId);
291
- if (!textDocument) {
292
- console.warn(`sync not possible, no matching textDocument with id ${textDocumentId}`);
293
- return;
294
- }
295
- const syntheticChanges = getSyntheticChanges(textDocument, changes);
296
- runListenersSafe(getWillChangeListeners(), textDocument, syntheticChanges);
297
- const syntheticChange = syntheticChanges[0];
298
- const oldText = textDocument.text;
299
- const before = oldText.slice(0, syntheticChange.startOffset);
300
- const after = oldText.slice(syntheticChange.endOffset);
301
- textDocument.text = before + syntheticChange.inserted + after;
302
- runListenersSafe(getDidChangeListeners(), textDocument, syntheticChanges);
303
- };
304
- const get$5 = textDocumentId => {
305
- const textDocument = getDocument(textDocumentId);
306
- return textDocument;
307
- };
308
- const getText = textDocument => {
309
- return textDocument.text;
310
- };
311
- const setLanguageId = (textDocumentId, languageId) => {
312
- const newTextDocument = {
313
- ...getDocument(textDocumentId),
314
- languageId
315
- };
316
- setDocument(textDocumentId, newTextDocument);
317
- runListenersSafe(getDidOpenListeners(), newTextDocument);
318
- };
319
-
320
- const BABEL_PARSER_SYNTAX_ERROR = 'BABEL_PARSER_SYNTAX_ERROR';
321
- const E_NO_PROVIDER_FOUND = 'E_NO_PROVIDER_FOUND';
322
-
323
- class NoProviderFoundError extends Error {
324
- constructor(message) {
325
- super(message);
326
- // @ts-ignore
327
- this.code = E_NO_PROVIDER_FOUND;
328
- }
329
- }
330
-
331
- const normalizeLine$1 = line => {
332
- if (line.startsWith('Error: ')) {
333
- return line.slice('Error: '.length);
334
- }
335
- if (line.startsWith('VError: ')) {
336
- return line.slice('VError: '.length);
337
- }
338
- return line;
339
- };
340
- const getCombinedMessage$1 = (error, message) => {
341
- const stringifiedError = normalizeLine$1(`${error}`);
342
- if (message) {
343
- return `${message}: ${stringifiedError}`;
344
- }
345
- return stringifiedError;
346
- };
347
- const NewLine$3 = '\n';
348
- const getNewLineIndex$2 = (string, startIndex = undefined) => {
349
- return string.indexOf(NewLine$3, startIndex);
350
- };
351
- const mergeStacks$1 = (parent, child) => {
352
- if (!child) {
353
- return parent;
354
- }
355
- const parentNewLineIndex = getNewLineIndex$2(parent);
356
- const childNewLineIndex = getNewLineIndex$2(child);
357
- if (childNewLineIndex === -1) {
358
- return parent;
359
- }
360
- const parentFirstLine = parent.slice(0, parentNewLineIndex);
361
- const childRest = child.slice(childNewLineIndex);
362
- const childFirstLine = normalizeLine$1(child.slice(0, childNewLineIndex));
363
- if (parentFirstLine.includes(childFirstLine)) {
364
- return parentFirstLine + childRest;
365
- }
366
- return child;
367
- };
368
- let VError$1 = class VError extends Error {
369
- constructor(error, message) {
370
- const combinedMessage = getCombinedMessage$1(error, message);
371
- super(combinedMessage);
372
- this.name = 'VError';
373
- if (error instanceof Error) {
374
- this.stack = mergeStacks$1(this.stack, error.stack);
375
- }
376
- if (error.codeFrame) {
377
- // @ts-ignore
378
- this.codeFrame = error.codeFrame;
379
- }
380
- if (error.code) {
381
- // @ts-ignore
382
- this.code = error.code;
383
- }
384
- }
385
- };
386
-
387
- const getType = value => {
388
- switch (typeof value) {
389
- case 'number':
390
- return 'number';
391
- case 'function':
392
- return 'function';
393
- case 'string':
394
- return 'string';
395
- case 'object':
396
- if (value === null) {
397
- return 'null';
398
- }
399
- if (Array.isArray(value)) {
400
- return 'array';
401
- }
402
- return 'object';
403
- case 'boolean':
404
- return 'boolean';
405
- case 'undefined':
406
- return 'undefined';
407
- default:
408
- return 'unknown';
409
- }
410
- };
411
- const validateResultObject = (result, resultShape) => {
412
- if (!resultShape.properties) {
413
- return undefined;
414
- }
415
- for (const [key, value] of Object.entries(resultShape.properties)) {
416
- // @ts-ignore
417
- const expectedType = value.type;
418
- const actualType = getType(result[key]);
419
- if (expectedType !== actualType) {
420
- return `item.${key} must be of type ${expectedType}`;
421
- }
422
- }
423
- return undefined;
424
- };
425
- const validateResultArray = (result, resultShape) => {
426
- for (const item of result) {
427
- const actualType = getType(item);
428
- const expectedType = resultShape.items.type;
429
- if (actualType !== expectedType) {
430
- return `expected result to be of type ${expectedType} but was of type ${actualType}`;
431
- }
432
- }
433
- return undefined;
434
- };
435
- const getPreviewObject = item => {
436
- return 'object';
437
- };
438
- const getPreviewArray = item => {
439
- if (item.length === 0) {
440
- return '[]';
441
- }
442
- return 'array';
443
- };
444
- const getPreviewString = item => {
445
- return `"${item}"`;
446
- };
447
- const getPreview = item => {
448
- const type = getType(item);
449
- switch (type) {
450
- case 'object':
451
- return getPreviewObject();
452
- case 'array':
453
- return getPreviewArray(item);
454
- case 'string':
455
- return getPreviewString(item);
456
- default:
457
- return `${item}`;
458
- }
459
- };
460
- const validate = (item, schema) => {
461
- const actualType = getType(item);
462
- const expectedType = schema.type;
463
- if (actualType !== expectedType) {
464
- if (schema.allowUndefined && (item === undefined || item === null)) {
465
- return item;
466
- }
467
- const preview = getPreview(item);
468
- return `item must be of type ${expectedType} but is ${preview}`;
469
- }
470
- switch (actualType) {
471
- case 'object':
472
- return validateResultObject(item, schema);
473
- case 'array':
474
- return validateResultArray(item, schema);
475
- }
476
- // TODO use json schema to validate result
477
- return undefined;
478
- };
479
-
480
- const RE_UPPERCASE_LETTER = /[A-Z]/g;
481
- const RE_PROPERTY = /item\..*must be of type/;
482
- const spaceOut = camelCaseWord => {
483
- return camelCaseWord.replaceAll(RE_UPPERCASE_LETTER, (character, index) => {
484
- if (index === 0) {
485
- return character.toLowerCase();
486
- }
487
- return ' ' + character.toLowerCase();
488
- });
489
- };
490
- const toCamelCase = string => {
491
- return string[0].toLowerCase() + string.slice(1);
492
- };
493
- const improveValidationErrorPostMessage = (validationError, camelCaseName) => {
494
- if (validationError.startsWith('item must be of type')) {
495
- return validationError.replace('item', camelCaseName);
496
- }
497
- if (validationError.startsWith('expected result to be')) {
498
- return validationError.replace('result', `${camelCaseName} item`);
499
- }
500
- if (RE_PROPERTY.test(validationError)) {
501
- return validationError.replace('item', camelCaseName);
502
- }
503
- return validationError;
504
- };
505
- const improveValidationError = (name, validationError) => {
506
- const camelCaseName = toCamelCase(name);
507
- const spacedOutName = spaceOut(name);
508
- const pre = `invalid ${spacedOutName} result`;
509
- const post = improveValidationErrorPostMessage(validationError, camelCaseName);
510
- return pre + ': ' + post;
511
- };
512
- class NonError extends Error {
513
- name = 'NonError';
514
- constructor(message) {
515
- super(message);
516
- }
517
- }
518
-
519
- // ensureError based on https://github.com/sindresorhus/ensure-error/blob/main/index.ts (License MIT)
520
- const ensureError = input => {
521
- if (!(input instanceof Error)) {
522
- return new NonError(input);
523
- }
524
- return input;
525
- };
526
- const registerMethod = ({
527
- context,
528
- providers,
529
- returnUndefinedWhenNoProviderFound,
530
- name,
531
- methodName,
532
- resultShape
533
- }) => {
534
- context[`execute${name}Provider`] = async function (textDocumentId, ...params) {
535
- try {
536
- const textDocument = get$5(textDocumentId);
537
- if (!textDocument) {
538
- throw new Error(`textDocument with id ${textDocumentId} not found`);
539
- }
540
- const provider = providers[textDocument.languageId];
541
- if (!provider) {
542
- if (returnUndefinedWhenNoProviderFound) {
543
- return undefined;
544
- }
545
- const spacedOutName = spaceOut(name);
546
- throw new NoProviderFoundError(`No ${spacedOutName} provider found for ${textDocument.languageId}`);
547
- }
548
- const result = await provider[methodName](textDocument, ...params);
549
- const error = validate(result, resultShape);
550
- if (error) {
551
- const improvedError = improveValidationError(name, error);
552
- // @ts-ignore
553
- throw new VError$1(improvedError);
554
- }
555
- return result;
556
- } catch (error) {
557
- const actualError = ensureError(error);
558
- const spacedOutName = spaceOut(name);
559
- if (actualError && actualError.message) {
560
- if (actualError.message === 'provider[methodName] is not a function') {
561
- const camelCaseName = toCamelCase(name);
562
- // @ts-ignore
563
- throw new VError$1(`Failed to execute ${spacedOutName} provider: VError: ${camelCaseName}Provider.${methodName} is not a function`);
564
- }
565
- const message = actualError.name === 'Error' ? `${actualError.message}` : `${actualError.name}: ${actualError.message}`;
566
- actualError.message = `Failed to execute ${spacedOutName} provider: ${message}`;
567
- }
568
- throw actualError;
569
- }
570
- };
571
- };
572
- const create$9 = ({
573
- name,
574
- resultShape,
575
- executeKey = '',
576
- returnUndefinedWhenNoProviderFound = false,
577
- additionalMethodNames = []
578
- }) => {
579
- const multipleResults = resultShape.type === 'array';
580
- const methodName = executeKey || (multipleResults ? `provide${name}s` : `provide${name}`);
581
- const providers = Object.create(null);
582
- const context = {
583
- [`register${name}Provider`](provider) {
584
- providers[provider.languageId] = provider;
585
- },
586
- reset() {
587
- for (const key in providers) {
588
- delete providers[key];
589
- }
590
- }
591
- };
592
- registerMethod({
593
- context,
594
- providers,
595
- name,
596
- methodName,
597
- returnUndefinedWhenNoProviderFound,
598
- resultShape
599
- });
600
- for (const method of additionalMethodNames) {
601
- // @ts-ignore
602
- registerMethod({
603
- context,
604
- providers,
605
- ...method
606
- });
607
- }
608
- const finalContext = {
609
- ...context
610
- };
611
- return finalContext;
612
- };
613
-
614
- const Array$1 = 'array';
615
- const Boolean = 'boolean';
616
- const Number = 'number';
617
- const Object$1 = 'object';
618
- const String = 'string';
619
-
620
- const {
621
- registerBraceCompletionProvider,
622
- executeBraceCompletionProvider} = create$9({
623
- name: 'BraceCompletion',
624
- resultShape: {
625
- type: Boolean
626
- }
627
- });
628
-
629
- const {
630
- registerClosingTagProvider,
631
- executeClosingTagProvider
632
- } = create$9({
633
- name: 'ClosingTag',
634
- returnUndefinedWhenNoProviderFound: true,
635
- resultShape: {
636
- type: Object$1,
637
- allowUndefined: true
638
- }
639
- });
640
-
641
- const {
642
- registerCodeActionProvider,
643
- executeCodeActionProvider
644
- } = create$9({
645
- name: 'CodeAction',
646
- resultShape: {
647
- type: Array$1,
648
- items: {
649
- type: Object$1
650
- }
651
- }
652
- });
653
- const isOrganizeImports = action => {
654
- return action.kind === 'source.organizeImports';
655
- };
656
-
657
- // TODO handle case when multiple organize imports providers are registered
658
- const executeOrganizeImports = async uid => {
659
- const actions = await executeCodeActionProvider(uid);
660
- // @ts-ignore
661
- if (!actions || actions.length === 0) {
662
- return [];
663
- }
664
- // @ts-ignore
665
- const organizeImportsAction = actions.find(isOrganizeImports);
666
- if (!organizeImportsAction) {
667
- return [];
668
- }
669
- const textDocument = get$5(uid);
670
- const edits = await organizeImportsAction.execute(textDocument);
671
- return edits;
672
- };
673
-
674
- const state$8 = {
675
- commands: Object.create(null)
676
- };
677
- const getCommandDisplay = command => {
678
- if (command && command.id && typeof command.id === 'string') {
679
- return ` ${command.id}`;
680
- }
681
- return '';
682
- };
683
- const registerCommand = command => {
684
- try {
685
- if (!command) {
686
- if (command === null) {
687
- throw new Error(`command is null`);
688
- }
689
- throw new Error('command is not defined');
690
- }
691
- if (!command.id) {
692
- throw new Error('command is missing id');
693
- }
694
- if (!command.execute) {
695
- throw new Error('command is missing execute function');
696
- }
697
- if (command.id in state$8.commands) {
698
- throw new Error(`command cannot be registered multiple times`);
699
- }
700
- state$8.commands[command.id] = command;
701
- } catch (error) {
702
- const commandDisplayId = getCommandDisplay(command);
703
- throw new VError$1(error, `Failed to register command${commandDisplayId}`);
704
- }
705
- };
706
- const executeCommand = async (id, ...args) => {
707
- try {
708
- const command = state$8.commands[id];
709
- if (!command) {
710
- throw new Error(`command ${id} not found`);
711
- }
712
- const results = await command.execute(...args);
713
- return results;
714
- } catch (error) {
715
- // @ts-ignore
716
- if (error && error.isExpected) {
717
- throw error;
718
- }
719
- throw new VError$1(error, 'Failed to execute command');
720
- }
721
- };
722
-
723
- const {
724
- registerCompletionProvider,
725
- executeCompletionProvider,
726
- executeresolveCompletionItemProvider
727
- } = create$9({
728
- name: 'Completion',
729
- resultShape: {
730
- type: Array$1,
731
- items: {
732
- type: Object$1
733
- }
734
- },
735
- additionalMethodNames: [
736
- // @ts-ignore
737
- {
738
- name: 'resolveCompletionItem',
739
- methodName: 'resolveCompletionItem',
740
- resultShape: {
741
- type: Object$1,
742
- allowUndefined: true
743
- }
744
- }]
745
- });
746
-
747
- const state$7 = {
748
- configuration: Object.create(null)
749
- };
750
- const getConfiguration = key => {
751
- return state$7.configuration[key] ?? '';
752
- };
753
- const setConfigurations = preferences => {
754
- state$7.configuration = preferences;
755
- };
756
-
757
- const Two = '2.0';
758
- const create$4$1 = (method, params) => {
759
- return {
760
- jsonrpc: Two,
761
- method,
762
- params
763
- };
764
- };
765
- const state$6 = {
766
- callbacks: Object.create(null)
767
- };
768
- const set$4 = (id, fn) => {
769
- state$6.callbacks[id] = fn;
770
- };
771
- const get$4 = id => {
772
- return state$6.callbacks[id];
773
- };
774
- const remove = id => {
775
- delete state$6.callbacks[id];
776
- };
777
- let id = 0;
778
- const create$3$1 = () => {
779
- return ++id;
780
- };
781
- const warn = (...args) => {
782
- console.warn(...args);
783
- };
784
- const registerPromise = () => {
785
- const id = create$3$1();
786
- const {
787
- resolve,
788
- promise
789
- } = Promise.withResolvers();
790
- set$4(id, resolve);
791
- return {
792
- id,
793
- promise
794
- };
795
- };
796
- const resolve = (id, response) => {
797
- const fn = get$4(id);
798
- if (!fn) {
799
- console.log(response);
800
- warn(`callback ${id} may already be disposed`);
801
- return;
802
- }
803
- fn(response);
804
- remove(id);
805
- };
806
- const create$2$1 = (method, params) => {
807
- const {
808
- id,
809
- promise
810
- } = registerPromise();
811
- const message = {
812
- jsonrpc: Two,
813
- method,
814
- params,
815
- id
816
- };
817
- return {
818
- message,
819
- promise
820
- };
821
- };
822
- class JsonRpcError extends Error {
823
- constructor(message) {
824
- super(message);
825
- this.name = 'JsonRpcError';
826
- }
827
- }
828
- const NewLine$2 = '\n';
829
- const DomException = 'DOMException';
830
- const ReferenceError$1 = 'ReferenceError';
831
- const SyntaxError$1 = 'SyntaxError';
832
- const TypeError$1 = 'TypeError';
833
- const getErrorConstructor = (message, type) => {
834
- if (type) {
835
- switch (type) {
836
- case DomException:
837
- return DOMException;
838
- case TypeError$1:
839
- return TypeError;
840
- case SyntaxError$1:
841
- return SyntaxError;
842
- case ReferenceError$1:
843
- return ReferenceError;
844
- default:
845
- return Error;
846
- }
847
- }
848
- if (message.startsWith('TypeError: ')) {
849
- return TypeError;
850
- }
851
- if (message.startsWith('SyntaxError: ')) {
852
- return SyntaxError;
853
- }
854
- if (message.startsWith('ReferenceError: ')) {
855
- return ReferenceError;
856
- }
857
- return Error;
858
- };
859
- const constructError = (message, type, name) => {
860
- const ErrorConstructor = getErrorConstructor(message, type);
861
- if (ErrorConstructor === DOMException && name) {
862
- return new ErrorConstructor(message, name);
863
- }
864
- if (ErrorConstructor === Error) {
865
- const error = new Error(message);
866
- if (name && name !== 'VError') {
867
- error.name = name;
868
- }
869
- return error;
870
- }
871
- return new ErrorConstructor(message);
872
- };
873
- const getNewLineIndex$1 = (string, startIndex = undefined) => {
874
- return string.indexOf(NewLine$2, startIndex);
875
- };
876
- const getParentStack = error => {
877
- let parentStack = error.stack || error.data || error.message || '';
878
- if (parentStack.startsWith(' at')) {
879
- parentStack = error.message + NewLine$2 + parentStack;
880
- }
881
- return parentStack;
882
- };
883
- const joinLines$1 = lines => {
884
- return lines.join(NewLine$2);
885
- };
886
- const MethodNotFound = -32601;
887
- const Custom = -32001;
888
- const splitLines$1 = lines => {
889
- return lines.split(NewLine$2);
890
- };
891
- const restoreJsonRpcError = error => {
892
- if (error && error instanceof Error) {
893
- return error;
894
- }
895
- const currentStack = joinLines$1(splitLines$1(new Error().stack || '').slice(1));
896
- if (error && error.code && error.code === MethodNotFound) {
897
- const restoredError = new JsonRpcError(error.message);
898
- const parentStack = getParentStack(error);
899
- restoredError.stack = parentStack + NewLine$2 + currentStack;
900
- return restoredError;
901
- }
902
- if (error && error.message) {
903
- const restoredError = constructError(error.message, error.type, error.name);
904
- if (error.data) {
905
- if (error.data.stack && error.data.type && error.message) {
906
- restoredError.stack = error.data.type + ': ' + error.message + NewLine$2 + error.data.stack + NewLine$2 + currentStack;
907
- } else if (error.data.stack) {
908
- restoredError.stack = error.data.stack;
909
- }
910
- if (error.data.codeFrame) {
911
- // @ts-ignore
912
- restoredError.codeFrame = error.data.codeFrame;
913
- }
914
- if (error.data.code) {
915
- // @ts-ignore
916
- restoredError.code = error.data.code;
917
- }
918
- if (error.data.type) {
919
- // @ts-ignore
920
- restoredError.name = error.data.type;
921
- }
922
- } else {
923
- if (error.stack) {
924
- const lowerStack = restoredError.stack || '';
925
- // @ts-ignore
926
- const indexNewLine = getNewLineIndex$1(lowerStack);
927
- const parentStack = getParentStack(error);
928
- // @ts-ignore
929
- restoredError.stack = parentStack + lowerStack.slice(indexNewLine);
930
- }
931
- if (error.codeFrame) {
932
- // @ts-ignore
933
- restoredError.codeFrame = error.codeFrame;
934
- }
935
- }
936
- return restoredError;
937
- }
938
- if (typeof error === 'string') {
939
- return new Error(`JsonRpc Error: ${error}`);
940
- }
941
- return new Error(`JsonRpc Error: ${error}`);
942
- };
943
- const unwrapJsonRpcResult = responseMessage => {
944
- if ('error' in responseMessage) {
945
- const restoredError = restoreJsonRpcError(responseMessage.error);
946
- throw restoredError;
947
- }
948
- if ('result' in responseMessage) {
949
- return responseMessage.result;
950
- }
951
- throw new JsonRpcError('unexpected response message');
952
- };
953
- const E_COMMAND_NOT_FOUND = 'E_COMMAND_NOT_FOUND';
954
- const getErrorType = prettyError => {
955
- if (prettyError && prettyError.type) {
956
- return prettyError.type;
957
- }
958
- if (prettyError && prettyError.constructor && prettyError.constructor.name) {
959
- return prettyError.constructor.name;
960
- }
961
- return undefined;
962
- };
963
- const getErrorProperty = (error, prettyError) => {
964
- if (error && error.code === E_COMMAND_NOT_FOUND) {
965
- return {
966
- code: MethodNotFound,
967
- message: error.message,
968
- data: error.stack
969
- };
970
- }
971
- return {
972
- code: Custom,
973
- message: prettyError.message,
974
- data: {
975
- stack: prettyError.stack,
976
- codeFrame: prettyError.codeFrame,
977
- type: getErrorType(prettyError),
978
- code: prettyError.code,
979
- name: prettyError.name
980
- }
981
- };
982
- };
983
- const create$1$1 = (message, error) => {
984
- return {
985
- jsonrpc: Two,
986
- id: message.id,
987
- error
988
- };
989
- };
990
- const getErrorResponse = (message, error, preparePrettyError, logError) => {
991
- const prettyError = preparePrettyError(error);
992
- logError(error, prettyError);
993
- const errorProperty = getErrorProperty(error, prettyError);
994
- return create$1$1(message, errorProperty);
995
- };
996
- const create$8 = (message, result) => {
997
- return {
998
- jsonrpc: Two,
999
- id: message.id,
1000
- result: result ?? null
1001
- };
1002
- };
1003
- const getSuccessResponse = (message, result) => {
1004
- const resultProperty = result ?? null;
1005
- return create$8(message, resultProperty);
1006
- };
1007
- const getResponse = async (message, ipc, execute, preparePrettyError, logError, requiresSocket) => {
1008
- try {
1009
- const result = requiresSocket(message.method) ? await execute(message.method, ipc, ...message.params) : await execute(message.method, ...message.params);
1010
- return getSuccessResponse(message, result);
1011
- } catch (error) {
1012
- return getErrorResponse(message, error, preparePrettyError, logError);
1013
- }
1014
- };
1015
- const defaultPreparePrettyError = error => {
1016
- return error;
1017
- };
1018
- const defaultLogError = () => {
1019
- // ignore
1020
- };
1021
- const defaultRequiresSocket = () => {
1022
- return false;
1023
- };
1024
- const defaultResolve = resolve;
1025
-
1026
- // TODO maybe remove this in v6 or v7, only accept options object to simplify the code
1027
- const normalizeParams = args => {
1028
- if (args.length === 1) {
1029
- const options = args[0];
1030
- return {
1031
- ipc: options.ipc,
1032
- message: options.message,
1033
- execute: options.execute,
1034
- resolve: options.resolve || defaultResolve,
1035
- preparePrettyError: options.preparePrettyError || defaultPreparePrettyError,
1036
- logError: options.logError || defaultLogError,
1037
- requiresSocket: options.requiresSocket || defaultRequiresSocket
1038
- };
1039
- }
1040
- return {
1041
- ipc: args[0],
1042
- message: args[1],
1043
- execute: args[2],
1044
- resolve: args[3],
1045
- preparePrettyError: args[4],
1046
- logError: args[5],
1047
- requiresSocket: args[6]
1048
- };
1049
- };
1050
- const handleJsonRpcMessage = async (...args) => {
1051
- const options = normalizeParams(args);
1052
- const {
1053
- message,
1054
- ipc,
1055
- execute,
1056
- resolve,
1057
- preparePrettyError,
1058
- logError,
1059
- requiresSocket
1060
- } = options;
1061
- if ('id' in message) {
1062
- if ('method' in message) {
1063
- const response = await getResponse(message, ipc, execute, preparePrettyError, logError, requiresSocket);
1064
- try {
1065
- ipc.send(response);
1066
- } catch (error) {
1067
- const errorResponse = getErrorResponse(message, error, preparePrettyError, logError);
1068
- ipc.send(errorResponse);
1069
- }
1070
- return;
1071
- }
1072
- resolve(message.id, message);
1073
- return;
1074
- }
1075
- if ('method' in message) {
1076
- await getResponse(message, ipc, execute, preparePrettyError, logError, requiresSocket);
1077
- return;
1078
- }
1079
- throw new JsonRpcError('unexpected message');
1080
- };
1081
- const invokeHelper = async (ipc, method, params, useSendAndTransfer) => {
1082
- const {
1083
- message,
1084
- promise
1085
- } = create$2$1(method, params);
1086
- if (useSendAndTransfer && ipc.sendAndTransfer) {
1087
- ipc.sendAndTransfer(message);
1088
- } else {
1089
- ipc.send(message);
1090
- }
1091
- const responseMessage = await promise;
1092
- return unwrapJsonRpcResult(responseMessage);
1093
- };
1094
- const send$1 = (transport, method, ...params) => {
1095
- const message = create$4$1(method, params);
1096
- transport.send(message);
1097
- };
1098
- const invoke$1 = (ipc, method, ...params) => {
1099
- return invokeHelper(ipc, method, params, false);
1100
- };
1101
- const invokeAndTransfer$1 = (ipc, method, ...params) => {
1102
- return invokeHelper(ipc, method, params, true);
1103
- };
1104
-
1105
- const commands = Object.create(null);
1106
- const register$1 = commandMap => {
1107
- Object.assign(commands, commandMap);
1108
- };
1109
- const getCommand = key => {
1110
- return commands[key];
1111
- };
1112
- const execute = (command, ...args) => {
1113
- const fn = getCommand(command);
1114
- if (!fn) {
1115
- throw new Error(`command not found ${command}`);
1116
- }
1117
- return fn(...args);
1118
- };
1119
-
1120
- const requiresSocket$1 = () => {
1121
- return false;
1122
- };
1123
- const preparePrettyError$1 = error => {
1124
- return error;
1125
- };
1126
- const logError$1 = error => {
1127
- // handled by renderer worker
1128
- };
1129
- const handleMessage = event => {
1130
- return handleJsonRpcMessage(event.target, event.data, execute, resolve, preparePrettyError$1, logError$1, requiresSocket$1);
1131
- };
1132
-
1133
- const handleIpc = ipc => {
1134
- ipc.addEventListener('message', handleMessage);
1135
- };
1136
-
1137
- const state$5 = {
1138
- /**
1139
- * @type {any}
1140
- */
1141
- ipc: undefined
1142
- };
1143
- const get$3 = () => {
1144
- return state$5.ipc;
1145
- };
1146
- const set$3 = ipc => {
1147
- state$5.ipc = ipc;
1148
- };
1149
-
1150
- const send = (method, ...params) => {
1151
- const ipc = get$3();
1152
- send$1(ipc, method, ...params);
1153
- };
1154
- const invoke = (method, ...params) => {
1155
- const ipc = get$3();
1156
- return invoke$1(ipc, method, ...params);
1157
- };
1158
- const invokeAndTransfer = (method, ...params) => {
1159
- const ipc = get$3();
1160
- return invokeAndTransfer$1(ipc, method, ...params);
1161
- };
1162
- const listen$2 = ipc => {
1163
- handleIpc(ipc);
1164
- set$3(ipc);
1165
- };
1166
-
1167
- const state$4 = {
1168
- debugProviderMap: Object.create(null)
1169
- };
1170
- const getDebugProvider = id => {
1171
- const provider = state$4.debugProviderMap[id];
1172
- if (!provider) {
1173
- // @ts-ignore
1174
- throw new VError$1(`no debug provider "${id}" found`);
1175
- }
1176
- return provider;
1177
- };
1178
- const registerDebugProvider = debugProvider => {
1179
- if (!debugProvider.id) {
1180
- throw new Error('Failed to register debug system provider: missing id');
1181
- }
1182
- state$4.debugProviderMap[debugProvider.id] = debugProvider;
1183
- };
1184
- const start = async (protocol, path) => {
1185
- try {
1186
- const handlePaused = params => {
1187
- console.log('send paused', params);
1188
- send('Debug.paused', params);
1189
- };
1190
- const handleResumed = () => {
1191
- send('Debug.resumed');
1192
- };
1193
- const handleScriptParsed = parsedScript => {
1194
- send('Debug.scriptParsed', parsedScript);
1195
- };
1196
- const provider = getDebugProvider(protocol);
1197
- await provider.start({
1198
- handlePaused,
1199
- handleResumed,
1200
- handleScriptParsed
1201
- }, path);
1202
- } catch (error) {
1203
- throw new VError$1(error, 'Failed to execute debug provider');
1204
- }
1205
- };
1206
- const listProcesses = async (protocol, path) => {
1207
- try {
1208
- const provider = getDebugProvider(protocol);
1209
- const processes = await provider.listProcesses(path);
1210
- array(processes);
1211
- return processes;
1212
- } catch (error) {
1213
- throw new VError$1(error, 'Failed to execute debug provider');
1214
- }
1215
- };
1216
- const resume = async protocol => {
1217
- try {
1218
- const provider = getDebugProvider(protocol);
1219
- return await provider.resume();
1220
- } catch (error) {
1221
- throw new VError$1(error, 'Failed to execute debug provider');
1222
- }
1223
- };
1224
- const pause = async protocol => {
1225
- try {
1226
- const provider = getDebugProvider(protocol);
1227
- return await provider.pause();
1228
- } catch (error) {
1229
- throw new VError$1(error, 'Failed to execute debug provider');
1230
- }
1231
- };
1232
- const stepInto = async protocol => {
1233
- try {
1234
- const provider = getDebugProvider(protocol);
1235
- return await provider.stepInto();
1236
- } catch (error) {
1237
- throw new VError$1(error, 'Failed to execute debug provider');
1238
- }
1239
- };
1240
- const stepOut = async protocol => {
1241
- try {
1242
- const provider = getDebugProvider(protocol);
1243
- return await provider.stepOut();
1244
- } catch (error) {
1245
- throw new VError$1(error, 'Failed to execute debug provider');
1246
- }
1247
- };
1248
- const stepOver = async protocol => {
1249
- try {
1250
- const provider = getDebugProvider(protocol);
1251
- return await provider.stepOver();
1252
- } catch (error) {
1253
- throw new VError$1(error, 'Failed to execute debug provider');
1254
- }
1255
- };
1256
- const setPauseOnException = async (protocol, value) => {
1257
- try {
1258
- const provider = getDebugProvider(protocol);
1259
- return await provider.setPauseOnExceptions(value);
1260
- } catch (error) {
1261
- throw new VError$1(error, 'Failed to execute debug provider');
1262
- }
1263
- };
1264
- const getProperties = async (protocol, objectId) => {
1265
- try {
1266
- const provider = getDebugProvider(protocol);
1267
- return await provider.getProperties(objectId);
1268
- } catch (error) {
1269
- throw new VError$1(error, 'Failed to execute debug provider');
1270
- }
1271
- };
1272
- const evaluate = async (protocol, expression, callFrameId) => {
1273
- try {
1274
- const provider = getDebugProvider(protocol);
1275
- return await provider.evaluate(expression, callFrameId);
1276
- } catch (error) {
1277
- throw new VError$1(error, 'Failed to execute debug provider');
1278
- }
1279
- };
1280
- const setPauseOnExceptions = async (protocol, value) => {
1281
- try {
1282
- const provider = getDebugProvider(protocol);
1283
- return await provider.setPauseOnExceptions(value);
1284
- } catch (error) {
1285
- throw new VError$1(error, 'Failed to execute setPauseOnExceptions');
1286
- }
1287
- };
1288
-
1289
- const {
1290
- registerDefinitionProvider,
1291
- executeDefinitionProvider} = create$9({
1292
- name: 'Definition',
1293
- resultShape: {
1294
- allowUndefined: true,
1295
- type: Object$1,
1296
- properties: {
1297
- uri: {
1298
- type: String
1299
- },
1300
- startOffset: {
1301
- type: Number
1302
- },
1303
- endOffset: {
1304
- type: Number
1305
- }
1306
- }
1307
- }
1308
- });
1309
-
1310
- const {
1311
- registerDiagnosticProvider,
1312
- executeDiagnosticProvider
1313
- } = create$9({
1314
- name: 'Diagnostic',
1315
- resultShape: {
1316
- type: Array$1,
1317
- items: {
1318
- type: Object$1
1319
- }
1320
- }
1321
- });
1322
-
1323
- const showInformationMessage = message => {
1324
- string(message);
1325
- const result = invoke('ExtensionHostDialog.showInformationMessage', message);
1326
- return result;
1327
- };
1328
-
1329
- const env = {};
1330
-
1331
- const exec = async (command, args, options) => {
1332
- throw new DepecratedError(`vscode.exec is deprecated, use createNodeRpc instead`);
1333
- };
1334
-
1335
- const fileSystemProviderMap = Object.create(null);
1336
- const get$2 = protocol => {
1337
- const provider = fileSystemProviderMap[protocol];
1338
- if (!provider) {
1339
- // @ts-ignore
1340
- throw new VError$1(`no file system provider for protocol "${protocol}" found`);
1341
- }
1342
- return provider;
1343
- };
1344
- const set$2 = (id, provider) => {
1345
- if (!id) {
1346
- throw new Error('Failed to register file system provider: missing id');
1347
- }
1348
- fileSystemProviderMap[id] = provider;
1349
- };
1350
-
1351
- const registerFileSystemProvider = fileSystemProvider => {
1352
- if (!fileSystemProvider.id) {
1353
- throw new Error('Failed to register file system provider: missing id');
1354
- }
1355
- set$2(fileSystemProvider.id, fileSystemProvider);
1356
- };
1357
- const readDirWithFileTypes = async (protocol, path) => {
1358
- try {
1359
- const provider = get$2(protocol);
1360
- return await provider.readDirWithFileTypes(path);
1361
- } catch (error) {
1362
- throw new VError$1(error, 'Failed to execute file system provider');
1363
- }
1364
- };
1365
- const readFile = async (protocol, path) => {
1366
- try {
1367
- const provider = get$2(protocol);
1368
- return await provider.readFile(path);
1369
- } catch (error) {
1370
- throw new VError$1(error, 'Failed to execute file system provider');
1371
- }
1372
- };
1373
- const readFileExternal = async path => {
1374
- // TODO when file is local,
1375
- // don't ask renderer worker
1376
- // instead read file directly from shared process
1377
- // this avoid parsing the potentially large message
1378
- // and improve performance by not blocking the renderer worker
1379
- // when reading / writing large files
1380
- const content = await invoke('FileSystem.readFile', path);
1381
- return content;
1382
- };
1383
- const readDirWithFileTypesExternal = async path => {
1384
- // TODO when file is local,
1385
- // don't ask renderer worker
1386
- // instead read file directly from shared process
1387
- // this avoid parsing the potentially large message
1388
- // and improve performance by not blocking the renderer worker
1389
- // when reading / writing large files
1390
- const content = await invoke('FileSystem.readDirWithFileTypes', path);
1391
- return content;
1392
- };
1393
- const writeFile = async (protocol, uri, content) => {
1394
- try {
1395
- const provider = get$2(protocol);
1396
- return await provider.writeFile(uri, content);
1397
- } catch (error) {
1398
- throw new VError$1(error, 'Failed to execute file system provider');
1399
- }
1400
- };
1401
- const getPathSeparator = protocol => {
1402
- try {
1403
- const provider = get$2(protocol);
1404
- return provider.pathSeparator;
1405
- } catch (error) {
1406
- throw new VError$1(error, 'Failed to execute file system provider');
1407
- }
1408
- };
1409
-
1410
- const {
1411
- registerFormattingProvider,
1412
- executeFormattingProvider} = create$9({
1413
- name: 'Formatting',
1414
- executeKey: 'format',
1415
- resultShape: {
1416
- allowUndefined: true,
1417
- type: Array$1,
1418
- items: {
1419
- type: Object$1,
1420
- properties: {
1421
- startOffset: {
1422
- type: Number
1423
- },
1424
- endOffset: {
1425
- type: Number
1426
- },
1427
- inserted: {
1428
- type: String
1429
- }
1430
- }
1431
- }
1432
- }
1433
- });
1434
-
1435
- const getOffset = (textDocument, position) => {
1436
- let offset = 0;
1437
- let rowIndex = 0;
1438
- while (rowIndex++ < position.rowIndex) {
1439
- const newLineIndex = textDocument.text.indexOf('\n', offset);
1440
- offset = newLineIndex + 1;
1441
- }
1442
- offset += position.columnIndex;
1443
- return offset;
1444
- };
1445
-
1446
- const getPosition = (textDocument, offset) => {
1447
- let index = 0;
1448
- let rowIndex = 0;
1449
- let newLineIndex = 0;
1450
- const text = textDocument.text;
1451
- while (index < offset) {
1452
- newLineIndex = text.indexOf('\n', index);
1453
- if (newLineIndex === -1) {
1454
- break;
1455
- }
1456
- const newIndex = newLineIndex + 1;
1457
- if (newIndex > offset) {
1458
- break;
1459
- }
1460
- index = newIndex;
1461
- rowIndex++;
1462
- }
1463
- const columnIndex = offset - index;
1464
- return {
1465
- rowIndex,
1466
- columnIndex
1467
- };
1468
- };
1469
-
1470
- const {
1471
- registerHoverProvider,
1472
- executeHoverProvider} = create$9({
1473
- name: 'Hover',
1474
- resultShape: {
1475
- allowUndefined: true,
1476
- type: Object$1,
1477
- properties: {}
1478
- }
1479
- });
1480
-
1481
- const {
1482
- registerImplementationProvider,
1483
- executeImplementationProvider} = create$9({
1484
- name: 'Implementation',
1485
- resultShape: {
1486
- type: Array$1,
1487
- items: {
1488
- type: Object$1
1489
- }
1490
- }
1491
- });
1492
-
1493
- const WebSocket$1 = 5;
1494
- const ElectronMessagePort = 6;
1495
- const ModuleWorkerAndWorkaroundForChromeDevtoolsBug$1 = 7;
1496
-
1497
- const getModule$3 = method => {
1498
- switch (method) {
1499
- case WebSocket$1:
1500
- return Promise.resolve().then(function () { return IpcParentWithWebSocket; });
1501
- case ElectronMessagePort:
1502
- return Promise.resolve().then(function () { return IpcParentWithNode; });
1503
- case ModuleWorkerAndWorkaroundForChromeDevtoolsBug$1:
1504
- return Promise.resolve().then(function () { return IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug; });
1505
- default:
1506
- throw new Error('unexpected ipc type');
1507
- }
1508
- };
1509
-
1510
- const create$7 = async ({
1511
- method,
1512
- ...options
1513
- }) => {
1514
- try {
1515
- const module = await getModule$3(method);
1516
- // @ts-ignore
1517
- const rawIpc = await module.create(options);
1518
- // @ts-ignore
1519
- const ipc = module.wrap(rawIpc);
1520
- return ipc;
1521
- } catch (error) {
1522
- throw new VError$1(error, `Failed to create ipc`);
1523
- }
1524
- };
1525
-
1526
- const JsonRpc = 1;
1527
-
1528
- const getModule$2 = method => {
1529
- switch (method) {
1530
- case JsonRpc:
1531
- return Promise.resolve().then(function () { return RpcParentWithJsonRpc; });
1532
- default:
1533
- throw new Error('unexpected rpc type');
1534
- }
1535
- };
1536
-
1537
- const create$6 = async ({
1538
- method,
1539
- ...options
1540
- }) => {
1541
- const module = await getModule$2(method);
1542
- // @ts-ignore
1543
- const rpc = module.create(options);
1544
- return rpc;
1545
- };
1546
-
1547
- const defaultExecute$1 = () => {
1548
- throw new Error('not implemented');
1549
- };
1550
- const createNodeRpc = async ({
1551
- path,
1552
- execute = defaultExecute$1,
1553
- name = ''
1554
- }) => {
1555
- try {
1556
- string(path);
1557
- fn(execute);
1558
- const ipc = await create$7({
1559
- method: ElectronMessagePort,
1560
- type: 'extension-host-helper-process',
1561
- name
1562
- });
1563
- const rpc = await create$6({
1564
- ipc,
1565
- method: JsonRpc,
1566
- execute
1567
- });
1568
- await rpc.invoke('LoadFile.loadFile', path);
1569
- return rpc;
1570
- } catch (error) {
1571
- throw new VError$1(error, `Failed to create node rpc`);
1572
- }
1573
- };
1574
-
1575
- const confirm = message => {
1576
- string(message);
1577
- const result = invoke('ConfirmPrompt.prompt', message);
1578
- return result;
1579
- };
1580
-
1581
- const ExtensionHostQuickPickShow = 'ExtensionHostQuickPick.show';
1582
-
1583
- const showQuickPick = async ({
1584
- getPicks,
1585
- toPick
1586
- }) => {
1587
- const rawPicks = await getPicks();
1588
- const picks = rawPicks.map(toPick);
1589
- return invoke(ExtensionHostQuickPickShow, picks);
1590
- };
1591
-
1592
- const {
1593
- registerReferenceProvider,
1594
- executeReferenceProvider,
1595
- executefileReferenceProvider} = create$9({
1596
- name: 'Reference',
1597
- resultShape: {
1598
- type: Array$1,
1599
- items: {
1600
- type: Object$1
1601
- }
1602
- },
1603
- additionalMethodNames: [
1604
- // @ts-ignore
1605
- {
1606
- name: 'fileReference',
1607
- methodName: 'provideFileReferences',
1608
- resultShape: {
1609
- type: Array$1,
1610
- items: {
1611
- type: Object$1
1612
- }
1613
- }
1614
- }]
1615
- });
1616
-
1617
- const {
1618
- registerRenameProvider,
1619
- executeRenameProvider,
1620
- executeprepareRenameProvider} = create$9({
1621
- name: 'Rename',
1622
- resultShape: {
1623
- type: Object$1,
1624
- allowUndefined: true
1625
- },
1626
- additionalMethodNames: [
1627
- // @ts-ignore
1628
- {
1629
- name: 'prepareRename',
1630
- methodName: 'prepareRename',
1631
- resultShape: {
1632
- type: Object$1,
1633
- allowUndefined: true
1634
- }
1635
- }]
1636
- });
1637
-
1638
- const getExtensionHostSubWorkerUrl = () => {
1639
- return '/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js';
1640
- };
1641
- const extensionHostSubWorkerUrl = getExtensionHostSubWorkerUrl();
1642
-
1643
- const set$1 = async (url, contentSecurityPolicy) => {
1644
- const pathName = new URL(url).pathname;
1645
- await invoke('ExtensionHostWorkerContentSecurityPolicy.set', pathName, contentSecurityPolicy);
1646
- };
1647
-
1648
- const rpcs$1 = Object.create(null);
1649
- const add$1 = (id, rpc) => {
1650
- rpcs$1[id] = rpc;
1651
- };
1652
- const get$1 = id => {
1653
- return rpcs$1[id];
1654
- };
1655
-
1656
- const registry = Object.create(null);
1657
- const rpcs = Object.create(null);
1658
- const register = (id, execute) => {
1659
- registry[id] = execute;
1660
- };
1661
- const acquire = id => {
1662
- const fn = registry[id];
1663
- delete registry[id];
1664
- return fn;
1665
- };
1666
- const get = id => {
1667
- return rpcs[id];
1668
- };
1669
- const set = (id, rpc) => {
1670
- rpcs[id] = rpc;
1671
- };
1672
-
1673
- const createRpcWithId$1 = async id => {
1674
- const fn = acquire(id);
1675
- const info = get$1(id);
1676
- if (!info) {
1677
- throw new Error(`rpc with id ${id} not found`);
1678
- }
1679
- const ipc = await create$7({
1680
- method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug$1,
1681
- url: extensionHostSubWorkerUrl,
1682
- name: info.name
1683
- });
1684
- const newRpc = await create$6({
1685
- ipc,
1686
- method: JsonRpc,
1687
- execute: fn
1688
- });
1689
- await newRpc.invoke('LoadFile.loadFile', info.url);
1690
- set(id, newRpc);
1691
- return newRpc;
1692
- };
1693
-
1694
- const getOrCreateRpc = async id => {
1695
- const rpc = get(id);
1696
- if (!rpc) {
1697
- set(id, createRpcWithId$1(id));
1698
- }
1699
- return get(id);
1700
- };
1701
- const createRpcWithId = ({
1702
- id,
1703
- execute
1704
- }) => {
1705
- string(id);
1706
- register(id, execute);
1707
- const lazyRpc = {
1708
- async invoke(method, ...params) {
1709
- const rpc = await getOrCreateRpc(id);
1710
- return rpc.invoke(method, ...params);
1711
- }
1712
- };
1713
- return lazyRpc;
1714
- };
1715
-
1716
- const defaultExecute = () => {
1717
- throw new Error('not implemented');
1718
- };
1719
-
1720
- /**
1721
- *
1722
- * @deprecated
1723
- */
1724
- const createLegacyRpc = async ({
1725
- url,
1726
- name,
1727
- execute = defaultExecute,
1728
- contentSecurityPolicy
1729
- }) => {
1730
- string(url);
1731
- string(name);
1732
- fn(execute);
1733
- if (contentSecurityPolicy) {
1734
- await set$1(url, contentSecurityPolicy);
1735
- }
1736
- const ipc = await create$7({
1737
- method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug$1,
1738
- url: extensionHostSubWorkerUrl,
1739
- name
1740
- });
1741
- const rpc = await create$6({
1742
- ipc,
1743
- method: JsonRpc,
1744
- execute
1745
- });
1746
- await rpc.invoke('LoadFile.loadFile', url);
1747
- return rpc;
1748
- };
1749
- const createRpc = ({
1750
- id,
1751
- url,
1752
- name,
1753
- execute = defaultExecute,
1754
- contentSecurityPolicy
1755
- }) => {
1756
- try {
1757
- if (id) {
1758
- string(id);
1759
- return createRpcWithId({
1760
- id,
1761
- execute
1762
- });
1763
- }
1764
- return createLegacyRpc({
1765
- url,
1766
- name,
1767
- execute,
1768
- contentSecurityPolicy
1769
- });
1770
- } catch (error) {
1771
- throw new VError$1(error, `Failed to create webworker rpc`);
1772
- }
1773
- };
1774
-
1775
- const {
1776
- registerSelectionProvider,
1777
- executeSelectionProvider} = create$9({
1778
- name: 'Selection',
1779
- resultShape: {
1780
- allowUndefined: true,
1781
- type: Array$1,
1782
- items: {
1783
- type: 'number'
1784
- }
1785
- }
1786
- });
1787
-
1788
- const state$3 = {
1789
- providers: Object.create(null)
1790
- };
1791
- const registerSourceControlProvider = provider => {
1792
- state$3.providers[provider.id] = provider;
1793
- };
1794
- const getFilesFromProvider = provider => {
1795
- return provider.getChangedFiles();
1796
- };
1797
- const getChangedFiles = async providerId => {
1798
- const provider = state$3.providers[providerId];
1799
- if (!provider) {
1800
- throw new Error('no source control provider found');
1801
- }
1802
- const changedFiles = await getFilesFromProvider(provider);
1803
- const flattenedChangedFiles = changedFiles;
1804
- return flattenedChangedFiles;
1805
- };
1806
- const getFileBefore = async (providerId, uri) => {
1807
- string(providerId);
1808
- string(uri);
1809
- const provider = state$3.providers[providerId];
1810
- if (!provider) {
1811
- throw new Error('no source control provider found');
1812
- }
1813
- return provider.getFileBefore(uri);
1814
- };
1815
- const getGroupsFromProvider = async (provider, cwd) => {
1816
- if (provider.getGroups) {
1817
- return provider.getGroups(cwd);
1818
- }
1819
- if (provider.getChangedFiles) {
1820
- const files = await provider.getChangedFiles();
1821
- const groups = [{
1822
- id: 'changes',
1823
- label: 'Changes',
1824
- items: files
1825
- }];
1826
- return groups;
1827
- }
1828
- throw new Error('source control provider is missing required function getGroups');
1829
- };
1830
- const getGroups = async (providerId, cwd) => {
1831
- const provider = state$3.providers[providerId];
1832
- if (!provider) {
1833
- throw new Error('no source control provider found');
1834
- }
1835
- const groups = await getGroupsFromProvider(provider, cwd);
1836
- return groups;
1837
- };
1838
- const acceptInput = async (providerId, value) => {
1839
- const provider = state$3.providers[providerId];
1840
- if (!provider) {
1841
- throw new Error('no source control provider found');
1842
- }
1843
- await provider.acceptInput(value);
1844
- };
1845
- const add = async path => {
1846
- const provider = Object.values(state$3.providers)[0];
1847
- if (!provider) {
1848
- return;
1849
- }
1850
- // @ts-ignore
1851
- await provider.add(path);
1852
- };
1853
- const discard = async path => {
1854
- const provider = Object.values(state$3.providers)[0];
1855
- if (!provider) {
1856
- return;
1857
- }
1858
- // @ts-ignore
1859
- await provider.discard(path);
1860
- };
1861
- const getEnabledProviderIds = async (scheme, root) => {
1862
- string(scheme);
1863
- string(root);
1864
- const providers = Object.values(state$3.providers);
1865
- const enabledIds = [];
1866
- for (const provider of providers) {
1867
- // @ts-ignore
1868
- if (typeof provider.isActive !== 'function') {
1869
- continue;
1870
- }
1871
- // @ts-ignore
1872
- const isActive = await provider.isActive(scheme, root);
1873
- if (isActive) {
1874
- // @ts-ignore
1875
- enabledIds.push(provider.id);
1876
- }
1877
- }
1878
- return enabledIds;
1879
- };
1880
-
1881
- const {
1882
- registerTabCompletionProvider,
1883
- executeTabCompletionProvider} = create$9({
1884
- name: 'TabCompletion',
1885
- resultShape: {
1886
- type: Object$1,
1887
- allowUndefined: true
1888
- }
1889
- });
1890
-
1891
- const state$2 = {
1892
- textSearchProviders: Object.create(null)
1893
- };
1894
- const registerTextSearchProvider = textSearchProvider => {
1895
- try {
1896
- if (!textSearchProvider) {
1897
- throw new Error('textSearchProvider is not defined');
1898
- }
1899
- if (!textSearchProvider.scheme) {
1900
- throw new Error('textSearchProvider is missing scheme');
1901
- }
1902
- state$2.textSearchProviders[textSearchProvider.scheme] = textSearchProvider;
1903
- } catch (error) {
1904
- throw new VError$1(error, 'Failed to register text search provider');
1905
- }
1906
- };
1907
- const executeTextSearchProvider = async (scheme, query) => {
1908
- try {
1909
- const textSearchProvider = state$2.textSearchProviders[scheme];
1910
- if (!textSearchProvider) {
1911
- throw new Error(`No text search provider for ${scheme} found`);
1912
- }
1913
- const results = await textSearchProvider.provideTextSearchResults(query);
1914
- return results;
1915
- } catch (error) {
1916
- throw new VError$1(error, 'Failed to execute text search provider');
1917
- }
1918
- };
1919
-
1920
- const {
1921
- registerTypeDefinitionProvider,
1922
- executeTypeDefinitionProvider} = create$9({
1923
- name: 'TypeDefinition',
1924
- resultShape: {
1925
- allowUndefined: true,
1926
- type: Object$1,
1927
- properties: {
1928
- uri: {
1929
- type: String
1930
- },
1931
- startOffset: {
1932
- type: Number
1933
- },
1934
- endOffset: {
1935
- type: Number
1936
- }
1937
- }
1938
- }
1939
- });
1940
-
1941
- const RE_PROTOCOL = /^([a-z\-]+):\/\//;
1942
- const getProtocol = uri => {
1943
- const protocolMatch = uri.match(RE_PROTOCOL);
1944
- if (protocolMatch) {
1945
- return protocolMatch[1];
1946
- }
1947
- return '';
1948
- };
1949
-
1950
- const getPortTuple = () => {
1951
- const {
1952
- port1,
1953
- port2
1954
- } = new MessageChannel();
1955
- return {
1956
- port1,
1957
- port2
1958
- };
1959
- };
1960
-
1961
- const createWebViewIpc = async webView => {
1962
- const {
1963
- uid,
1964
- origin
1965
- } = webView;
1966
- const {
1967
- port1,
1968
- port2
1969
- } = getPortTuple();
1970
- const promise = new Promise(resolve => {
1971
- port2.onmessage = resolve;
1972
- });
1973
- const portType = 'test';
1974
- await invokeAndTransfer('WebView.setPort', uid, port1, origin, portType);
1975
- const event = await promise;
1976
- // @ts-ignore
1977
- if (event.data !== 'ready') {
1978
- throw new Error('unexpected first message');
1979
- }
1980
- const ipc = {
1981
- addEventListener(type, listener) {
1982
- const that = this;
1983
- const wrapped = event => {
1984
- const actualEvent = {
1985
- target: that,
1986
- data: event.data
1987
- };
1988
- listener(actualEvent);
1989
- };
1990
- port2.addEventListener(type, wrapped);
1991
- },
1992
- dispose() {},
1993
- send(message) {
1994
- port2.postMessage(message);
1995
- }
1996
- };
1997
- // TODO maybe don't send a message port only to get object url?
1998
- // TODO dispose ipc to avoid memory leak
1999
- handleIpc(ipc);
2000
- return ipc;
2001
- };
2002
-
2003
- const webViews = Object.create(null);
2004
- const webViewProviders = Object.create(null);
2005
- const getProvider = providerId => {
2006
- return webViewProviders[providerId];
2007
- };
2008
- const setProvider = (providerId, provider) => {
2009
- webViewProviders[providerId] = provider;
2010
- };
2011
- const getWebView = id => {
2012
- return webViews[id];
2013
- };
2014
- const setWebView = (id, webView) => {
2015
- webViews[id] = webView;
2016
- };
2017
- const getWebViews = () => {
2018
- return webViews;
2019
- };
2020
-
2021
- // TODO if webViewId is provided,
2022
- // 1. read file as blob
2023
- // 2. send blob to webview
2024
- // 3. create objecturl in webview
2025
- // 4. send back objecturl to extension host worker
2026
- // 5. provide objectUrl to extension
2027
-
2028
- const getRemoteUrlForWebView = async (uri, options = {}) => {
2029
- const webView = getWebView(options.webViewId);
2030
- if (!webView) {
2031
- throw new Error(`webview ${options.webViewId} not found`);
2032
- }
2033
- const [ipc, blob] = await Promise.all([createWebViewIpc(webView), invoke('FileSystem.getBlob', uri)]);
2034
- const objectUrl = await invoke$1(ipc, 'createObjectUrl', blob);
2035
- return objectUrl;
2036
- };
2037
-
2038
- const Electron = 'electron';
2039
- const Remote = 'remote';
2040
- const Web = 'web';
2041
- const Test = 'test';
2042
-
2043
- const getPlatform = () => {
2044
- // @ts-ignore
2045
- if (typeof PLATFORM !== 'undefined') {
2046
- // @ts-ignore
2047
- return PLATFORM;
2048
- }
2049
- if (typeof process !== 'undefined' && process.env.NODE_ENV === 'test') {
2050
- return Test;
2051
- }
2052
- // TODO find a better way to pass runtime environment
2053
- if (typeof name !== 'undefined' && name.endsWith('(Electron)')) {
2054
- return Electron;
2055
- }
2056
- if (typeof name !== 'undefined' && name.endsWith('(Web)')) {
2057
- return Web;
2058
- }
2059
- return Remote;
2060
- };
2061
- const platform = Remote; // TODO tree-shake this out in production
2062
-
2063
- const getRemoteUrl = async (uri, options = {}) => {
2064
- const protocol = getProtocol(uri);
2065
- if (platform === Remote && !protocol) {
2066
- return `/remote/${uri}`;
2067
- }
2068
- if (platform === Electron && !protocol) {
2069
- return `/remote/${uri}`;
2070
- }
2071
- if (options.webViewId) {
2072
- return getRemoteUrlForWebView(uri, options);
2073
- }
2074
- if (uri.startsWith('html://')) {
2075
- const url = await invoke('Blob.getSrc', uri);
2076
- return url;
2077
- }
2078
- throw new Error(`unsupported platform for remote url`);
2079
- };
2080
-
2081
- // TODO pass uuid to allow having multiple webviews open at the same time
2082
- const createWebView = async (providerId, port, uri, uid, origin) => {
2083
- const provider = getProvider(providerId);
2084
- if (!provider) {
2085
- throw new Error(`webview provider ${providerId} not found`);
2086
- }
2087
-
2088
- // TODO cancel promise when webview is disposed before sending message
2089
- // TODO handle case when webview doesn't send ready message
2090
- // TODO handle error
2091
- await new Promise(resolve => {
2092
- port.onmessage = resolve;
2093
- });
2094
-
2095
- // TODO use ipc module
2096
- const handlePortMessage = async event => {
2097
- const {
2098
- data,
2099
- target
2100
- } = event;
2101
- const {
2102
- method,
2103
- params,
2104
- id
2105
- } = data;
2106
- if (provider && provider.commands && provider.commands[method]) {
2107
- const fn = provider.commands[method];
2108
- const result = await fn(...params);
2109
- if (id) {
2110
- target.postMessage({
2111
- jsonrpc: '2.0',
2112
- id,
2113
- result
2114
- });
2115
- }
2116
- }
2117
- };
2118
- port.onmessage = handlePortMessage;
2119
- const rpc = {
2120
- uri,
2121
- provider,
2122
- uid,
2123
- origin,
2124
- invoke(method, ...params) {
2125
- // TODO return promise with result
2126
- port.postMessage({
2127
- jsonrpc: '2.0',
2128
- method,
2129
- params
2130
- });
2131
- }
2132
- };
2133
- // TODO allow creating multiple webviews per provider
2134
- setWebView(providerId, rpc);
2135
- };
2136
- const load = async (providerId, savedState) => {
2137
- const rpc = getWebView(providerId);
2138
- await rpc.provider.create(rpc, rpc.uri, savedState);
2139
- };
2140
- const disposeWebView = id => {
2141
- // TODO race condition
2142
- // const webView=webViews[id]
2143
- };
2144
- const registerWebViewProvider = provider => {
2145
- setProvider(provider.id, provider);
2146
- };
2147
-
2148
- const createWorker = async ({
2149
- method,
2150
- url,
2151
- name
2152
- }) => {
2153
- string(method);
2154
- string(url);
2155
- string(name);
2156
- const ipc = create$7({
2157
- method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug$1,
2158
- url,
2159
- name
2160
- });
2161
- return ipc;
2162
- };
2163
-
2164
- const state$1 = {
2165
- workspacePath: ''
2166
- };
2167
- const setWorkspacePath = path => {
2168
- state$1.workspacePath = path;
2169
- };
2170
- const getWorkspaceFolder = path => {
2171
- return state$1.workspacePath;
2172
- };
2173
-
2174
- class FormattingError extends Error {
2175
- constructor(message, codeFrame) {
2176
- super(message);
2177
- // @ts-ignore
2178
- this.codeFrame = codeFrame;
2179
- this.name = 'FormattingError';
2180
- }
2181
- }
2182
-
2183
- const File$1 = 1;
2184
- const Match = 2;
2185
-
2186
- const TextSearchResultType = {
2187
- __proto__: null,
2188
- File: File$1,
2189
- Match
2190
- };
2191
-
2192
- const api = {
2193
- // Ajax
2194
- getJson: getJson,
2195
- // Brace Completion
2196
- registerBraceCompletionProvider: registerBraceCompletionProvider,
2197
- executeBraceCompletionProvider: executeBraceCompletionProvider,
2198
- // Closing Tag
2199
- registerClosingTagProvider: registerClosingTagProvider,
2200
- executeClosingTagProvider: executeClosingTagProvider,
2201
- // Code Action
2202
- registerCodeActionsProvider: registerCodeActionProvider,
2203
- // Command
2204
- registerCommand: registerCommand,
2205
- executeCommand: executeCommand,
2206
- // Completion
2207
- registerCompletionProvider: registerCompletionProvider,
2208
- executeCompletionProvider: executeCompletionProvider,
2209
- EditorCompletionType,
2210
- // Configuration
2211
- getConfiguration: getConfiguration,
2212
- // Debug
2213
- registerDebugProvider: registerDebugProvider,
2214
- // Definition
2215
- registerDefinitionProvider: registerDefinitionProvider,
2216
- executeDefinitionProvider: executeDefinitionProvider,
2217
- // Diagnostic
2218
- registerDiagnosticProvider: registerDiagnosticProvider,
2219
- executeDiagnosticProvider: executeDiagnosticProvider,
2220
- // Dialog
2221
- showInformationMessage: showInformationMessage,
2222
- // Env
2223
- env: env,
2224
- // Errors
2225
- FormattingError,
2226
- VError: VError$1,
2227
- // Exec
2228
- exec: exec,
2229
- // File System
2230
- registerFileSystemProvider: registerFileSystemProvider,
2231
- readFile: readFileExternal,
2232
- readDirWithFileTypes: readDirWithFileTypesExternal,
2233
- // Formatting
2234
- registerFormattingProvider: registerFormattingProvider,
2235
- executeFormattingProvider: executeFormattingProvider,
2236
- // Get Offset
2237
- getOffset: getOffset,
2238
- // Get Position
2239
- getPosition: getPosition,
2240
- // Hover
2241
- registerHoverProvider: registerHoverProvider,
2242
- executeHoverProvider: executeHoverProvider,
2243
- // Rpc
2244
- createRpc: createRpc,
2245
- createNodeRpc: createNodeRpc,
2246
- // Implementation
2247
- registerImplementationProvider: registerImplementationProvider,
2248
- executeImplementationProvider: executeImplementationProvider,
2249
- // Prompt
2250
- confirm: confirm,
2251
- // QuickPick
2252
- showQuickPick: showQuickPick,
2253
- // Rename
2254
- registerRenameProvider: registerRenameProvider,
2255
- executeRenameProvider: executeRenameProvider,
2256
- executePrepareRenameProvider: executeprepareRenameProvider,
2257
- // Reference
2258
- registerReferenceProvider: registerReferenceProvider,
2259
- executeReferenceProvider: executeReferenceProvider,
2260
- // Selection
2261
- registerSelectionProvider: registerSelectionProvider,
2262
- executeSelectionProvider: executeSelectionProvider,
2263
- // Source Control
2264
- registerSourceControlProvider: registerSourceControlProvider,
2265
- // Tab Completion
2266
- registerTabCompletionProvider: registerTabCompletionProvider,
2267
- executeTabCompletionProvider: executeTabCompletionProvider,
2268
- // Text Document
2269
- getTextFromTextDocument: getText,
2270
- // Text Search
2271
- registerTextSearchProvider: registerTextSearchProvider,
2272
- executeTextSearchProvider: executeTextSearchProvider,
2273
- TextSearchResultType,
2274
- // Type Definition
2275
- registerTypeDefinitionProvider: registerTypeDefinitionProvider,
2276
- executeTypeDefinitionProvider: executeTypeDefinitionProvider,
2277
- // Url
2278
- getRemoteUrl: getRemoteUrl,
2279
- // Webview
2280
- registerWebViewProvider: registerWebViewProvider,
2281
- // Worker
2282
- createWorker: createWorker,
2283
- // Workspace
2284
- getWorkspaceFolder: getWorkspaceFolder
2285
- };
2286
-
2287
- const BraceCompletionExecuteBraceCompletionProvider = 'ExtensionHostBraceCompletion.executeBraceCompletionProvider';
2288
- const ClosingTagExecuteClosingTagProvider = 'ExtensionHostClosingTag.executeClosingTagProvider';
2289
- const CommandExecute = 'ExtensionHostCommand.executeCommand';
2290
- const CompletionExecute = 'ExtensionHostCompletion.execute';
2291
- const CompletionResolveExecute = 'ExtensionHostCompletion.executeResolve';
2292
- const DefinitionExecuteDefinitionProvider = 'ExtensionHostDefinition.executeDefinitionProvider';
2293
- const DiagnosticExecuteDiagnosticProvider = 'ExtensionHost.executeDiagnosticProvider';
2294
- const ExtensionActivate = 'ExtensionHostExtension.activate';
2295
- const FileSystemGetPathSeparator = 'ExtensionHostFileSystem.getPathSeparator';
2296
- const FileSystemReadDirWithFileTypes = 'ExtensionHostFileSystem.readDirWithFileTypes';
2297
- const FileSystemReadFile = 'ExtensionHostFileSystem.readFile';
2298
- const FileSystemWriteFile = 'ExtensionHostFileSystem.writeFile';
2299
- const FormattingExecuteFormmattingProvider = 'ExtensionHostFormatting.executeFormattingProvider';
2300
- const HoverExecute = 'ExtensionHostHover.execute';
2301
- const ImplementationExecuteImplementationProvider = 'ExtensionHostImplementation.executeImplementationProvider';
2302
- const MockExec = 'ExtensionHostMockExec.mockExec';
2303
- const MockRpc = 'ExtensionHostMockRpc.mockRpc';
2304
- const OrganizeImportsExecute = 'ExtensionHostOrganizeImports.execute';
2305
- const ReferenceExecuteFileReferenceProvider = 'ExtensionHostReference.executeFileReferenceProvider';
2306
- const ReferenceExecuteReferenceProvider = 'ExtensionHostReference.executeReferenceProvider';
2307
- const SourceControlAcceptInput = 'ExtensionHostSourceControl.acceptInput';
2308
- const SourceControlAdd = 'ExtensionHostSourceControl.add';
2309
- const SourceControlDiscard = 'ExtensionHostSourceControl.discard';
2310
- const SourceControlGetChangedFiles = 'ExtensionHost.sourceControlGetChangedFiles';
2311
- const SourceControlGetEnabledProviderIds = 'ExtensionHostSourceControl.getEnabledProviderIds';
2312
- const SourceControlGetFileBefore = 'ExtensionHostSourceControl.GetFileBefore';
2313
- const SourceControlGetGroups = 'ExtensionHostSourceControl.getGroups';
2314
- const StatusBarGetStatusBarItems = 'ExtensionHost.getStatusBarItems';
2315
- const StatusBarRegisterChangeListener = 'ExtensionHostStatusBar.registerChangeListener';
2316
- const TabCompletionExecuteTabCompletionProvider = 'ExtensionHost.executeTabCompletionProvider';
2317
- const TextDocumentSetLanguageId = 'ExtensionHostTextDocument.setLanguageId';
2318
- const TextDocumentSyncFull = 'ExtensionHostTextDocument.syncFull';
2319
- const TextDocumentSyncIncremental = 'ExtensionHostTextDocument.syncIncremental';
2320
- const TextSearchExecuteTextSearchProvider = 'ExtensionHostTextSearch.executeTextSearchProvider';
2321
- const TypeDefinitionExecuteTypeDefinitionProvider = 'ExtensionHostTypeDefinition.executeTypeDefinitionProvider';
2322
- const WorkspaceSetPath = 'Workspace.setWorkspacePath';
2323
- const SelectionExecuteSelectionProvider = 'ExtensionHostSelection.executeSelectionProvider';
2324
- const ConfigurationSetConfiguration = 'ExtensionHostConfiguration.setConfiguration';
2325
-
2326
- const create$5 = () => {
2327
- return {
2328
- finished: false
2329
- };
2330
- };
2331
- const cancel = token => {
2332
- token.finished = true;
2333
- };
2334
- const isCanceled = token => {
2335
- return token.finished;
2336
- };
2337
-
2338
- const baseName = path => {
2339
- const slashIndex = path.lastIndexOf('/');
2340
- return path.slice(slashIndex + 1);
2341
- };
2342
- const getExtensionId = extension => {
2343
- if (extension && extension.id) {
2344
- return extension.id;
2345
- }
2346
- if (extension && extension.path) {
2347
- return baseName(extension.path);
2348
- }
2349
- return '<unknown>';
2350
- };
2351
-
2352
- const getUrlPrefix = extensionPath => {
2353
- if (extensionPath.startsWith('http://') || extensionPath.startsWith('https://')) {
2354
- return extensionPath;
2355
- }
2356
- if (platform === Web) {
2357
- return extensionPath;
2358
- }
2359
- if (extensionPath.startsWith('/')) {
2360
- return `/remote${extensionPath}`;
2361
- }
2362
- return `/remote/${extensionPath}`;
2363
- };
2364
-
2365
- const handleRpcInfos = extension => {
2366
- try {
2367
- if (!extension) {
2368
- return;
2369
- }
2370
- const rpcs = extension.rpc;
2371
- const urlPrefix = getUrlPrefix(extension.path);
2372
- if (!rpcs) {
2373
- return;
2374
- }
2375
- if (!Array.isArray(rpcs)) {
2376
- return;
2377
- }
2378
- for (const rpc of rpcs) {
2379
- rpc.url = `${urlPrefix}/${rpc.url}`;
2380
- add$1(rpc.id, rpc);
2381
- }
2382
- } catch (error) {
2383
- console.warn(`Failed to handle extension rpcs: ${error}`);
2384
- }
2385
- };
2386
-
2387
- class ContentSecurityPolicyError extends Error {
2388
- constructor(violatedDirective, sourceFile, lineNumber, columnNumber) {
2389
- super(`Content Security Policy Violation: ${violatedDirective}`);
2390
- this.name = 'ContentSecurityPolicyError';
2391
- if (sourceFile) {
2392
- this.stack = `Content Security Policy Violation
2393
- at ${sourceFile}:${lineNumber}:${columnNumber}`;
2394
- } else {
2395
- this.stack = `Content Security Policy Violation
2396
- at <unknown>`;
2397
- }
2398
- }
2399
- }
2400
-
2401
- const state = {
2402
- /**
2403
- * @type {any[]}
2404
- */
2405
- errors: []
2406
- };
2407
- const addError = error => {
2408
- // @ts-ignore
2409
- state.errors.push(error);
2410
- };
2411
- const hasRecentErrors = () => {
2412
- return state.errors.length > 0;
2413
- };
2414
- const getRecentError = () => {
2415
- return state.errors.at(-1);
2416
- };
2417
-
2418
- const isImportErrorChrome = error => {
2419
- return error && error instanceof Error && error.message.startsWith('Failed to fetch dynamically imported module');
2420
- };
2421
-
2422
- const isImportErrorFirefox = error => {
2423
- return error && error instanceof TypeError && error.message === 'error loading dynamically imported module';
2424
- };
2425
-
2426
- const isSyntaxError = error => {
2427
- return error instanceof SyntaxError;
2428
- };
2429
-
2430
- const isImportError = error => {
2431
- return isImportErrorChrome(error) || isImportErrorFirefox(error) || isSyntaxError(error);
2432
- };
2433
-
2434
- const sleep = duration => {
2435
- const promiseCallback = (resolve, reject) => {
2436
- setTimeout(resolve, duration);
2437
- };
2438
- return new Promise(promiseCallback);
2439
- };
2440
-
2441
- const NotFound = 404;
2442
-
2443
- const RE_LINE_COLUMN = /(.*)(?:\(\d+\:\d+\))/;
2444
- const getBabelErrorMessage = message => {
2445
- const match = message.match(RE_LINE_COLUMN);
2446
- if (match) {
2447
- return match[1].trim();
2448
- }
2449
- return message;
2450
- };
2451
- class BabelParseError extends SyntaxError {
2452
- constructor(url, error) {
2453
- const message = getBabelErrorMessage(error.message);
2454
- super(message);
2455
- this.name = 'BabelParseError';
2456
- // @ts-ignore
2457
- const line = error.loc.line;
2458
- // @ts-ignore
2459
- const column = error.loc.column + 1;
2460
- this.stack = `${message}
2461
- at ${url}:${line}:${column}`;
2462
- }
2463
- }
2464
-
2465
- const getAssetDir = () => {
2466
- // @ts-ignore
2467
- if (typeof '/95c7ea1' !== 'undefined') {
2468
- // @ts-ignore
2469
- return '/95c7ea1';
2470
- }
2471
- if (platform === Electron) {
2472
- return '../../../../..';
2473
- }
2474
- return '';
2475
- };
2476
- const assetDir = getAssetDir();
2477
-
2478
- const loadBabelParser = () => {
2479
- const url = `${assetDir}/js/babel-parser.js`;
2480
- return import(url);
2481
- };
2482
-
2483
- const parse = async (code, options) => {
2484
- const BabelParse = await loadBabelParser();
2485
- return BabelParse.parse(code, options);
2486
- };
2487
-
2488
- const Module = 'module';
2489
-
2490
- const getLineAndColumn = (text, start, end) => {
2491
- let index = -1;
2492
- let line = 0;
2493
- const column = 0;
2494
- while ((index = text.indexOf('\n', index + 1)) !== -1) {
2495
- line++;
2496
- if (index >= start) {
2497
- break;
2498
- }
2499
- }
2500
- return {
2501
- line,
2502
- column
2503
- };
2504
- };
2505
-
2506
- class DependencyNotFoundError extends Error {
2507
- constructor(code, start, end, dependencyRelativePath, dependencyUrl, sourceUrl) {
2508
- super(`Module not found "${dependencyRelativePath}"`);
2509
- const {
2510
- line,
2511
- column
2512
- } = getLineAndColumn(code, start);
2513
- this.stack = `${this.message}
2514
- at Module (${sourceUrl}:${line}:${column})`;
2515
- }
2516
- }
2517
-
2518
- const ArrowFunctionExpression = 'ArrowFunctionExpression';
2519
- const AwaitExpression = 'AwaitExpression';
2520
- const BlockStatement = 'BlockStatement';
2521
- const CallExpression = 'CallExpression';
2522
- const ExportAllDeclaration = 'ExportAllDeclaration';
2523
- const ExportNamedDeclaration = 'ExportNamedDeclaration';
2524
- const ExpressionStatement = 'ExpressionStatement';
2525
- const File = 'File';
2526
- const Import = 'Import';
2527
- const ImportDeclaration = 'ImportDeclaration';
2528
- const Program = 'Program';
2529
- const StringLiteral = 'StringLiteral';
2530
- const VariableDeclaration = 'VariableDeclaration';
2531
- const VariableDeclarator = 'VariableDeclarator';
2532
-
2533
- const walk = (node, visitor) => {
2534
- if (!node) {
2535
- return;
2536
- }
2537
- if (Array.isArray(node)) {
2538
- for (const item of node) {
2539
- walk(item, visitor);
2540
- }
2541
- return;
2542
- }
2543
- visitor(node);
2544
- switch (node.type) {
2545
- case File:
2546
- walk(node.program, visitor);
2547
- break;
2548
- case Program:
2549
- walk(node.body, visitor);
2550
- break;
2551
- case ExportNamedDeclaration:
2552
- walk(node.declaration, visitor);
2553
- break;
2554
- case VariableDeclaration:
2555
- walk(node.declarations, visitor);
2556
- break;
2557
- case VariableDeclarator:
2558
- walk(node.init, visitor);
2559
- break;
2560
- case ArrowFunctionExpression:
2561
- walk(node.body, visitor);
2562
- break;
2563
- case BlockStatement:
2564
- walk(node.body, visitor);
2565
- break;
2566
- case ExpressionStatement:
2567
- walk(node.expression, visitor);
2568
- break;
2569
- case AwaitExpression:
2570
- walk(node.argument, visitor);
2571
- break;
2572
- case CallExpression:
2573
- walk(node.callee, visitor);
2574
- break;
2575
- }
2576
- };
2577
- const getBabelAstDependencies = (code, ast) => {
2578
- const {
2579
- program
2580
- } = ast;
2581
- const {
2582
- body
2583
- } = program;
2584
- const dependencies = [];
2585
- for (const node of body) {
2586
- if (node.type === ImportDeclaration || node.type === ExportAllDeclaration) {
2587
- const relativePath = node.source.extra.rawValue;
2588
- const start = node.source.start;
2589
- const end = node.source.end;
2590
- // @ts-ignore
2591
- dependencies.push({
2592
- relativePath,
2593
- code,
2594
- start,
2595
- end
2596
- });
2597
- } else if (node.type === VariableDeclaration && node.declarations && node.declarations[0] && node.declarations[0].type === VariableDeclarator && node.declarations[0].init && node.declarations[0].init.type === AwaitExpression && node.declarations[0].init.argument && node.declarations[0].init.argument.type === CallExpression && node.declarations[0].init.argument.callee && node.declarations[0].init.argument.callee.type === Import && node.declarations[0].init.argument.arguments && node.declarations[0].init.argument.arguments[0] && node.declarations[0].init.argument.arguments[0].type === StringLiteral) {
2598
- const relativePath = node.declarations[0].init.argument.arguments[0].extra.rawValue;
2599
- const start = node.declarations[0].init.argument.arguments[0].start;
2600
- const end = node.declarations[0].init.argument.arguments[0].end;
2601
- // @ts-ignore
2602
- dependencies.push({
2603
- relativePath,
2604
- code,
2605
- start,
2606
- end
2607
- });
2608
- }
2609
- }
2610
- const visitor = node => {
2611
- if (node && node.type === CallExpression && node.callee && node.callee.type === Import && node.arguments && node.arguments[0] && node.arguments[0].type === StringLiteral) {
2612
- const relativePath = node.arguments[0].extra.rawValue;
2613
- const start = node.arguments[0].start;
2614
- const end = node.arguments[0].end;
2615
- // @ts-ignore
2616
- dependencies.push({
2617
- relativePath,
2618
- code,
2619
- start,
2620
- end
2621
- });
2622
- }
2623
- };
2624
- walk(ast, visitor);
2625
- return dependencies;
2626
- };
2627
-
2628
- const isBabelError = error => {
2629
- // @ts-ignore
2630
- return isSyntaxError(error) && error.code === BABEL_PARSER_SYNTAX_ERROR;
2631
- };
2632
-
2633
- const getOrigin = () => {
2634
- return location.origin;
2635
- };
2636
-
2637
- const getAbsoluteUrl = (relativePath, sourceUrl) => {
2638
- if (sourceUrl.startsWith('/')) {
2639
- const origin = getOrigin();
2640
- const absoluteSourceUrl = new URL(sourceUrl, origin).toString();
2641
- return new URL(relativePath, absoluteSourceUrl).toString();
2642
- }
2643
- return new URL(relativePath, sourceUrl).toString();
2644
- };
2645
-
2646
- const isExternal = url => {
2647
- if (url.startsWith('/')) {
2648
- return false;
2649
- }
2650
- if (url.startsWith(location.protocol)) {
2651
- return false;
2652
- }
2653
- return true;
2654
- };
2655
- const getErrorInDependencies = async (url, dependencies, seenUrls) => {
2656
- for (const dependency of dependencies) {
2657
- const dependencyUrl = getAbsoluteUrl(dependency.relativePath, url);
2658
- if (isExternal(dependencyUrl) || seenUrls.includes(dependencyUrl)) {
2659
- continue;
2660
- }
2661
- seenUrls.push(dependencyUrl);
2662
- // let dependencyResponse
2663
- // try {
2664
- const dependencyResponse = await fetch(dependencyUrl);
2665
- // } catch (error) {}
2666
- if (dependencyResponse.ok) {
2667
- await tryToGetActualErrorMessage(null, dependencyUrl, dependencyResponse, seenUrls);
2668
- } else {
2669
- switch (dependencyResponse.status) {
2670
- case NotFound:
2671
- throw new DependencyNotFoundError(dependency.code, dependency.start, dependency.end, dependency.relativePath, dependencyUrl, url);
2672
- // return `Failed to import ${url}: ${error}`
2673
- }
2674
- }
2675
- }
2676
- };
2677
-
2678
- /**
2679
- *
2680
- * @param {string} url
2681
- * @param {Response} response
2682
- * @returns
2683
- */
2684
- const tryToGetActualErrorMessage = async (error, url, response, seenUrls = []) => {
2685
- let text;
2686
- try {
2687
- text = await response.text();
2688
- } catch (error) {
2689
- return `Failed to import ${url}: Unknown Network Error`;
2690
- }
2691
- let ast;
2692
- try {
2693
- ast = await parse(text, {
2694
- sourceType: Module
2695
- });
2696
- } catch (error) {
2697
- if (isBabelError(error)) {
2698
- throw new BabelParseError(url, error);
2699
- }
2700
- throw error;
2701
- }
2702
- const dependencies = getBabelAstDependencies(text, ast);
2703
- await getErrorInDependencies(url, dependencies, seenUrls);
2704
- if (hasRecentErrors()) {
2705
- const recentError = getRecentError();
2706
- // @ts-ignore
2707
- throw new ContentSecurityPolicyError(recentError.violatedDirective, recentError.sourceFile, recentError.lineNumber, recentError.columnNumber);
2708
- }
2709
- const contentType = response.headers.get('Content-Type');
2710
- if (url.endsWith('.ts') && contentType === null) {
2711
- return `Failed to import ${url}: Missing Content-Type header for javascript`;
2712
- }
2713
- return `Failed to import ${url}: Unknown Network Error`;
2714
- };
2715
-
2716
- const tryToGetActualImportErrorMessage = async (url, error) => {
2717
- let response;
2718
- try {
2719
- response = await fetch(url);
2720
- } catch (error) {
2721
- return `Failed to import ${url}: ${error}`;
2722
- }
2723
- if (response.ok) {
2724
- return await tryToGetActualErrorMessage(error, url, response);
2725
- }
2726
- switch (response.status) {
2727
- case NotFound:
2728
- throw new Error(`Failed to import ${url}: Not found (404)`);
2729
- default:
2730
- return `Failed to import ${url}: ${error}`;
2731
- }
2732
- };
2733
-
2734
- const importScript = async url => {
2735
- try {
2736
- return await import(url);
2737
- } catch (error) {
2738
- if (isImportError(error)) {
2739
- const actualErrorMessage = await tryToGetActualImportErrorMessage(url, error);
2740
- throw new Error(actualErrorMessage);
2741
- }
2742
- // content security policy errors arrive a little bit later
2743
- await sleep(0);
2744
- if (hasRecentErrors()) {
2745
- const recentError = getRecentError();
2746
- // @ts-ignore
2747
- throw new ContentSecurityPolicyError(recentError.violatedDirective, recentError.sourceFile, recentError.lineNumber, recentError.columnNumber);
2748
- }
2749
- throw error;
2750
- }
2751
- };
2752
-
2753
- const activationTimeout = 10_000;
2754
- const rejectAfterTimeout = async (timeout, token) => {
2755
- await sleep(timeout);
2756
- if (isCanceled(token)) {
2757
- return;
2758
- }
2759
- throw new Error(`Activation timeout of ${timeout}ms exceeded`);
2760
- };
2761
- const activate = async (extension, absolutePath) => {
2762
- try {
2763
- string(extension.path);
2764
- string(extension.browser);
2765
- string(absolutePath);
2766
- const module = await importScript(absolutePath);
2767
- handleRpcInfos(extension);
2768
- const token = create$5();
2769
- try {
2770
- await Promise.race([module.activate(extension), rejectAfterTimeout(activationTimeout, token)]);
2771
- } catch (error) {
2772
- if (isImportError(error)) {
2773
- const actualErrorMessage = await tryToGetActualImportErrorMessage(absolutePath, error);
2774
- throw new Error(actualErrorMessage);
2775
- }
2776
- throw error;
2777
- } finally {
2778
- cancel(token);
2779
- }
2780
- } catch (error) {
2781
- const id = getExtensionId(extension);
2782
- throw new VError$1(error, `Failed to activate extension ${id}`);
2783
- }
2784
- // console.info('activated', path)
2785
- };
2786
-
2787
- class ExecError extends Error {
2788
- constructor(command, args, stdout, stderr, exitCode) {
2789
- super(`Failed to execute ${command}: process exited with code ${exitCode}`);
2790
- this.name = 'ExecError';
2791
- // @ts-ignore
2792
- this.stdout = stdout;
2793
- // @ts-ignore
2794
- this.stderr = stderr;
2795
- // @ts-ignore
2796
- this.exitCode = exitCode;
2797
- }
2798
- }
2799
-
2800
- const mockExec = () => {
2801
- try {
2802
- // @ts-ignore
2803
- api.exec = async (command, args, options) => {
2804
- const result = await invoke('Test.executeMockExecFunction', command, args, options);
2805
- const {
2806
- stdout,
2807
- stderr,
2808
- exitCode
2809
- } = result;
2810
- if (exitCode !== 0) {
2811
- throw new ExecError(command, args, stdout, stderr, exitCode);
2812
- }
2813
- return {
2814
- stdout,
2815
- stderr,
2816
- exitCode
2817
- };
2818
- };
2819
- } catch (error) {
2820
- throw new VError$1(error, 'Failed to mock exec function');
2821
- }
2822
- };
2823
-
2824
- const mockRpc = () => {
2825
- // @ts-ignore
2826
- api.createNodeRpc = async options => {
2827
- try {
2828
- return {
2829
- async invoke(method, ...params) {
2830
- const result = await invoke('Test.executeMockRpcFunction', options.name, method, ...params);
2831
- return result;
2832
- }
2833
- };
2834
- } catch (error) {
2835
- throw new VError$1(error, 'Failed to mock exec function');
2836
- }
2837
- };
2838
- };
2839
-
2840
- const getStatusBarItems = async () => {
2841
- const providers = Object.values(state$3.providers);
2842
- const statusBarItems = [];
2843
- for (const provider of providers) {
2844
- // @ts-ignore
2845
- if (provider && provider.statusBarCommands) {
2846
- // @ts-ignore
2847
- statusBarItems.push(...provider.statusBarCommands);
2848
- }
2849
- }
2850
- return statusBarItems;
2851
- };
2852
- const registerChangeListener = () => {
2853
- // TODO
2854
- };
2855
-
2856
- const handleBeforeUnload = () => {
2857
- // TODO save all webviews in localstorage
2858
- // cannot use indexeddb during unload
2859
- console.log('before unload');
2860
- };
2861
-
2862
- const MessagePort$1 = 1;
2863
- const ModuleWorker = 2;
2864
- const ModuleWorkerWithMessagePort = 4;
2865
- const Auto = () => {
2866
- if (globalThis.acceptPort) {
2867
- return MessagePort$1;
2868
- }
2869
- return ModuleWorkerWithMessagePort;
2870
- };
2871
-
2872
- const getData$1 = event => {
2873
- return event.data;
2874
- };
2875
- const walkValue = (value, transferrables, isTransferrable) => {
2876
- if (!value) {
2877
- return;
2878
- }
2879
- if (isTransferrable(value)) {
2880
- transferrables.push(value);
2881
- return;
2882
- }
2883
- if (Array.isArray(value)) {
2884
- for (const item of value) {
2885
- walkValue(item, transferrables, isTransferrable);
2886
- }
2887
- return;
2888
- }
2889
- if (typeof value === 'object') {
2890
- for (const property of Object.values(value)) {
2891
- walkValue(property, transferrables, isTransferrable);
2892
- }
2893
- return;
2894
- }
2895
- };
2896
- const isMessagePort = value => {
2897
- return value && value instanceof MessagePort;
2898
- };
2899
- const isMessagePortMain = value => {
2900
- return value && value.constructor && value.constructor.name === 'MessagePortMain';
2901
- };
2902
- const isOffscreenCanvas = value => {
2903
- return typeof OffscreenCanvas !== 'undefined' && value instanceof OffscreenCanvas;
2904
- };
2905
- const isInstanceOf = (value, constructorName) => {
2906
- return value?.constructor?.name === constructorName;
2907
- };
2908
- const isSocket = value => {
2909
- return isInstanceOf(value, 'Socket');
2910
- };
2911
- const transferrables = [isMessagePort, isMessagePortMain, isOffscreenCanvas, isSocket];
2912
- const isTransferrable = value => {
2913
- for (const fn of transferrables) {
2914
- if (fn(value)) {
2915
- return true;
2916
- }
2917
- }
2918
- return false;
2919
- };
2920
- const getTransferrables = value => {
2921
- const transferrables = [];
2922
- walkValue(value, transferrables, isTransferrable);
2923
- return transferrables;
2924
- };
2925
- const attachEvents = that => {
2926
- const handleMessage = (...args) => {
2927
- const data = that.getData(...args);
2928
- that.dispatchEvent(new MessageEvent('message', {
2929
- data
2930
- }));
2931
- };
2932
- that.onMessage(handleMessage);
2933
- const handleClose = event => {
2934
- that.dispatchEvent(new Event('close'));
2935
- };
2936
- that.onClose(handleClose);
2937
- };
2938
- class Ipc extends EventTarget {
2939
- constructor(rawIpc) {
2940
- super();
2941
- this._rawIpc = rawIpc;
2942
- attachEvents(this);
2943
- }
2944
- }
2945
- const readyMessage = 'ready';
2946
- const listen$4 = () => {
2947
- // @ts-ignore
2948
- if (typeof WorkerGlobalScope === 'undefined') {
2949
- throw new TypeError('module is not in web worker scope');
2950
- }
2951
- return globalThis;
2952
- };
2953
- const signal$3 = global => {
2954
- global.postMessage(readyMessage);
2955
- };
2956
- class IpcChildWithModuleWorker extends Ipc {
2957
- getData(event) {
2958
- return getData$1(event);
2959
- }
2960
- send(message) {
2961
- // @ts-ignore
2962
- this._rawIpc.postMessage(message);
2963
- }
2964
- sendAndTransfer(message) {
2965
- const transfer = getTransferrables(message);
2966
- // @ts-ignore
2967
- this._rawIpc.postMessage(message, transfer);
2968
- }
2969
- dispose() {
2970
- // ignore
2971
- }
2972
- onClose(callback) {
2973
- // ignore
2974
- }
2975
- onMessage(callback) {
2976
- this._rawIpc.addEventListener('message', callback);
2977
- }
2978
- }
2979
- const wrap$6 = global => {
2980
- return new IpcChildWithModuleWorker(global);
2981
- };
2982
- const IpcChildWithModuleWorker$1 = {
2983
- __proto__: null,
2984
- listen: listen$4,
2985
- signal: signal$3,
2986
- wrap: wrap$6
2987
- };
2988
- const E_INCOMPATIBLE_NATIVE_MODULE = 'E_INCOMPATIBLE_NATIVE_MODULE';
2989
- const E_MODULES_NOT_SUPPORTED_IN_ELECTRON = 'E_MODULES_NOT_SUPPORTED_IN_ELECTRON';
2990
- const ERR_MODULE_NOT_FOUND = 'ERR_MODULE_NOT_FOUND';
2991
- const NewLine$1 = '\n';
2992
- const joinLines = lines => {
2993
- return lines.join(NewLine$1);
2994
- };
2995
- const splitLines = lines => {
2996
- return lines.split(NewLine$1);
2997
- };
2998
- const isModuleNotFoundMessage = line => {
2999
- return line.includes('[ERR_MODULE_NOT_FOUND]');
3000
- };
3001
- const getModuleNotFoundError = stderr => {
3002
- const lines = splitLines(stderr);
3003
- const messageIndex = lines.findIndex(isModuleNotFoundMessage);
3004
- const message = lines[messageIndex];
3005
- return {
3006
- message,
3007
- code: ERR_MODULE_NOT_FOUND
3008
- };
3009
- };
3010
- const RE_NATIVE_MODULE_ERROR = /^innerError Error: Cannot find module '.*.node'/;
3011
- const RE_NATIVE_MODULE_ERROR_2 = /was compiled against a different Node.js version/;
3012
- const RE_MESSAGE_CODE_BLOCK_START = /^Error: The module '.*'$/;
3013
- const RE_MESSAGE_CODE_BLOCK_END = /^\s* at/;
3014
- const RE_AT = /^\s+at/;
3015
- const RE_AT_PROMISE_INDEX = /^\s*at async Promise.all \(index \d+\)$/;
3016
- const isUnhelpfulNativeModuleError = stderr => {
3017
- return RE_NATIVE_MODULE_ERROR.test(stderr) && RE_NATIVE_MODULE_ERROR_2.test(stderr);
3018
- };
3019
- const isMessageCodeBlockStartIndex = line => {
3020
- return RE_MESSAGE_CODE_BLOCK_START.test(line);
3021
- };
3022
- const isMessageCodeBlockEndIndex = line => {
3023
- return RE_MESSAGE_CODE_BLOCK_END.test(line);
3024
- };
3025
- const getMessageCodeBlock = stderr => {
3026
- const lines = splitLines(stderr);
3027
- const startIndex = lines.findIndex(isMessageCodeBlockStartIndex);
3028
- const endIndex = startIndex + lines.slice(startIndex).findIndex(isMessageCodeBlockEndIndex, startIndex);
3029
- const relevantLines = lines.slice(startIndex, endIndex);
3030
- const relevantMessage = relevantLines.join(' ').slice('Error: '.length);
3031
- return relevantMessage;
3032
- };
3033
- const getNativeModuleErrorMessage = stderr => {
3034
- const message = getMessageCodeBlock(stderr);
3035
- return {
3036
- message: `Incompatible native node module: ${message}`,
3037
- code: E_INCOMPATIBLE_NATIVE_MODULE
3038
- };
3039
- };
3040
- const isModulesSyntaxError = stderr => {
3041
- if (!stderr) {
3042
- return false;
3043
- }
3044
- return stderr.includes('SyntaxError: Cannot use import statement outside a module');
3045
- };
3046
- const getModuleSyntaxError = () => {
3047
- return {
3048
- message: `ES Modules are not supported in electron`,
3049
- code: E_MODULES_NOT_SUPPORTED_IN_ELECTRON
3050
- };
3051
- };
3052
- const isModuleNotFoundError = stderr => {
3053
- if (!stderr) {
3054
- return false;
3055
- }
3056
- return stderr.includes('ERR_MODULE_NOT_FOUND');
3057
- };
3058
- const isNormalStackLine = line => {
3059
- return RE_AT.test(line) && !RE_AT_PROMISE_INDEX.test(line);
3060
- };
3061
- const getDetails = lines => {
3062
- const index = lines.findIndex(isNormalStackLine);
3063
- if (index === -1) {
3064
- return {
3065
- actualMessage: joinLines(lines),
3066
- rest: []
3067
- };
3068
- }
3069
- let lastIndex = index - 1;
3070
- while (++lastIndex < lines.length) {
3071
- if (!isNormalStackLine(lines[lastIndex])) {
3072
- break;
3073
- }
3074
- }
3075
- return {
3076
- actualMessage: lines[index - 1],
3077
- rest: lines.slice(index, lastIndex)
3078
- };
3079
- };
3080
- const getHelpfulChildProcessError = (stdout, stderr) => {
3081
- if (isUnhelpfulNativeModuleError(stderr)) {
3082
- return getNativeModuleErrorMessage(stderr);
3083
- }
3084
- if (isModulesSyntaxError(stderr)) {
3085
- return getModuleSyntaxError();
3086
- }
3087
- if (isModuleNotFoundError(stderr)) {
3088
- return getModuleNotFoundError(stderr);
3089
- }
3090
- const lines = splitLines(stderr);
3091
- const {
3092
- actualMessage,
3093
- rest
3094
- } = getDetails(lines);
3095
- return {
3096
- message: `${actualMessage}`,
3097
- code: '',
3098
- stack: rest
3099
- };
3100
- };
3101
- const normalizeLine = line => {
3102
- if (line.startsWith('Error: ')) {
3103
- return line.slice(`Error: `.length);
3104
- }
3105
- if (line.startsWith('VError: ')) {
3106
- return line.slice(`VError: `.length);
3107
- }
3108
- return line;
3109
- };
3110
- const getCombinedMessage = (error, message) => {
3111
- const stringifiedError = normalizeLine(`${error}`);
3112
- if (message) {
3113
- return `${message}: ${stringifiedError}`;
3114
- }
3115
- return stringifiedError;
3116
- };
3117
- const NewLine = '\n';
3118
- const getNewLineIndex = (string, startIndex = undefined) => {
3119
- return string.indexOf(NewLine, startIndex);
3120
- };
3121
- const mergeStacks = (parent, child) => {
3122
- if (!child) {
3123
- return parent;
3124
- }
3125
- const parentNewLineIndex = getNewLineIndex(parent);
3126
- const childNewLineIndex = getNewLineIndex(child);
3127
- if (childNewLineIndex === -1) {
3128
- return parent;
3129
- }
3130
- const parentFirstLine = parent.slice(0, parentNewLineIndex);
3131
- const childRest = child.slice(childNewLineIndex);
3132
- const childFirstLine = normalizeLine(child.slice(0, childNewLineIndex));
3133
- if (parentFirstLine.includes(childFirstLine)) {
3134
- return parentFirstLine + childRest;
3135
- }
3136
- return child;
3137
- };
3138
- class VError extends Error {
3139
- constructor(error, message) {
3140
- const combinedMessage = getCombinedMessage(error, message);
3141
- super(combinedMessage);
3142
- this.name = 'VError';
3143
- if (error instanceof Error) {
3144
- this.stack = mergeStacks(this.stack, error.stack);
3145
- }
3146
- if (error.codeFrame) {
3147
- // @ts-ignore
3148
- this.codeFrame = error.codeFrame;
3149
- }
3150
- if (error.code) {
3151
- // @ts-ignore
3152
- this.code = error.code;
3153
- }
3154
- }
3155
- }
3156
- let IpcError$1 = class IpcError extends VError {
3157
- // @ts-ignore
3158
- constructor(betterMessage, stdout = '', stderr = '') {
3159
- if (stdout || stderr) {
3160
- // @ts-ignore
3161
- const {
3162
- message,
3163
- code,
3164
- stack
3165
- } = getHelpfulChildProcessError(stdout, stderr);
3166
- const cause = new Error(message);
3167
- // @ts-ignore
3168
- cause.code = code;
3169
- cause.stack = stack;
3170
- super(cause, betterMessage);
3171
- } else {
3172
- super(betterMessage);
3173
- }
3174
- // @ts-ignore
3175
- this.name = 'IpcError';
3176
- // @ts-ignore
3177
- this.stdout = stdout;
3178
- // @ts-ignore
3179
- this.stderr = stderr;
3180
- }
3181
- };
3182
- const withResolvers$1 = () => {
3183
- let _resolve;
3184
- const promise = new Promise(resolve => {
3185
- _resolve = resolve;
3186
- });
3187
- return {
3188
- resolve: _resolve,
3189
- promise
3190
- };
3191
- };
3192
- const waitForFirstMessage = async port => {
3193
- const {
3194
- resolve,
3195
- promise
3196
- } = withResolvers$1();
3197
- port.addEventListener('message', resolve, {
3198
- once: true
3199
- });
3200
- const event = await promise;
3201
- // @ts-ignore
3202
- return event.data;
3203
- };
3204
- const listen$3 = async () => {
3205
- const parentIpcRaw = listen$4();
3206
- signal$3(parentIpcRaw);
3207
- const parentIpc = wrap$6(parentIpcRaw);
3208
- const firstMessage = await waitForFirstMessage(parentIpc);
3209
- if (firstMessage.method !== 'initialize') {
3210
- throw new IpcError$1('unexpected first message');
3211
- }
3212
- const type = firstMessage.params[0];
3213
- if (type === 'message-port') {
3214
- parentIpc.send({
3215
- jsonrpc: '2.0',
3216
- id: firstMessage.id,
3217
- result: null
3218
- });
3219
- parentIpc.dispose();
3220
- const port = firstMessage.params[1];
3221
- return port;
3222
- }
3223
- return globalThis;
3224
- };
3225
- class IpcChildWithModuleWorkerAndMessagePort extends Ipc {
3226
- constructor(port) {
3227
- super(port);
3228
- }
3229
- getData(event) {
3230
- return getData$1(event);
3231
- }
3232
- send(message) {
3233
- this._rawIpc.postMessage(message);
3234
- }
3235
- sendAndTransfer(message) {
3236
- const transfer = getTransferrables(message);
3237
- this._rawIpc.postMessage(message, transfer);
3238
- }
3239
- dispose() {
3240
- if (this._rawIpc.close) {
3241
- this._rawIpc.close();
3242
- }
3243
- }
3244
- onClose(callback) {
3245
- // ignore
3246
- }
3247
- onMessage(callback) {
3248
- this._rawIpc.addEventListener('message', callback);
3249
- this._rawIpc.start();
3250
- }
3251
- }
3252
- const wrap$5 = port => {
3253
- return new IpcChildWithModuleWorkerAndMessagePort(port);
3254
- };
3255
- const IpcChildWithModuleWorkerAndMessagePort$1 = {
3256
- __proto__: null,
3257
- listen: listen$3,
3258
- wrap: wrap$5
3259
- };
3260
- const listen$1 = ({
3261
- port
3262
- }) => {
3263
- return port;
3264
- };
3265
- const signal = port => {
3266
- port.postMessage(readyMessage);
3267
- };
3268
- class IpcChildWithMessagePort extends Ipc {
3269
- constructor(port) {
3270
- super(port);
3271
- }
3272
- getData(event) {
3273
- return getData$1(event);
3274
- }
3275
- send(message) {
3276
- this._rawIpc.postMessage(message);
3277
- }
3278
- sendAndTransfer(message) {
3279
- const transfer = getTransferrables(message);
3280
- this._rawIpc.postMessage(message, transfer);
3281
- }
3282
- dispose() {
3283
- // ignore
3284
- }
3285
- onClose(callback) {
3286
- // ignore
3287
- }
3288
- onMessage(callback) {
3289
- this._rawIpc.addEventListener('message', callback);
3290
- this._rawIpc.start();
3291
- }
3292
- }
3293
- const wrap$2$1 = port => {
3294
- return new IpcChildWithMessagePort(port);
3295
- };
3296
- const IpcChildWithMessagePort$1 = {
3297
- __proto__: null,
3298
- listen: listen$1,
3299
- signal,
3300
- wrap: wrap$2$1
3301
- };
3302
-
3303
- const getModule$1 = method => {
3304
- switch (method) {
3305
- case ModuleWorker:
3306
- return IpcChildWithModuleWorker$1;
3307
- case ModuleWorkerWithMessagePort:
3308
- return IpcChildWithModuleWorkerAndMessagePort$1;
3309
- case MessagePort$1:
3310
- return IpcChildWithMessagePort$1;
3311
- default:
3312
- throw new Error('unexpected ipc type');
3313
- }
3314
- };
3315
-
3316
- const handleMessagePort = port => {
3317
- const module = getModule$1(MessagePort$1);
3318
- const ipc = module.wrap(port);
3319
- handleIpc(ipc);
3320
- ipc.send('ready');
3321
- };
3322
-
3323
- const serializeWebView = async webView => {
3324
- if (webView && webView.provider && webView.provider.saveState) {
3325
- const saved = await webView.provider.saveState();
3326
- return {
3327
- uri: webView.uri,
3328
- state: saved
3329
- };
3330
- }
3331
- return undefined;
3332
- };
3333
- const serializeWebViews = async webViews => {
3334
- const serialized = [];
3335
- for (const [key, value] of Object.entries(webViews)) {
3336
- const serializedValue = await serializeWebView(value);
3337
- if (serializedValue) {
3338
- serialized.push({
3339
- key,
3340
- value: serializedValue
3341
- });
3342
- }
3343
- }
3344
- return serialized;
3345
- };
3346
- const saveState = async () => {
3347
- const webViews = getWebViews();
3348
- const serialized = await serializeWebViews(webViews);
3349
- return serialized;
3350
- };
3351
-
3352
- const commandMap = {
3353
- 'ExtensionHostRename.executeRenameProvider': executeRenameProvider,
3354
- 'ExtensionHostRename.executeprepareRenameProvider': executeprepareRenameProvider,
3355
- ['ExtensionHostDebug.evaluate']: evaluate,
3356
- ['ExtensionHostDebug.getProperties']: getProperties,
3357
- ['ExtensionHostDebug.listProcesses']: listProcesses,
3358
- ['ExtensionHostDebug.pause']: pause,
3359
- ['ExtensionHostDebug.resume']: resume,
3360
- ['ExtensionHostDebug.setPauseOnException']: setPauseOnException,
3361
- ['ExtensionHostDebug.setPauseOnExceptions']: setPauseOnExceptions,
3362
- ['ExtensionHostDebug.start']: start,
3363
- ['ExtensionHostDebug.stepInto']: stepInto,
3364
- ['ExtensionHostDebug.stepOut']: stepOut,
3365
- ['ExtensionHostDebug.stepOver']: stepOver,
3366
- ['ExtensionHostWebView.create']: createWebView,
3367
- ['ExtensionHostWebView.dispose']: disposeWebView,
3368
- ['ExtensionHostWebView.load']: load,
3369
- ['HandleBeforeUnload.handleBeforeUnload']: handleBeforeUnload,
3370
- ['HandleMessagePort.handleMessagePort']: handleMessagePort,
3371
- ['SaveState.saveState']: saveState,
3372
- [BraceCompletionExecuteBraceCompletionProvider]: executeBraceCompletionProvider,
3373
- [ClosingTagExecuteClosingTagProvider]: executeClosingTagProvider,
3374
- [CommandExecute]: executeCommand,
3375
- [CompletionExecute]: executeCompletionProvider,
3376
- [CompletionResolveExecute]: executeresolveCompletionItemProvider,
3377
- [ConfigurationSetConfiguration]: setConfigurations,
3378
- [DefinitionExecuteDefinitionProvider]: executeDefinitionProvider,
3379
- [DiagnosticExecuteDiagnosticProvider]: executeDiagnosticProvider,
3380
- [ExtensionActivate]: activate,
3381
- [FileSystemGetPathSeparator]: getPathSeparator,
3382
- [FileSystemReadDirWithFileTypes]: readDirWithFileTypes,
3383
- [FileSystemReadFile]: readFile,
3384
- [FileSystemWriteFile]: writeFile,
3385
- [FormattingExecuteFormmattingProvider]: executeFormattingProvider,
3386
- [HoverExecute]: executeHoverProvider,
3387
- [ImplementationExecuteImplementationProvider]: executeImplementationProvider,
3388
- [MockExec]: mockExec,
3389
- [MockRpc]: mockRpc,
3390
- [OrganizeImportsExecute]: executeOrganizeImports,
3391
- [ReferenceExecuteFileReferenceProvider]: executefileReferenceProvider,
3392
- [ReferenceExecuteReferenceProvider]: executeReferenceProvider,
3393
- [SelectionExecuteSelectionProvider]: executeSelectionProvider,
3394
- [SourceControlAcceptInput]: acceptInput,
3395
- [SourceControlAdd]: add,
3396
- [SourceControlDiscard]: discard,
3397
- [SourceControlGetChangedFiles]: getChangedFiles,
3398
- [SourceControlGetEnabledProviderIds]: getEnabledProviderIds,
3399
- [SourceControlGetFileBefore]: getFileBefore,
3400
- [SourceControlGetGroups]: getGroups,
3401
- [StatusBarGetStatusBarItems]: getStatusBarItems,
3402
- [StatusBarRegisterChangeListener]: registerChangeListener,
3403
- [TabCompletionExecuteTabCompletionProvider]: executeTabCompletionProvider,
3404
- [TextDocumentSetLanguageId]: setLanguageId,
3405
- [TextDocumentSyncFull]: syncFull,
3406
- [TextDocumentSyncIncremental]: syncIncremental,
3407
- [TextSearchExecuteTextSearchProvider]: executeTextSearchProvider,
3408
- [TypeDefinitionExecuteTypeDefinitionProvider]: executeTypeDefinitionProvider,
3409
- [WorkspaceSetPath]: setWorkspacePath
3410
- };
3411
-
3412
- const handleError = async error => {
3413
- console.error(error);
3414
- };
3415
-
3416
- /**
3417
- * @param {PromiseRejectionEvent} event
3418
- */
3419
- const handleUnhandledRejection = async event => {
3420
- try {
3421
- event.preventDefault();
3422
- await handleError(event.reason);
3423
- } catch {
3424
- console.error(event.reason);
3425
- }
3426
- };
3427
-
3428
- /**
3429
- * @param {ErrorEvent} event
3430
- */
3431
- const handleUnhandledError = async event => {
3432
- try {
3433
- event.preventDefault();
3434
- await handleError(event.error);
3435
- } catch {
3436
- console.error(event.error);
3437
- }
3438
- };
3439
-
3440
- const handleContentSecurityPolicyViolation = event => {
3441
- const {
3442
- violatedDirective,
3443
- sourceFile,
3444
- lineNumber,
3445
- columnNumber
3446
- } = event;
3447
- addError({
3448
- violatedDirective,
3449
- sourceFile,
3450
- lineNumber,
3451
- columnNumber
3452
- });
3453
- };
3454
-
3455
- const listen = async ({
3456
- method
3457
- }) => {
3458
- const module = await getModule$1(method);
3459
- const rawIpc = await module.listen();
3460
- // @ts-ignore
3461
- if (module.signal) {
3462
- // @ts-ignore
3463
- module.signal(rawIpc);
3464
- }
3465
- const ipc = module.wrap(rawIpc);
3466
- return ipc;
3467
- };
3468
-
3469
- const setStackTraceLimit = value => {
3470
- if (Error.stackTraceLimit && Error.stackTraceLimit < value) {
3471
- Error.stackTraceLimit = value;
3472
- }
3473
- };
3474
-
3475
- const main = async () => {
3476
- setStackTraceLimit(20);
3477
- onerror ||= handleUnhandledError;
3478
- onunhandledrejection ||= handleUnhandledRejection;
3479
- if ('SecurityPolicyViolationEvent' in self) {
3480
- self.addEventListener('securitypolicyviolation', handleContentSecurityPolicyViolation);
3481
- }
3482
- globalThis.vscode = api;
3483
- register$1(commandMap);
3484
- const ipc = await listen({
3485
- method: Auto()
3486
- });
3487
- listen$2(ipc);
3488
- };
3489
-
3490
- main();
3491
-
3492
- const Error$1 = 1;
3493
- const Open = 2;
3494
- const Close = 3;
3495
-
3496
- const withResolvers = () => {
3497
- /**
3498
- * @type {any}
3499
- */
3500
- let _resolve;
3501
- const promise = new Promise(resolve => {
3502
- _resolve = resolve;
3503
- });
3504
- return {
3505
- resolve: _resolve,
3506
- promise
3507
- };
3508
- };
3509
-
3510
- const getFirstEvent = (eventTarget, eventMap) => {
3511
- const {
3512
- resolve,
3513
- promise
3514
- } = withResolvers();
3515
- const listenerMap = Object.create(null);
3516
- const cleanup = value => {
3517
- for (const event of Object.keys(eventMap)) {
3518
- eventTarget.removeEventListener(event, listenerMap[event]);
3519
- }
3520
- resolve(value);
3521
- };
3522
- for (const [event, type] of Object.entries(eventMap)) {
3523
- const listener = event => {
3524
- cleanup({
3525
- type,
3526
- event
3527
- });
3528
- };
3529
- eventTarget.addEventListener(event, listener);
3530
- listenerMap[event] = listener;
3531
- }
3532
- return promise;
3533
- };
3534
-
3535
- /**
3536
- *
3537
- * @param {WebSocket} webSocket
3538
- * @returns
3539
- */
3540
- const waitForWebSocketToBeOpen = webSocket => {
3541
- return getFirstEvent(webSocket, {
3542
- open: Open,
3543
- close: Close,
3544
- error: Error$1
3545
- });
3546
- };
3547
-
3548
- const getWebSocketProtocol = () => {
3549
- return location.protocol === 'https:' ? 'wss:' : 'ws:';
3550
- };
3551
-
3552
- const getWebSocketUrl = type => {
3553
- const wsProtocol = getWebSocketProtocol();
3554
- return `${wsProtocol}//${location.host}/websocket/${type}`;
3555
- };
3556
-
3557
- class IpcError extends Error {
3558
- constructor(message) {
3559
- super(message);
3560
- this.name = 'IpcError';
3561
- }
3562
- }
3563
-
3564
- const stringifyCompact = value => {
3565
- return JSON.stringify(value);
3566
- };
3567
-
3568
- const create$4 = async ({
3569
- type
3570
- }) => {
3571
- string(type);
3572
- const wsUrl = getWebSocketUrl(type);
3573
- const webSocket = new WebSocket(wsUrl);
3574
- const firstWebSocketEvent = await waitForWebSocketToBeOpen(webSocket);
3575
- // @ts-ignore
3576
- if (firstWebSocketEvent.type === Error$1) {
3577
- throw new IpcError(`WebSocket connection error`);
3578
- }
3579
- // @ts-ignore
3580
- if (firstWebSocketEvent.type === Close) {
3581
- throw new IpcError(`Websocket connection was closed`);
3582
- }
3583
- return webSocket;
3584
- };
3585
- const wrap$3 = webSocket => {
3586
- return {
3587
- /**
3588
- * @type {any}
3589
- */
3590
- handleMessage: undefined,
3591
- webSocket,
3592
- get onmessage() {
3593
- return this.handleMessage;
3594
- },
3595
- set onmessage(listener) {
3596
- if (listener) {
3597
- // @ts-ignore
3598
- this.handleMessage = event => {
3599
- // TODO why are some events not instance of message event?
3600
- if (event instanceof MessageEvent) {
3601
- const message = JSON.parse(event.data);
3602
- // @ts-ignore
3603
- listener(message);
3604
- } else {
3605
- // @ts-ignore
3606
- listener(event);
3607
- }
3608
- };
3609
- } else {
3610
- // @ts-ignore
3611
- this.handleMessage = null;
3612
- }
3613
- this.webSocket.onmessage = this.handleMessage;
3614
- },
3615
- send(message) {
3616
- if (this.webSocket.readyState !== webSocket.OPEN) {
3617
- // @ts-ignore
3618
- throw new VError$1(`Failed to send message: WebSocket is not open`);
3619
- }
3620
- const stringifiedMessage = stringifyCompact(message);
3621
- this.webSocket.send(stringifiedMessage);
3622
- }
3623
- };
3624
- };
3625
-
3626
- const IpcParentWithWebSocket = {
3627
- __proto__: null,
3628
- create: create$4,
3629
- wrap: wrap$3
3630
- };
3631
-
3632
- const getModule = async () => {
3633
- switch (platform) {
3634
- case Remote:
3635
- return Promise.resolve().then(function () { return IpcParentWithWebSocket; });
3636
- default:
3637
- return Promise.resolve().then(function () { return IpcParentWithElectronMessagePort; });
3638
- }
3639
- };
3640
- const create$3 = async ({
3641
- type,
3642
- raw
3643
- }) => {
3644
- const module = await getModule();
3645
- const rawIpc = await module.create({
3646
- type
3647
- });
3648
- if (raw) {
3649
- return rawIpc;
3650
- }
3651
- return {
3652
- module,
3653
- rawIpc
3654
- };
3655
- };
3656
- const wrap$2 = ({
3657
- module,
3658
- rawIpc
3659
- }) => {
3660
- return module.wrap(rawIpc);
3661
- };
3662
-
3663
- const IpcParentWithNode = {
3664
- __proto__: null,
3665
- create: create$3,
3666
- wrap: wrap$2
3667
- };
3668
-
3669
- const ModuleWorkerAndWorkaroundForChromeDevtoolsBug = 6;
3670
-
3671
- const create$2 = async ({
3672
- url,
3673
- name
3674
- }) => {
3675
- string(url);
3676
- string(name);
3677
- const {
3678
- port1,
3679
- port2
3680
- } = getPortTuple();
3681
- await invokeAndTransfer('IpcParent.create', {
3682
- method: ModuleWorkerAndWorkaroundForChromeDevtoolsBug,
3683
- url,
3684
- name,
3685
- raw: true,
3686
- port: port1
3687
- });
3688
- return port2;
3689
- };
3690
- const wrap$1 = port => {
3691
- return {
3692
- port,
3693
- /**
3694
- * @type {any}
3695
- */
3696
- handleMessage: undefined,
3697
- get onmessage() {
3698
- return this.handleMessage;
3699
- },
3700
- set onmessage(listener) {
3701
- if (listener) {
3702
- // @ts-ignore
3703
- this.handleMessage = event => {
3704
- // TODO why are some events not instance of message event?
3705
- if (event instanceof MessageEvent) {
3706
- const message = event.data;
3707
- // @ts-ignore
3708
- listener(message, event);
3709
- } else {
3710
- // @ts-ignore
3711
-
3712
- listener(event);
3713
- }
3714
- };
3715
- } else {
3716
- // @ts-ignore
3717
- this.handleMessage = null;
3718
- }
3719
- this.port.onmessage = this.handleMessage;
3720
- },
3721
- send(message) {
3722
- this.port.postMessage(message);
3723
- },
3724
- sendAndTransfer(message, transfer) {
3725
- this.port.postMessage(message, transfer);
3726
- }
3727
- };
3728
- };
3729
-
3730
- const IpcParentWithModuleWorkerAndWorkaroundForChromeDevtoolsBug = {
3731
- __proto__: null,
3732
- create: create$2,
3733
- wrap: wrap$1
3734
- };
3735
-
3736
- const preparePrettyError = error => {
3737
- return error;
3738
- };
3739
- const logError = error => {
3740
- // handled by renderer worker
3741
- };
3742
- const requiresSocket = () => {
3743
- return false;
3744
- };
3745
- const create$1 = ({
3746
- ipc,
3747
- execute
3748
- }) => {
3749
- object(ipc);
3750
- fn(execute);
3751
- const handleMessage = async message => {
3752
- return handleJsonRpcMessage(ipc, message, execute, resolve, preparePrettyError, logError, requiresSocket);
3753
- };
3754
- ipc.onmessage = handleMessage;
3755
- return {
3756
- ipc,
3757
- invoke(method, ...params) {
3758
- return invoke$1(this.ipc, method, ...params);
3759
- }
3760
- };
3761
- };
3762
-
3763
- const RpcParentWithJsonRpc = {
3764
- __proto__: null,
3765
- create: create$1
3766
- };
3767
-
3768
- const sendMessagePortToElectron = async (port, initialCommand) => {
3769
- await invokeAndTransfer('SendMessagePortToElectron.sendMessagePortToElectron', port, initialCommand);
3770
- };
3771
-
3772
- const getPort = async type => {
3773
- const {
3774
- port1,
3775
- port2
3776
- } = getPortTuple();
3777
- await sendMessagePortToElectron(port1, 'HandleMessagePortForExtensionHostHelperProcess.handleMessagePortForExtensionHostHelperProcess');
3778
- return port2;
3779
- };
3780
- const create = async ({
3781
- type
3782
- }) => {
3783
- const port = await getPort();
3784
- return port;
3785
- };
3786
- const wrap = port => {
3787
- let handleMessage;
3788
- return {
3789
- get onmessage() {
3790
- return handleMessage;
3791
- },
3792
- set onmessage(listener) {
3793
- let handleMessage;
3794
- if (listener) {
3795
- handleMessage = event => {
3796
- listener(event.data);
3797
- };
3798
- } else {
3799
- handleMessage = null;
3800
- }
3801
- port.onmessage = handleMessage;
3802
- },
3803
- send(message) {
3804
- port.postMessage(message);
3805
- }
3806
- };
3807
- };
3808
-
3809
- const IpcParentWithElectronMessagePort = {
3810
- __proto__: null,
3811
- create,
3812
- wrap
3813
- };