@lvce-editor/static-server 0.48.1 → 0.48.3
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.
- package/dist/static-server.js +1861 -1861
- package/package.json +1 -1
- package/static/{b61a0dd → a66f6c1}/css/App.css +83 -83
- package/static/{b61a0dd → a66f6c1}/css/parts/ViewletIframeInspector.css +14 -0
- package/static/{b61a0dd → a66f6c1}/manifest.json +2 -2
- package/static/{b61a0dd → a66f6c1}/packages/about-view-worker/dist/aboutWorkerMain.js +9 -19
- package/static/{b61a0dd → a66f6c1}/packages/extension-host-worker/dist/extensionHostWorkerMain.js +3 -3
- package/static/{b61a0dd → a66f6c1}/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +1007 -186
- package/static/{b61a0dd → a66f6c1}/packages/file-search-worker/dist/fileSearchWorkerMain.js +7 -35
- package/static/{b61a0dd → a66f6c1}/packages/iframe-inspector/dist/iframeInspectorWorkerMain.js +289 -60
- package/static/{b61a0dd → a66f6c1}/packages/renderer-process/dist/rendererProcessMain.js +4452 -4475
- package/static/{b61a0dd → a66f6c1}/packages/renderer-process/package.json +1 -1
- package/static/{b61a0dd → a66f6c1}/packages/renderer-worker/dist/rendererWorkerMain.js +624 -787
- package/static/{b61a0dd → a66f6c1}/packages/text-search-worker/dist/textSearchWorkerMain.js +6 -40
- package/static/index.html +4 -4
- /package/static/{b61a0dd → a66f6c1}/config/colorTheme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/config/defaultSettings.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/config/fileMap.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/config/webExtensions.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/AdditionalDetails.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Animation.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/DebugButtons.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/DebugValue.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/E2eTest.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/E2eTests.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/EditorHover.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/EditorMessage.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/FeatureContent.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Features.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ImagePreview.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/InlineDiffEditor.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/InputBadge.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Key.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/KeyBindingsHeader.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/KeyBindingsTable.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/LegacyDialog.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Markdown.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Progress.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/SearchToggleButton.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Select.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/Table.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletAbout.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletBrowserViewOverview.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletDebugConsole.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletDefineKeyBinding.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletDialog.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletDiffEditor.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletEditorWidgetError.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletExtensionDetail.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletExtensionDetailHeader.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletExtensionDetailTabs.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletExtensions.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletKeyBindings.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletMedia.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletOutput.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletPanel.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletPanelTabs.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletPdf.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletProblems.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletReferences.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletRunAndDebug.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletScreenCapture.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletSearch.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletSimpleBrowser.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletSourceControl.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletStorage.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletTerminal.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/css/parts/ViewletTerminalTabs.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-bat/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-bat/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-c/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-c/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-coffeescript/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-coffeescript/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cpp/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cpp/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cson/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cson/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-css/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-css/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-css/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dart/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dart/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-desktop/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-desktop/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-docker/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-docker/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dotenv/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dotenv/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-editorconfig/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-editorconfig/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elixir/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elixir/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elm/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elm/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gitattributes/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gitattributes/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gn/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gn/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-go/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-go/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-graphql/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-graphql/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-html/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-html/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-html/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-java/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-java/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-java/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-javascript/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-javascript/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json5/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json5/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-jsx/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-jsx/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-julia/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-julia/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-kotlin/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-kotlin/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/LICENSE +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-markdown/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-markdown/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-mdx/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-mdx/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nix/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nix/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nvmrc/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nvmrc/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-perl/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-perl/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-plaintext/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-plaintext/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-powershell/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-powershell/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-python/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-python/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-python/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-r/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-r/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-ruby/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-ruby/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/LICENSE +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-scss/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-scss/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-shellscript/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-shellscript/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-svelte/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-svelte/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-terraform/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-terraform/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-toml/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-toml/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-typescript/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-typescript/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-vue/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-vue/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-wgsl/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-wgsl/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-xml/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-xml/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-yaml/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-yaml/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-atom-one-dark/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-atom-one-dark/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-ayu/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-ayu/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-ayu/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-gruvbox/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-gruvbox/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-gruvbox/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-high-contrast/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-high-contrast/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-high-contrast/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-material/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-material/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-material/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-monokai/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-monokai/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-monokai/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-noctis-uva/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-noctis-uva/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-noctis-uva/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-palenight/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-palenight/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-palenight/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-palenight/images/demo.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-slime/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-slime/color-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-slime/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.theme-slime/icon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.vscode-icons/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.vscode-icons/extension.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.vscode-icons/icon-theme.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/extensions/builtin.vscode-icons/icon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_file.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_folder.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_folder_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_root_folder.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/default_root_folder_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_access.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_access2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_actionscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_actionscript2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ada.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_advpl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_affectscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_affinitydesigner.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_affinityphoto.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_affinitypublisher.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_agda.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ai.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ai2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_al.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_al_dal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_allcontributors.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_angular.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ansible.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_antlers_html.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_antlr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_anyscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apache.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_api_extractor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apib.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apib2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_apl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_applescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_appscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_appsemble.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_appveyor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_arduino.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_asciidoc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_asp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_aspx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_assembly.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_astro.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_astroconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_atom.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ats.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_attw.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_audio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_aurelia.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_autohotkey.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_autoit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_avif.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_avro.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_awk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_aws.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_azure.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_azurepipelines.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_babel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_babel2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bak.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ballerina.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bats.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bazaar.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bazel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bazel_ignore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bazel_version.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_befunge.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bicep.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_biml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_binary.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_biome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bitbucketpipeline.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bithound.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_blade.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_blender.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_blitzbasic.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bolt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bosque.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bower.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bower2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_browserslist.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bruno.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_buckbuild.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_buf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bun.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bundlemon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bundler.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_bunfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_c.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_c2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_c3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_c_al.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cabal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_caddy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cakephp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_capacitor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_capnp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cargo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_casc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cddl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cert.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ceylon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cf2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cfc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cfc2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cfm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cfm2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cheader.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_chef.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_chef_cookbook.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_circleci.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_class.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_clojure.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_clojurescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cloudfoundry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cmake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cobol.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codacy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codeclimate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codecov.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codekit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codemagic.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codeowners.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_codeql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coderabbit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coffeelint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coffeescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_commitizen.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_commitlint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_compass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_composer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_conan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_conda.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_config.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_confluence.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_copilot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coverage.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_coveralls.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cpp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cpp2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cpp3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cppheader.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_craco.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_crowdin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_crystal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csharp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csharp2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cspell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_css.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_css2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_css2map.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csscomb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_csslint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cssmap.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cucumber.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cuda.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cursorrules.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cvs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cypress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cypress_spec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_cython.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_darcs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dartlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dartlang_generated.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dartlang_ignore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_datadog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_db.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_debian.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_delphi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_deno.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_denoify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dependabot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dependencies.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_devcontainer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dhall.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_diff.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_django.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docker2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dockertest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dockertest2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docpad.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docusaurus.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_docz.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dojo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_doppler.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dotenv.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dotjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_doxygen.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_drawio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_drone.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_drools.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dtd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dustjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dvc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_dylan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_earthly.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eas-metadata.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_edge.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_edge2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_editorconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ejs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elastic.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elasticbeanstalk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eleventy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eleventy2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elixir.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_elm2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_emacs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ember.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ensime.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eps.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_epub.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_erb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_erlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_erlang2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_esbuild.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eslint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_eslint2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_esphome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_excalidraw.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_excel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_excel2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_expo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_falcon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fantasticon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fastly.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fauna.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_favicon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fbx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_firebase.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_firebasehosting.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_firestore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fitbit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fla.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flareact.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_floobits.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flow.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flutter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flutter_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_flyio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_font.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_formkit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fortran.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fossa.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fossil.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_freemarker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_frontcommerce.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fsharp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fsharp2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fsproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fthtml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_funding.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_fusebox.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_galen.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_galen2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gamemaker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gamemaker2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gamemaker81.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gatsby.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gcloud.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gcode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gdscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_genstat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_git.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_git2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gitlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gitpod.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gleam.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gleamconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_glide.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_glitter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_glsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gltf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_glyphs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gnu.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gnuplot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_aqua.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_black.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_fuchsia.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_gopher.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_lightblue.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_white.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_work.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_go_yellow.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_goctl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_godot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gpg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gradle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gradle2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_grain.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_graphql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_graphql_config.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_graphviz.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_greenkeeper.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gridsome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_groovy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_groovy2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_grunt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_gulp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_handlebars.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_handlebars2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_harbour.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hardhat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hashicorp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haskell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haskell2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haxe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haxecheckstyle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_haxedevelop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_helix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_helm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_histoire.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hjson.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hlsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_homeassistant.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_horusec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_host.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_html.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_htmlhint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_htmlvalidate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_http.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hugo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_humanstxt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hunspell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_husky.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hygen.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_hypr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_icl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_idris.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_idrisbin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_idrispkg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_image.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_imba.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_inc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_infopath.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_informix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ini.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ink.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_innosetup.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_io.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_iodine.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ionic.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_janet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jar.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jasmine.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_java.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jbuilder.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jekyll.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jenkins.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jest_snapshot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jinja.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jpm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_js_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsbeautify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jscpd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jshint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsmap.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json5.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_json_schema.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsonld.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsonnet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jsr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_juice.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_julia.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_julia2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_jupyter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_just.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_k.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_karma.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_key.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kitchenci.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kivy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_knip.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kos.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kotlin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_kusto.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_language_configuration.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lark.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_latino.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_layout.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lerna.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_less.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_liara.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_base.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_calc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_draw.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_impress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_math.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_libreoffice_writer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_license.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_licensebat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_actionscript2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_ada.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_agda.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_apl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_astro.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_astroconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_babel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_babel2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_cabal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_circleci.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_cloudfoundry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_codacy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_codeclimate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_codeowners.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_config.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_copilot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_crystal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_cypress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_cypress_spec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_db.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_deno.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_dhall.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_docpad.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_drone.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_eas-metadata.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_eleventy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_eleventy2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_esphome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_expo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_firebasehosting.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_fla.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_font.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_gamemaker2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_gradle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_hashicorp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_hjson.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_ini.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_io.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_jsconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_jsmap.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_json.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_json5.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_json_schema.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_jsonld.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_kite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_lark.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_lerna.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mailing.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mdx-components.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mdx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mustache.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_mypy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_neo4j.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_netlify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_next.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_nim.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_nx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_objidconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_openHAB.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_pcl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_pnpm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_prettier.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_prisma.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_purescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_quasar.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_raku.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_razzle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_reactrouter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rehype.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_remark.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_replit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_retext.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rubocop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rust.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_rust_toolchain.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_safetensors.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_shaderlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_solidity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_spin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_stylelint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_stylus.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_symfony.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_systemd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_systemverilog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_testcafe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_testjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_tex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_tm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_tmux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_todo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_toit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_toml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_tree.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_turbo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_unibeautify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_vash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_vercel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_vsix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_vsixmanifest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_xfl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_xorg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_yaml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_light_zeit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lighthouse.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lilypond.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lime.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lintstagedrc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_liquid.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lisp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_livescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lnk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_locale.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_log.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lolcode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lua.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_luau.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_lync.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mailing.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_makefile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_manifest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_manifest_bak.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_manifest_skip.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_map.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mariadb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_markdown.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_markdownlint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_markdownlint_ignore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_marko.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_markojs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_master-co.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_matlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_maven.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_maxscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_maya.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mdx-components.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mdx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mediawiki.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mercurial.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mermaid.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_meson.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_meteor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_minecraft.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mivascript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mjml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mocha.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_modernizr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mojo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mojolicious.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_moleculer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mondoo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mongo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_monotone.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_motif.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mson.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mustache.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mvt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mvtcss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mvtjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mypy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_mysql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ndst.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nearly.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_neo4j.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_adapter_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_adapter_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_controller_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_controller_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_decorator_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_decorator_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_filter_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_filter_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_gateway_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_gateway_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_guard_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_guard_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_interceptor_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_interceptor_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_middleware_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_middleware_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_module_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_module_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_pipe_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_pipe_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_service_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nest_service_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nestjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_netlify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_next.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nextflow.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_css.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_html.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_less.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_sass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_scss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_component_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_controller_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_controller_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_directive_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_guard_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_guard_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_guard_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_interceptor_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_interceptor_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_interceptor_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_module_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_pipe_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_routing_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_service_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_dart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_js2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_ts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_smart_component_ts2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ng_tailwind.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nginx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nim.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nimble.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ninja.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_njsproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_noc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_node.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_node2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nodemon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_npm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_npmpackagejsonlint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nsi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nsri-integrity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nsri.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nuget.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_numpy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nunjucks.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nuxt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_nyc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_objectivec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_objectivecpp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_objidconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ocaml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ocaml_intf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ogone.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_onenote.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_openHAB.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_opencl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_openscad.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_opentofu.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_org.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_outlook.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ovpn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_oxlint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_paket.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pandacss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_patch.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pcl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pddl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pddl_happenings.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pddl_plan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pdf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pdf2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pdm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_peeky.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_perl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_perl2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_perl6.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pgsql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_photoshop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_photoshop2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_php.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_php2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_php3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_phpcsfixer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_phpstan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_phpunit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_phraseapp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pine.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pip.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pipeline.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plantuml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_platformio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_playwright.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql_package_body.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql_package_header.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_plsql_package_spec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pm2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pnpm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_poedit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_poetry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_polymer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pony.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_postcss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_postcssconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_postman.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powerpoint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powerpoint2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_format.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_psd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_psd2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_psm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_psm2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_powershell_types.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_preact.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_precommit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_prettier.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_prisma.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_processinglang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_procfile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_progress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_prolog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_prometheus.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_protobuf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_protractor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_publiccode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_publisher.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pug.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pulumi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_puppet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_purescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_purgecss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pyenv.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pyret.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pyscript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pytest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_python.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pythowo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pytyped.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_pyup.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_q.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qbs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qlikview.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qmldir.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_qsharp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_quasar.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_r.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ra_syntax_tree.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_racket.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rails.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_raku.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_raml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_razor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_razzle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reactjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reactrouter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reacttemplate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reactts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_reason.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_red.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_registry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rego.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rehype.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_remark.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_renovate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_replit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_retext.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rexx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_riot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rmd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rnc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_robotframework.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_robots.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rolldown.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rollup.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rome.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ron.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rspec.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rubocop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ruby.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rust.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_rust_toolchain.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_s-lang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_safetensors.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sails.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_saltstack.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_san.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sapphire_framework_cli.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sas.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sbt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_scala.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_scilab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_script.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_scss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_scss2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sdlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_search_result.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_seedkit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sentry.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sequelize.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_serverless.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_shaderlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_shell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_shellcheck.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_shuttle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_silverstripe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sino.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_siyuan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sketch.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_skipper.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slashup.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slice.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slim.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_slint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sln.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sln2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_smarty.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snakemake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snapcraft.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snaplet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snort.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_snyk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_solidarity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_solidity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_source.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_spacengine.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sparql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_spin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sqf.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sqlite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_squirrel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sst.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stata.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stencil.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_storyboard.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_storybook.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stryker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stylable.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_style.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_styled.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stylelint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stylish_haskell.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_stylus.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_sublime.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_subversion.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_svelte.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_svelteconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_svg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_svgo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_swagger.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_swc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_swift.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_swig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_symfony.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_systemd.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_systemverilog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_t4tt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tailwind.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tamagui.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_taplo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_taskfile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tauri.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tcl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_teal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_templ.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tera.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_terraform.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_test.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_testcafe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_testjs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_testplane.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_testts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_text.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_textile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tfs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tiltfile.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tmux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_todo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_toit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_toml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tox.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_travis.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tree.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tres.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_truffle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_trunk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tsbuildinfo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tscn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tsconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tsconfig_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tslint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_ttcn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_tuc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_turbo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_twig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typedoc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typescript_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typescriptdef.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typescriptdef_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_typo3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_uiua.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_unibeautify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_unison.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_unlicense.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_unocss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vagrant.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vala.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vanilla_extract.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vapi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vapor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vba.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vbhtml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vbproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vcxproj.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_velocity.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vento.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vercel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_verilog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vhdl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_video.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_view.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vim.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vitest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vlang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_volt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode-insiders.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vscode_test.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vsix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vsixmanifest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vue.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vueconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_vyper.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wallaby.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wally.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wasm.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_watchmanconfig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wdio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_weblate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_webpack.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wenyan.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wercker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wgsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wikitext.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_windi.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wolfram.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_word.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_word2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wpml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wurst.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wxml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wxss.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_wxt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xcode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xfl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xib.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xliff.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xmake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xorg.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xquery.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_xsl.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yacc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yaml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yamllint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yandex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yang.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yarn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_yeoman.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_zeit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_zig.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_zip.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/file_type_zip2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_android.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_android_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_api.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_api_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_app.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_app_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_arangodb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_arangodb_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_asset.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_asset_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_audio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_audio_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_aurelia.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_aurelia_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_aws.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_aws_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_azure.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_azure_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_azurepipelines.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_azurepipelines_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_binary.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_binary_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bloc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bloc_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_blueprint.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_blueprint_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bot_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bower.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_bower_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_buildkite.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_buildkite_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cake_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_certificate.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_certificate_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_changesets.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_changesets_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_chef.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_chef_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_circleci.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_circleci_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cli.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cli_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_client.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_client_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cmake.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cmake_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_common.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_common_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_component.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_component_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_composer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_composer_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_config.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_config_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_controller.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_controller_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_coverage.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_coverage_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_css.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_css2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_css2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_css_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cubit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cubit_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cypress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_cypress_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dapr.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dapr_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_datadog.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_datadog_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_db.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_db_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_debian.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_debian_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dependabot.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dependabot_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_devcontainer.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_devcontainer_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dist.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_dist_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_docker.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_docker_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_docs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_docs_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_e2e.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_e2e_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_elasticbeanstalk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_electron.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_electron_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_expo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_expo_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_favicon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_favicon_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_flow.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_flow_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_fonts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_fonts_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_frontcommerce.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_frontcommerce_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gcp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gcp_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_git.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_git_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_github.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_github_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gitlab.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gitlab_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gradle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gradle_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_graphql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_graphql_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_grunt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_grunt_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gulp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_gulp_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_haxelib.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_haxelib_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_helper.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_helper_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_hook.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_hook_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_husky.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_husky_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_idea.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_idea_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_images.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_images_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_include.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_include_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_interfaces.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_interfaces_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_ios.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_ios_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_js.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_js_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_json.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_json_official.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_json_official_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_json_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_kubernetes.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_kubernetes_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_less.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_less_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_library.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_library_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_cypress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_cypress_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_electron.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_electron_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_expo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_expo_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_fonts.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_fonts_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_gradle.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_gradle_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_meteor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_meteor_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_mypy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_mypy_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_mysql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_mysql_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_node.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_node_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_redux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_redux_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_sass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_light_sass_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_linux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_linux_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_locale.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_locale_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_log.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_log_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_macos.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_macos_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mariadb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mariadb_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_maven.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_maven_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mediawiki.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mediawiki_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_memcached.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_memcached_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_meteor.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_meteor_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_middleware.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_middleware_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_minecraft.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_minecraft_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_minikube.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_minikube_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mjml.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mjml_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mock.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mock_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_model.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_model_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_module.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_module_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mojo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mojo_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mongodb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mongodb_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mypy.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mypy_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mysql.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_mysql_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_netlify.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_netlify_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_next.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_next_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nginx.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nginx_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nix.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nix_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_node.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_node_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_notebooks.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_notebooks_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_notification.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_notification_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nuget.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nuget_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nuxt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_nuxt_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_package.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_package_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_paket.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_paket_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_php.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_php_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_platformio.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_platformio_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_plugin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_plugin_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_prisma.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_prisma_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_private.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_private_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_public.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_public_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_pytest.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_pytest_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_python.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_python_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_ravendb.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_ravendb_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_redis.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_redis_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_redux.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_redux_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_route.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_route_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_sass.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_sass_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_script.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_script_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_seedkit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_seedkit_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_server.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_server_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_services.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_services_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_shared.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_shared_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_snaplet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_snaplet_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_spin.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_spin_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_src.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_src_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_sso.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_sso_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_story.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_story_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_style.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_style_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_supabase.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_supabase_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_svelte.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_svelte_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_tauri.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_tauri_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_temp.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_temp_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_template.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_template_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_test.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_test_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_theme.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_theme_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_tools.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_tools_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_travis.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_travis_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_trunk.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_trunk_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_turbo.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_turbo_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typescript.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typescript_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typings.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typings2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typings2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_typings_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vagrant.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vagrant_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vercel.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vercel_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_video.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_video_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_view.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_view_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vs.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vs2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vs2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vs_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode3_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test2_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test3.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test3_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_vscode_test_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_webpack.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_webpack_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_windows.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_windows_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_wit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_wit_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_www.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_www_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_yarn.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/file-icons/folder_type_yarn_opened.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/fonts/FiraCode-VariableFont.ttf +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/add.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/arrow-down.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/arrow-left.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/arrow-right.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/arrow-up.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/blank.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/book.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/case-sensitive.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/check.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chevron-down.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chevron-left.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chevron-right.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chevron-up.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chrome-close.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chrome-maximize.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chrome-minimize.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/chrome-restore.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/circle-filled.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/clear-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/close.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/cloud.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/collapse-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-alt-2.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-alt-small.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-alt.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-conditional-unverified.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-conditional.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-data-unverified.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-data.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-function-unverified.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-function.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-log-unverified.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-log.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-breakpoint-unsupported.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-console.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-continue-small.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-continue.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-coverage.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-disconnect.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-line-by-line.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-pause.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-rerun.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-restart-frame.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-restart.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-reverse-continue.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-stackframe-active.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-stackframe.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-start.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-step-back.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-step-into.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-step-out.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-step-over.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug-stop.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/debug.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/discard.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/edit.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/ellipsis.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/error.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/exclude.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/extensionDefaultIcon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/extensions.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/files.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/filter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/go-to-file.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon-close.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon-source-control.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon-sync.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/icon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/info.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/language-icon.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/link-external.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/list-flat.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/list-tree.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/new-file.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/new-folder.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/newline.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/open-preview.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/play.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/preserve-case.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/progress.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/pwa-icon-192.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/pwa-icon-512.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/record-keys.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/refresh.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/regex.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/remove.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/replace-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/replace.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/run-all.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/search.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/settings-gear.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/sort-precedence.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/source-control.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/split-horizontal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/squiggly-error.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/squiggly-warning.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-array.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-boolean.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-class.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-color.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-constant.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-enum-member.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-enum.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-event.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-field.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-file.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-interface.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-key.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-keyword.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-method.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-misc.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-namespace.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-numeric.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-operator.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-parameter.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-property.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-ruler.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-snippet.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-string.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-structure.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/symbol-variable.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/tag.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/terminal-bash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/terminal.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/theme-icon.png +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/trash.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/triangle-down.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/triangle-left.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/triangle-right.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/triangle-up.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/warning.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/whole-word.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/zoom-in.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/icons/zoom-out.svg +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/babel-parser.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/blob-util.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/ky.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/lvce-editor-import-script.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/lvce-editor-ipc.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/lvce-editor-json-rpc.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/lvce-editor-verror.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/p-min-delay.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/pretty-bytes.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/preview-injected.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/js/yoctodelay.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/lib-css/termterm.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/diff-worker/dist/diffWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/editor-worker/dist/editorWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/dist/embedsWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/embedsWorkerMain.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Command/Command.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Main/Main.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/extension-detail-view-worker/dist/extensionDetailViewWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/iframe-worker/dist/iframeWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/markdown-worker/dist/markdownWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/renderer-process/LICENSE +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/renderer-process/README.md +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/terminal-worker/dist/terminalWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/test-worker/dist/testWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/packages/title-bar-worker/dist/titleBarWorkerMain.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.cpp +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.css +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.csv +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.dart +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.env +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.ex +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.html +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.java +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.jl +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.js +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.kt +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.pl +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.py +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/index.ts +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/scrolling.txt +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/languages/tsconfig.json +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/sample-folder/a.txt +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/sample-folder/b.txt +0 -0
- /package/static/{b61a0dd → a66f6c1}/playground/sample-folder/c.txt +0 -0
|
@@ -82,6 +82,12 @@ const getType = value => {
|
|
|
82
82
|
return 'unknown';
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
|
+
const object = value => {
|
|
86
|
+
const type = getType(value);
|
|
87
|
+
if (type !== 'object') {
|
|
88
|
+
throw new AssertionError('expected value to be of type object');
|
|
89
|
+
}
|
|
90
|
+
};
|
|
85
91
|
const number = value => {
|
|
86
92
|
const type = getType(value);
|
|
87
93
|
if (type !== 'number') {
|
|
@@ -424,10 +430,10 @@ const create$4 = (method, params) => {
|
|
|
424
430
|
};
|
|
425
431
|
};
|
|
426
432
|
const callbacks = Object.create(null);
|
|
427
|
-
const set$
|
|
433
|
+
const set$2 = (id, fn) => {
|
|
428
434
|
callbacks[id] = fn;
|
|
429
435
|
};
|
|
430
|
-
const get = id => {
|
|
436
|
+
const get$2 = id => {
|
|
431
437
|
return callbacks[id];
|
|
432
438
|
};
|
|
433
439
|
const remove = id => {
|
|
@@ -443,7 +449,7 @@ const registerPromise = () => {
|
|
|
443
449
|
resolve,
|
|
444
450
|
promise
|
|
445
451
|
} = Promise.withResolvers();
|
|
446
|
-
set$
|
|
452
|
+
set$2(id, resolve);
|
|
447
453
|
return {
|
|
448
454
|
id,
|
|
449
455
|
promise
|
|
@@ -600,7 +606,7 @@ const warn = (...args) => {
|
|
|
600
606
|
console.warn(...args);
|
|
601
607
|
};
|
|
602
608
|
const resolve = (id, response) => {
|
|
603
|
-
const fn = get(id);
|
|
609
|
+
const fn = get$2(id);
|
|
604
610
|
if (!fn) {
|
|
605
611
|
console.log(response);
|
|
606
612
|
warn(`callback ${id} may already be disposed`);
|
|
@@ -639,7 +645,7 @@ const getErrorProperty = (error, prettyError) => {
|
|
|
639
645
|
}
|
|
640
646
|
};
|
|
641
647
|
};
|
|
642
|
-
const create$1 = (message, error) => {
|
|
648
|
+
const create$1$1 = (message, error) => {
|
|
643
649
|
return {
|
|
644
650
|
jsonrpc: Two,
|
|
645
651
|
id: message.id,
|
|
@@ -650,7 +656,7 @@ const getErrorResponse = (message, error, preparePrettyError, logError) => {
|
|
|
650
656
|
const prettyError = preparePrettyError(error);
|
|
651
657
|
logError(error, prettyError);
|
|
652
658
|
const errorProperty = getErrorProperty(error, prettyError);
|
|
653
|
-
return create$1(message, errorProperty);
|
|
659
|
+
return create$1$1(message, errorProperty);
|
|
654
660
|
};
|
|
655
661
|
const create$5 = (message, result) => {
|
|
656
662
|
return {
|
|
@@ -754,7 +760,7 @@ const send = (transport, method, ...params) => {
|
|
|
754
760
|
const message = create$4(method, params);
|
|
755
761
|
transport.send(message);
|
|
756
762
|
};
|
|
757
|
-
const invoke = (ipc, method, ...params) => {
|
|
763
|
+
const invoke$1 = (ipc, method, ...params) => {
|
|
758
764
|
return invokeHelper(ipc, method, params, false);
|
|
759
765
|
};
|
|
760
766
|
const invokeAndTransfer = (ipc, method, ...params) => {
|
|
@@ -787,7 +793,7 @@ const createRpc = ipc => {
|
|
|
787
793
|
send(ipc, method, ...params);
|
|
788
794
|
},
|
|
789
795
|
invoke(method, ...params) {
|
|
790
|
-
return invoke(ipc, method, ...params);
|
|
796
|
+
return invoke$1(ipc, method, ...params);
|
|
791
797
|
},
|
|
792
798
|
invokeAndTransfer(method, ...params) {
|
|
793
799
|
return invokeAndTransfer(ipc, method, ...params);
|
|
@@ -825,7 +831,7 @@ const listen$1 = async (module, options) => {
|
|
|
825
831
|
const ipc = module.wrap(rawIpc);
|
|
826
832
|
return ipc;
|
|
827
833
|
};
|
|
828
|
-
const create = async ({
|
|
834
|
+
const create$1 = async ({
|
|
829
835
|
commandMap
|
|
830
836
|
}) => {
|
|
831
837
|
// TODO create a commandMap per rpc instance
|
|
@@ -837,7 +843,7 @@ const create = async ({
|
|
|
837
843
|
};
|
|
838
844
|
const WebWorkerRpcClient = {
|
|
839
845
|
__proto__: null,
|
|
840
|
-
create
|
|
846
|
+
create: create$1
|
|
841
847
|
};
|
|
842
848
|
|
|
843
849
|
const handleError = (error, notify = true, prefix = '') => {
|
|
@@ -856,29 +862,34 @@ const i18nString = (key, placeholders = emptyObject) => {
|
|
|
856
862
|
return key.replaceAll(RE_PLACEHOLDER, replacer);
|
|
857
863
|
};
|
|
858
864
|
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
const
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
Extensions: 'Extensions'};
|
|
865
|
+
const NoExtensionsFound = 'No extensions found.';
|
|
866
|
+
const Filter$1 = 'Filter';
|
|
867
|
+
const Refresh$1 = 'Refresh';
|
|
868
|
+
const ClearExtensionSearchResults = 'Clear extension search results';
|
|
869
|
+
const SearchExtensionsInMarketplace = 'Search Extensions in Marketplace';
|
|
870
|
+
const ViewsAndMoreActions = 'Views and more Actions...';
|
|
871
|
+
const Extensions = 'Extensions';
|
|
872
|
+
|
|
868
873
|
const noExtensionsFound = () => {
|
|
869
|
-
return i18nString(
|
|
874
|
+
return i18nString(NoExtensionsFound);
|
|
870
875
|
};
|
|
871
876
|
const filter = () => {
|
|
872
|
-
return i18nString(
|
|
877
|
+
return i18nString(Filter$1);
|
|
878
|
+
};
|
|
879
|
+
const refresh = () => {
|
|
880
|
+
return i18nString(Refresh$1);
|
|
873
881
|
};
|
|
874
882
|
const extensions = () => {
|
|
875
|
-
return i18nString(
|
|
883
|
+
return i18nString(Extensions);
|
|
876
884
|
};
|
|
877
885
|
const clearExtensionSearchResults = () => {
|
|
878
|
-
return i18nString(
|
|
886
|
+
return i18nString(ClearExtensionSearchResults);
|
|
879
887
|
};
|
|
880
888
|
const searchExtensionsInMarketPlace = () => {
|
|
881
|
-
return i18nString(
|
|
889
|
+
return i18nString(SearchExtensionsInMarketplace);
|
|
890
|
+
};
|
|
891
|
+
const viewsAndMoreActions = () => {
|
|
892
|
+
return i18nString(ViewsAndMoreActions);
|
|
882
893
|
};
|
|
883
894
|
|
|
884
895
|
const getFinalDeltaY = (height, itemHeight, itemsLength) => {
|
|
@@ -887,7 +898,7 @@ const getFinalDeltaY = (height, itemHeight, itemsLength) => {
|
|
|
887
898
|
return finalDeltaY;
|
|
888
899
|
};
|
|
889
900
|
|
|
890
|
-
const getListHeight
|
|
901
|
+
const getListHeight = (itemsLength, itemHeight, maxHeight) => {
|
|
891
902
|
number(itemsLength);
|
|
892
903
|
number(itemHeight);
|
|
893
904
|
number(maxHeight);
|
|
@@ -905,36 +916,6 @@ const getNumberOfVisibleItems = (listHeight, itemHeight) => {
|
|
|
905
916
|
return Math.ceil(listHeight / itemHeight) + 1;
|
|
906
917
|
};
|
|
907
918
|
|
|
908
|
-
const Web = 1;
|
|
909
|
-
const Electron = 2;
|
|
910
|
-
const Remote = 3;
|
|
911
|
-
const Test = 4;
|
|
912
|
-
|
|
913
|
-
// TODO treeshake this function out
|
|
914
|
-
|
|
915
|
-
/**
|
|
916
|
-
* @returns {number}
|
|
917
|
-
*/
|
|
918
|
-
const getPlatform = () => {
|
|
919
|
-
// @ts-ignore
|
|
920
|
-
if (typeof PLATFORM !== 'undefined') {
|
|
921
|
-
// @ts-ignore
|
|
922
|
-
return PLATFORM;
|
|
923
|
-
}
|
|
924
|
-
if (typeof process !== 'undefined' && process.env.NODE_ENV === 'test') {
|
|
925
|
-
return Test;
|
|
926
|
-
}
|
|
927
|
-
// TODO find a better way to pass runtime environment
|
|
928
|
-
if (typeof name !== 'undefined' && name.endsWith('(Electron)')) {
|
|
929
|
-
return Electron;
|
|
930
|
-
}
|
|
931
|
-
if (typeof name !== 'undefined' && name.endsWith('(Web)')) {
|
|
932
|
-
return Web;
|
|
933
|
-
}
|
|
934
|
-
return Remote;
|
|
935
|
-
};
|
|
936
|
-
const platform = getPlatform();
|
|
937
|
-
|
|
938
919
|
const getScrollBarSize = (size, contentSize, minimumSliderSize) => {
|
|
939
920
|
if (size >= contentSize) {
|
|
940
921
|
return 0;
|
|
@@ -942,12 +923,6 @@ const getScrollBarSize = (size, contentSize, minimumSliderSize) => {
|
|
|
942
923
|
return Math.max(Math.round(size ** 2 / contentSize), minimumSliderSize);
|
|
943
924
|
};
|
|
944
925
|
|
|
945
|
-
const getScrollBarOffset = (delta, finalDelta, size, scrollBarSize) => {
|
|
946
|
-
const scrollBarOffset = delta / finalDelta * (size - scrollBarSize);
|
|
947
|
-
return scrollBarOffset;
|
|
948
|
-
};
|
|
949
|
-
const getScrollBarY = getScrollBarOffset;
|
|
950
|
-
|
|
951
926
|
const Installed = '@installed';
|
|
952
927
|
const Enabled = '@enabled';
|
|
953
928
|
const Disabled = '@disabled';
|
|
@@ -996,9 +971,11 @@ const parseValue = value => {
|
|
|
996
971
|
};
|
|
997
972
|
};
|
|
998
973
|
|
|
999
|
-
const
|
|
974
|
+
const Web = 1;
|
|
975
|
+
const Electron = 2;
|
|
976
|
+
const Remote = 3;
|
|
1000
977
|
|
|
1001
|
-
const getRemoteUrl = (extension, platform
|
|
978
|
+
const getRemoteUrl = (extension, platform, assetDir) => {
|
|
1002
979
|
if (platform === Remote || platform === Electron) {
|
|
1003
980
|
if (extension.builtin) {
|
|
1004
981
|
return `${assetDir}/extensions/${extension.id}/${extension.icon}`;
|
|
@@ -1008,9 +985,15 @@ const getRemoteUrl = (extension, platform$1) => {
|
|
|
1008
985
|
return '';
|
|
1009
986
|
};
|
|
1010
987
|
|
|
1011
|
-
const
|
|
1012
|
-
|
|
1013
|
-
|
|
988
|
+
const getExtensionDefaultIcon = assetDir => {
|
|
989
|
+
return `${assetDir}/icons/extensionDefaultIcon.png`;
|
|
990
|
+
};
|
|
991
|
+
const getExtensionLanguageBasicsIcon = assetDir => {
|
|
992
|
+
return `${assetDir}/icons/language-icon.svg`;
|
|
993
|
+
};
|
|
994
|
+
const getExtensionThemeIcon = assetDir => {
|
|
995
|
+
return `${assetDir}/icons/theme-icon.png`;
|
|
996
|
+
};
|
|
1014
997
|
|
|
1015
998
|
const isLanguageBasicsExtension = extension => {
|
|
1016
999
|
return extension.name && extension.name.startsWith('Language Basics');
|
|
@@ -1018,34 +1001,20 @@ const isLanguageBasicsExtension = extension => {
|
|
|
1018
1001
|
const isThemeExtension = extension => {
|
|
1019
1002
|
return extension.name && extension.name.endsWith(' Theme');
|
|
1020
1003
|
};
|
|
1021
|
-
const getIcon = (extension, platform) => {
|
|
1004
|
+
const getIcon = (extension, platform, assetDir) => {
|
|
1022
1005
|
if (!extension) {
|
|
1023
|
-
return
|
|
1006
|
+
return getExtensionDefaultIcon(assetDir);
|
|
1024
1007
|
}
|
|
1025
1008
|
if (!extension.path || !extension.icon) {
|
|
1026
1009
|
if (isLanguageBasicsExtension(extension)) {
|
|
1027
|
-
return
|
|
1010
|
+
return getExtensionLanguageBasicsIcon(assetDir);
|
|
1028
1011
|
}
|
|
1029
1012
|
if (isThemeExtension(extension)) {
|
|
1030
|
-
return
|
|
1013
|
+
return getExtensionThemeIcon(assetDir);
|
|
1031
1014
|
}
|
|
1032
|
-
return
|
|
1033
|
-
}
|
|
1034
|
-
return getRemoteUrl(extension);
|
|
1035
|
-
};
|
|
1036
|
-
const RE_PUBLISHER = /^[a-z\d-]+/;
|
|
1037
|
-
|
|
1038
|
-
// TODO handle case when extension is of type number|array|null|string
|
|
1039
|
-
const getPublisher = extension => {
|
|
1040
|
-
if (!extension || !extension.id) {
|
|
1041
|
-
return 'n/a';
|
|
1042
|
-
}
|
|
1043
|
-
// TODO handle case when id is not of type string -> should not crash application
|
|
1044
|
-
const match = extension.id.match(RE_PUBLISHER);
|
|
1045
|
-
if (!match) {
|
|
1046
|
-
return 'n/a';
|
|
1015
|
+
return getExtensionDefaultIcon(assetDir);
|
|
1047
1016
|
}
|
|
1048
|
-
return
|
|
1017
|
+
return getRemoteUrl(extension, platform, assetDir);
|
|
1049
1018
|
};
|
|
1050
1019
|
const getName = extension => {
|
|
1051
1020
|
if (extension && extension.name) {
|
|
@@ -1069,6 +1038,21 @@ const getId = extension => {
|
|
|
1069
1038
|
return extension.id;
|
|
1070
1039
|
};
|
|
1071
1040
|
|
|
1041
|
+
const RE_PUBLISHER = /^[a-z\d-]+/;
|
|
1042
|
+
|
|
1043
|
+
// TODO handle case when extension is of type number|array|null|string
|
|
1044
|
+
const getPublisher = extension => {
|
|
1045
|
+
if (!extension || !extension.id) {
|
|
1046
|
+
return 'n/a';
|
|
1047
|
+
}
|
|
1048
|
+
// TODO handle case when id is not of type string -> should not crash application
|
|
1049
|
+
const match = extension.id.match(RE_PUBLISHER);
|
|
1050
|
+
if (!match) {
|
|
1051
|
+
return 'n/a';
|
|
1052
|
+
}
|
|
1053
|
+
return match[0];
|
|
1054
|
+
};
|
|
1055
|
+
|
|
1072
1056
|
const matchesParsedValue = (extension, parsedValue) => {
|
|
1073
1057
|
if (extension && typeof extension.name === 'string') {
|
|
1074
1058
|
const extensionNameLower = extension.name.toLowerCase();
|
|
@@ -1084,6 +1068,12 @@ const matchesParsedValue = (extension, parsedValue) => {
|
|
|
1084
1068
|
const toSorted = (array, compare) => {
|
|
1085
1069
|
return [...array].sort(compare);
|
|
1086
1070
|
};
|
|
1071
|
+
const isLastIndex = (array, index) => {
|
|
1072
|
+
return index === array.length - 1;
|
|
1073
|
+
};
|
|
1074
|
+
const lastIndex = array => {
|
|
1075
|
+
return array.length - 1;
|
|
1076
|
+
};
|
|
1087
1077
|
|
|
1088
1078
|
const compareExtension = (extensionA, extensionB) => {
|
|
1089
1079
|
return extensionA.name.localeCompare(extensionB.name) || extensionA.id.localeCompare(extensionB.id);
|
|
@@ -1093,7 +1083,7 @@ const sortExtensions = extensions => {
|
|
|
1093
1083
|
return toSorted(extensions, compareExtension);
|
|
1094
1084
|
};
|
|
1095
1085
|
|
|
1096
|
-
const getExtensions = async (extensions, parsedValue, platform) => {
|
|
1086
|
+
const getExtensions = async (extensions, parsedValue, platform, assetDir) => {
|
|
1097
1087
|
const filteredExtensions = [];
|
|
1098
1088
|
for (const extension of extensions) {
|
|
1099
1089
|
if (matchesParsedValue(extension, parsedValue)) {
|
|
@@ -1101,7 +1091,7 @@ const getExtensions = async (extensions, parsedValue, platform) => {
|
|
|
1101
1091
|
name: getName(extension),
|
|
1102
1092
|
id: getId(extension),
|
|
1103
1093
|
publisher: getPublisher(extension),
|
|
1104
|
-
icon: getIcon(extension),
|
|
1094
|
+
icon: getIcon(extension, platform, assetDir),
|
|
1105
1095
|
description: getDescription(extension)
|
|
1106
1096
|
});
|
|
1107
1097
|
}
|
|
@@ -1110,10 +1100,10 @@ const getExtensions = async (extensions, parsedValue, platform) => {
|
|
|
1110
1100
|
return sortedExtensions;
|
|
1111
1101
|
};
|
|
1112
1102
|
|
|
1113
|
-
const searchExtensions = async (extensions, value, platform
|
|
1103
|
+
const searchExtensions = async (extensions, value, platform, assetDir) => {
|
|
1114
1104
|
try {
|
|
1115
1105
|
const parsedValue = parseValue(value);
|
|
1116
|
-
const filteredExtensions = await getExtensions(extensions, parsedValue, platform
|
|
1106
|
+
const filteredExtensions = await getExtensions(extensions, parsedValue, platform, assetDir);
|
|
1117
1107
|
return filteredExtensions;
|
|
1118
1108
|
} catch (error) {
|
|
1119
1109
|
throw new VError(error, 'Failed to search for extensions');
|
|
@@ -1128,11 +1118,12 @@ const handleInput = async (state, value) => {
|
|
|
1128
1118
|
itemHeight,
|
|
1129
1119
|
minimumSliderSize,
|
|
1130
1120
|
height,
|
|
1131
|
-
platform
|
|
1121
|
+
platform,
|
|
1122
|
+
assetDir
|
|
1132
1123
|
} = state;
|
|
1133
1124
|
// TODO cancel ongoing requests
|
|
1134
1125
|
// TODO handle errors
|
|
1135
|
-
const items = await searchExtensions(allExtensions, value, platform
|
|
1126
|
+
const items = await searchExtensions(allExtensions, value, platform, assetDir);
|
|
1136
1127
|
if (items.length === 0) {
|
|
1137
1128
|
return {
|
|
1138
1129
|
...state,
|
|
@@ -1148,8 +1139,7 @@ const handleInput = async (state, value) => {
|
|
|
1148
1139
|
placeholder: searchExtensionsInMarketPlace()
|
|
1149
1140
|
};
|
|
1150
1141
|
}
|
|
1151
|
-
|
|
1152
|
-
const listHeight = getListHeight$1(state);
|
|
1142
|
+
const listHeight = getListHeight(items.length, itemHeight, height);
|
|
1153
1143
|
const total = items.length;
|
|
1154
1144
|
const contentHeight = total * itemHeight;
|
|
1155
1145
|
const scrollBarHeight = getScrollBarSize(height, contentHeight, minimumSliderSize);
|
|
@@ -1186,6 +1176,248 @@ const clearSearchResults = state => {
|
|
|
1186
1176
|
return handleInput(state, '');
|
|
1187
1177
|
};
|
|
1188
1178
|
|
|
1179
|
+
const closeSuggest = state => {
|
|
1180
|
+
return state;
|
|
1181
|
+
};
|
|
1182
|
+
|
|
1183
|
+
const states = Object.create(null);
|
|
1184
|
+
const get$1 = uid => {
|
|
1185
|
+
return states[uid];
|
|
1186
|
+
};
|
|
1187
|
+
const set$1 = (uid, oldState, newState) => {
|
|
1188
|
+
states[uid] = {
|
|
1189
|
+
oldState,
|
|
1190
|
+
newState
|
|
1191
|
+
};
|
|
1192
|
+
};
|
|
1193
|
+
|
|
1194
|
+
const create = (id, uri, x, y, width, height, platform, assetDir) => {
|
|
1195
|
+
const state = {
|
|
1196
|
+
allExtensions: [],
|
|
1197
|
+
assetDir,
|
|
1198
|
+
deltaY: 0,
|
|
1199
|
+
finalDeltaY: 0,
|
|
1200
|
+
focusedIndex: 0,
|
|
1201
|
+
handleOffset: 0,
|
|
1202
|
+
headerHeight: 41,
|
|
1203
|
+
height,
|
|
1204
|
+
itemHeight: 72,
|
|
1205
|
+
items: [],
|
|
1206
|
+
maxLineY: 0,
|
|
1207
|
+
message: '',
|
|
1208
|
+
minimumSliderSize: 0,
|
|
1209
|
+
minLineY: 0,
|
|
1210
|
+
negativeMargin: 0,
|
|
1211
|
+
placeholder: '',
|
|
1212
|
+
platform,
|
|
1213
|
+
scrollBarActive: false,
|
|
1214
|
+
scrollBarHeight: 0,
|
|
1215
|
+
searchValue: '',
|
|
1216
|
+
size: 0,
|
|
1217
|
+
width,
|
|
1218
|
+
x,
|
|
1219
|
+
y,
|
|
1220
|
+
focused: false,
|
|
1221
|
+
inputSource: 0
|
|
1222
|
+
};
|
|
1223
|
+
set$1(id, state, state);
|
|
1224
|
+
};
|
|
1225
|
+
|
|
1226
|
+
const RenderHeader = 1;
|
|
1227
|
+
const RenderItems = 4;
|
|
1228
|
+
const RenderScrollBar = 5;
|
|
1229
|
+
const RenderMessage = 6;
|
|
1230
|
+
|
|
1231
|
+
const diffType$4 = RenderItems;
|
|
1232
|
+
const isEqual$5 = (oldState, newState) => {
|
|
1233
|
+
return true;
|
|
1234
|
+
};
|
|
1235
|
+
|
|
1236
|
+
const diffType$3 = RenderHeader;
|
|
1237
|
+
const isEqual$4 = (oldState, newState) => {
|
|
1238
|
+
return oldState.placeholder === newState.placeholder;
|
|
1239
|
+
};
|
|
1240
|
+
|
|
1241
|
+
const diffType$2 = RenderItems;
|
|
1242
|
+
const isEqual$3 = (oldState, newState) => {
|
|
1243
|
+
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.deltaY === newState.deltaY && oldState.focusedIndex === newState.focusedIndex;
|
|
1244
|
+
};
|
|
1245
|
+
|
|
1246
|
+
const diffType$1 = RenderMessage;
|
|
1247
|
+
const isEqual$2 = (oldState, newState) => {
|
|
1248
|
+
return oldState.message === newState.message;
|
|
1249
|
+
};
|
|
1250
|
+
|
|
1251
|
+
const diffType = RenderScrollBar;
|
|
1252
|
+
const isEqual$1 = (oldState, newState) => {
|
|
1253
|
+
return oldState.negativeMargin === newState.negativeMargin && oldState.deltaY === newState.deltaY && oldState.height === newState.height && oldState.finalDeltaY === newState.finalDeltaY && oldState.items.length === newState.items.length && oldState.scrollBarActive === newState.scrollBarActive;
|
|
1254
|
+
};
|
|
1255
|
+
|
|
1256
|
+
const modules = [isEqual$5, isEqual$1, isEqual$2, isEqual$4, isEqual$3];
|
|
1257
|
+
const numbers = [diffType$4, diffType, diffType$1, diffType$3, diffType$2];
|
|
1258
|
+
|
|
1259
|
+
const diff = (oldState, newState) => {
|
|
1260
|
+
const diffResult = [];
|
|
1261
|
+
for (let i = 0; i < modules.length; i++) {
|
|
1262
|
+
const fn = modules[i];
|
|
1263
|
+
if (!fn(oldState, newState)) {
|
|
1264
|
+
diffResult.push(numbers[i]);
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
return diffResult;
|
|
1268
|
+
};
|
|
1269
|
+
|
|
1270
|
+
const focusIndexScrollDown = (state, index, listHeight, itemHeight, itemsLength) => {
|
|
1271
|
+
const newMaxLineY = Math.min(index + 1, itemsLength);
|
|
1272
|
+
const fittingItems = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
1273
|
+
const newMinLineY = Math.max(newMaxLineY - fittingItems, 0);
|
|
1274
|
+
const newDeltaY = itemsLength < fittingItems ? 0 : newMinLineY * itemHeight - listHeight % itemHeight + itemHeight;
|
|
1275
|
+
return {
|
|
1276
|
+
...state,
|
|
1277
|
+
focusedIndex: index,
|
|
1278
|
+
minLineY: newMinLineY,
|
|
1279
|
+
maxLineY: newMaxLineY,
|
|
1280
|
+
focused: true,
|
|
1281
|
+
deltaY: newDeltaY
|
|
1282
|
+
};
|
|
1283
|
+
};
|
|
1284
|
+
|
|
1285
|
+
const focusIndexScrollUp = (state, index, listHeight, itemHeight, itemsLength) => {
|
|
1286
|
+
const newMinLineY = index;
|
|
1287
|
+
const fittingItems = getNumberOfVisibleItems(listHeight, itemHeight);
|
|
1288
|
+
const newMaxLineY = Math.min(newMinLineY + fittingItems, itemsLength);
|
|
1289
|
+
const newDeltaY = newMinLineY * itemHeight;
|
|
1290
|
+
return {
|
|
1291
|
+
...state,
|
|
1292
|
+
focusedIndex: index,
|
|
1293
|
+
minLineY: newMinLineY,
|
|
1294
|
+
maxLineY: newMaxLineY,
|
|
1295
|
+
focused: true,
|
|
1296
|
+
deltaY: newDeltaY
|
|
1297
|
+
};
|
|
1298
|
+
};
|
|
1299
|
+
|
|
1300
|
+
const focusIndex = (state, index) => {
|
|
1301
|
+
const {
|
|
1302
|
+
itemHeight,
|
|
1303
|
+
minLineY,
|
|
1304
|
+
maxLineY,
|
|
1305
|
+
headerHeight,
|
|
1306
|
+
height,
|
|
1307
|
+
items
|
|
1308
|
+
} = state;
|
|
1309
|
+
const itemsLength = items.length;
|
|
1310
|
+
if (itemsLength === 0) {
|
|
1311
|
+
return state;
|
|
1312
|
+
}
|
|
1313
|
+
number(itemHeight);
|
|
1314
|
+
if (index === -1) {
|
|
1315
|
+
return {
|
|
1316
|
+
...state,
|
|
1317
|
+
focusedIndex: -1,
|
|
1318
|
+
focused: true
|
|
1319
|
+
};
|
|
1320
|
+
}
|
|
1321
|
+
const listHeight = height - headerHeight;
|
|
1322
|
+
if (index < minLineY + 1) {
|
|
1323
|
+
return focusIndexScrollUp(state, index, listHeight, itemHeight, itemsLength);
|
|
1324
|
+
}
|
|
1325
|
+
if (index >= maxLineY - 1) {
|
|
1326
|
+
return focusIndexScrollDown(state, index, listHeight, itemHeight, itemsLength);
|
|
1327
|
+
}
|
|
1328
|
+
return {
|
|
1329
|
+
...state,
|
|
1330
|
+
focusedIndex: index,
|
|
1331
|
+
focused: true
|
|
1332
|
+
};
|
|
1333
|
+
};
|
|
1334
|
+
|
|
1335
|
+
const first = () => {
|
|
1336
|
+
return 0;
|
|
1337
|
+
};
|
|
1338
|
+
const last = items => {
|
|
1339
|
+
return items.length - 1;
|
|
1340
|
+
};
|
|
1341
|
+
const next = (items, index) => {
|
|
1342
|
+
return (index + 1) % items.length;
|
|
1343
|
+
};
|
|
1344
|
+
|
|
1345
|
+
const focusFirst = state => {
|
|
1346
|
+
const firstIndex = first();
|
|
1347
|
+
return focusIndex(state, firstIndex);
|
|
1348
|
+
};
|
|
1349
|
+
|
|
1350
|
+
const focusLast = state => {
|
|
1351
|
+
const {
|
|
1352
|
+
items
|
|
1353
|
+
} = state;
|
|
1354
|
+
const lastIndex = last(items);
|
|
1355
|
+
return focusIndex(state, lastIndex);
|
|
1356
|
+
};
|
|
1357
|
+
|
|
1358
|
+
const focusNext = state => {
|
|
1359
|
+
const {
|
|
1360
|
+
focusedIndex,
|
|
1361
|
+
items
|
|
1362
|
+
} = state;
|
|
1363
|
+
const nextIndex = next(items, focusedIndex);
|
|
1364
|
+
return focusIndex(state, nextIndex);
|
|
1365
|
+
};
|
|
1366
|
+
|
|
1367
|
+
const focusNextPage = state => {
|
|
1368
|
+
const {
|
|
1369
|
+
focusedIndex,
|
|
1370
|
+
items,
|
|
1371
|
+
maxLineY,
|
|
1372
|
+
minLineY
|
|
1373
|
+
} = state;
|
|
1374
|
+
if (isLastIndex(items, focusedIndex)) {
|
|
1375
|
+
return state;
|
|
1376
|
+
}
|
|
1377
|
+
const indexNextPage = Math.min(maxLineY + (maxLineY - minLineY) - 2, lastIndex(items));
|
|
1378
|
+
return focusIndex(state, indexNextPage);
|
|
1379
|
+
};
|
|
1380
|
+
|
|
1381
|
+
const focusPreviousPage = state => {
|
|
1382
|
+
const {
|
|
1383
|
+
focusedIndex,
|
|
1384
|
+
minLineY,
|
|
1385
|
+
maxLineY
|
|
1386
|
+
} = state;
|
|
1387
|
+
if (focusedIndex === 0 || focusedIndex === -1) {
|
|
1388
|
+
return state;
|
|
1389
|
+
}
|
|
1390
|
+
const indexPreviousPage = Math.max(minLineY - (maxLineY - minLineY) + 1, 0);
|
|
1391
|
+
return focusIndex(state, indexPreviousPage);
|
|
1392
|
+
};
|
|
1393
|
+
|
|
1394
|
+
const Button$2 = 1;
|
|
1395
|
+
|
|
1396
|
+
const ClearAll = 'ClearAll';
|
|
1397
|
+
const Filter = 'Filter';
|
|
1398
|
+
const Refresh = 'Refresh';
|
|
1399
|
+
const Ellipsis = 'Ellipsis';
|
|
1400
|
+
|
|
1401
|
+
const getActions = () => {
|
|
1402
|
+
return [{
|
|
1403
|
+
type: Button$2,
|
|
1404
|
+
id: refresh(),
|
|
1405
|
+
icon: Refresh,
|
|
1406
|
+
command: ''
|
|
1407
|
+
}, {
|
|
1408
|
+
type: Button$2,
|
|
1409
|
+
id: viewsAndMoreActions(),
|
|
1410
|
+
icon: Ellipsis,
|
|
1411
|
+
command: ''
|
|
1412
|
+
}];
|
|
1413
|
+
};
|
|
1414
|
+
|
|
1415
|
+
const commandIds = ['clearSearchResults', 'closeSuggest', 'focusFirst', 'focusLast', 'focusNext', 'focusNextPage', 'focusPrevious', 'focusPreviousPage', 'handleBlur', 'handleClick', 'handleContextMenu', 'handleDisable', 'handleFocus', 'handleInput', 'handleInstall', 'handleScrollBarCaptureLost', 'handleScrollBarClick', 'handleScrollBarMove', 'handleUninstall', 'handleWheel', 'openSuggest', 'render', 'saveState', 'scrollDown', 'selectIndex', 'setDeltaY', 'toggleSuggest'];
|
|
1416
|
+
|
|
1417
|
+
const getCommandIds = () => {
|
|
1418
|
+
return commandIds;
|
|
1419
|
+
};
|
|
1420
|
+
|
|
1189
1421
|
const Enter = 3;
|
|
1190
1422
|
const Space = 9;
|
|
1191
1423
|
const PageUp = 10;
|
|
@@ -1243,8 +1475,325 @@ const getKeyBindings = () => {
|
|
|
1243
1475
|
}];
|
|
1244
1476
|
};
|
|
1245
1477
|
|
|
1246
|
-
const
|
|
1478
|
+
const handleBlur = state => {
|
|
1479
|
+
return state;
|
|
1480
|
+
};
|
|
1481
|
+
|
|
1482
|
+
const RendererWorker = 1;
|
|
1483
|
+
|
|
1484
|
+
const rpcs = Object.create(null);
|
|
1485
|
+
const set = (id, rpc) => {
|
|
1486
|
+
rpcs[id] = rpc;
|
|
1487
|
+
};
|
|
1488
|
+
const get = id => {
|
|
1489
|
+
return rpcs[id];
|
|
1490
|
+
};
|
|
1491
|
+
|
|
1492
|
+
const invoke = (method, ...params) => {
|
|
1493
|
+
const rpc = get(RendererWorker);
|
|
1494
|
+
// @ts-ignore
|
|
1495
|
+
return rpc.invoke(method, ...params);
|
|
1496
|
+
};
|
|
1497
|
+
|
|
1498
|
+
const openUri = async uri => {
|
|
1499
|
+
return invoke('Main.openUri', uri);
|
|
1500
|
+
};
|
|
1501
|
+
|
|
1502
|
+
const handleClick = async (state, index) => {
|
|
1503
|
+
const {
|
|
1504
|
+
items,
|
|
1505
|
+
minLineY
|
|
1506
|
+
} = state;
|
|
1507
|
+
const actualIndex = index + minLineY;
|
|
1508
|
+
const extension = items[actualIndex];
|
|
1509
|
+
const uri = `extension-detail://${extension.id}`;
|
|
1510
|
+
await openUri(uri);
|
|
1511
|
+
return focusIndex(state, actualIndex);
|
|
1512
|
+
};
|
|
1513
|
+
|
|
1514
|
+
const getListIndex = (eventX, eventY, x, y, deltaY, itemHeight) => {
|
|
1515
|
+
const relativeY = eventY - y + deltaY;
|
|
1516
|
+
const index = Math.floor(relativeY / itemHeight);
|
|
1517
|
+
return index;
|
|
1518
|
+
};
|
|
1519
|
+
|
|
1520
|
+
const selectIndex = (state, index) => {
|
|
1521
|
+
return {
|
|
1522
|
+
...state,
|
|
1523
|
+
focusedIndex: index
|
|
1524
|
+
};
|
|
1525
|
+
};
|
|
1247
1526
|
|
|
1527
|
+
const handleClickAt = async (state, eventX, eventY) => {
|
|
1528
|
+
const {
|
|
1529
|
+
x,
|
|
1530
|
+
y,
|
|
1531
|
+
itemHeight,
|
|
1532
|
+
deltaY
|
|
1533
|
+
} = state;
|
|
1534
|
+
const index = getListIndex(eventX, eventY, x, y, deltaY, itemHeight);
|
|
1535
|
+
return selectIndex(state, index);
|
|
1536
|
+
};
|
|
1537
|
+
|
|
1538
|
+
const handleClickCurrent = state => {
|
|
1539
|
+
const {
|
|
1540
|
+
focusedIndex
|
|
1541
|
+
} = state;
|
|
1542
|
+
return handleClick(state, focusedIndex);
|
|
1543
|
+
};
|
|
1544
|
+
|
|
1545
|
+
const handleClickCurrentButKeepFocus = state => {
|
|
1546
|
+
const {
|
|
1547
|
+
focusedIndex
|
|
1548
|
+
} = state;
|
|
1549
|
+
return handleClick(state, focusedIndex);
|
|
1550
|
+
};
|
|
1551
|
+
|
|
1552
|
+
const show = async (x, y, id) => {
|
|
1553
|
+
number(x);
|
|
1554
|
+
number(y);
|
|
1555
|
+
number(id);
|
|
1556
|
+
// TODO
|
|
1557
|
+
};
|
|
1558
|
+
|
|
1559
|
+
const ManageExtension = 8;
|
|
1560
|
+
|
|
1561
|
+
const handleContextMenu = async (state, button, x, y) => {
|
|
1562
|
+
// TODO use focused index when when context menu button is -1 (keyboard)
|
|
1563
|
+
await show(x, y, ManageExtension);
|
|
1564
|
+
return state;
|
|
1565
|
+
};
|
|
1566
|
+
|
|
1567
|
+
const handleDisable = (state, id) => {
|
|
1568
|
+
return state;
|
|
1569
|
+
// TODO
|
|
1570
|
+
};
|
|
1571
|
+
|
|
1572
|
+
const handleEnable = (state, id) => {
|
|
1573
|
+
return state;
|
|
1574
|
+
};
|
|
1575
|
+
|
|
1576
|
+
const setFocus = async focusId => {
|
|
1577
|
+
await invoke('Focus.setFocus', focusId);
|
|
1578
|
+
};
|
|
1579
|
+
|
|
1580
|
+
const handleFocus = async state => {
|
|
1581
|
+
await setFocus(FocusExtensions);
|
|
1582
|
+
return state;
|
|
1583
|
+
};
|
|
1584
|
+
|
|
1585
|
+
// TODO show error / warning when installment fails / times out
|
|
1586
|
+
const handleInstall = async (state, id) => {
|
|
1587
|
+
return state;
|
|
1588
|
+
// TODO
|
|
1589
|
+
};
|
|
1590
|
+
|
|
1591
|
+
const handleScrollBarCaptureLost = state => {
|
|
1592
|
+
return {
|
|
1593
|
+
...state,
|
|
1594
|
+
scrollBarActive: false
|
|
1595
|
+
};
|
|
1596
|
+
};
|
|
1597
|
+
|
|
1598
|
+
const getNewDeltaPercent = (height, scrollBarHeight, relativeY) => {
|
|
1599
|
+
const halfScrollBarHeight = scrollBarHeight / 2;
|
|
1600
|
+
if (relativeY <= halfScrollBarHeight) {
|
|
1601
|
+
// clicked at top
|
|
1602
|
+
return {
|
|
1603
|
+
percent: 0,
|
|
1604
|
+
handleOffset: relativeY
|
|
1605
|
+
};
|
|
1606
|
+
}
|
|
1607
|
+
if (relativeY <= height - halfScrollBarHeight) {
|
|
1608
|
+
// clicked in middle
|
|
1609
|
+
return {
|
|
1610
|
+
percent: (relativeY - halfScrollBarHeight) / (height - scrollBarHeight),
|
|
1611
|
+
handleOffset: halfScrollBarHeight
|
|
1612
|
+
};
|
|
1613
|
+
}
|
|
1614
|
+
// clicked at bottom
|
|
1615
|
+
return {
|
|
1616
|
+
percent: 1,
|
|
1617
|
+
handleOffset: scrollBarHeight - height + relativeY
|
|
1618
|
+
};
|
|
1619
|
+
};
|
|
1620
|
+
|
|
1621
|
+
const getScrollBarOffset = (delta, finalDelta, size, scrollBarSize) => {
|
|
1622
|
+
const scrollBarOffset = delta / finalDelta * (size - scrollBarSize);
|
|
1623
|
+
return scrollBarOffset;
|
|
1624
|
+
};
|
|
1625
|
+
const getScrollBarY = getScrollBarOffset;
|
|
1626
|
+
|
|
1627
|
+
const clamp = (num, min, max) => {
|
|
1628
|
+
number(num);
|
|
1629
|
+
number(min);
|
|
1630
|
+
number(max);
|
|
1631
|
+
return Math.min(Math.max(num, min), max);
|
|
1632
|
+
};
|
|
1633
|
+
|
|
1634
|
+
const setDeltaY = (state, value) => {
|
|
1635
|
+
object(state);
|
|
1636
|
+
number(value);
|
|
1637
|
+
const {
|
|
1638
|
+
itemHeight,
|
|
1639
|
+
finalDeltaY,
|
|
1640
|
+
deltaY,
|
|
1641
|
+
height,
|
|
1642
|
+
headerHeight
|
|
1643
|
+
} = state;
|
|
1644
|
+
const listHeight = height - headerHeight;
|
|
1645
|
+
const newDeltaY = clamp(value, 0, finalDeltaY);
|
|
1646
|
+
if (deltaY === newDeltaY) {
|
|
1647
|
+
return state;
|
|
1648
|
+
}
|
|
1649
|
+
// TODO when it only moves by one px, extensions don't need to be rerendered, only negative margin
|
|
1650
|
+
const minLineY = Math.floor(newDeltaY / itemHeight);
|
|
1651
|
+
const maxLineY = minLineY + getNumberOfVisibleItems(listHeight, itemHeight);
|
|
1652
|
+
return {
|
|
1653
|
+
...state,
|
|
1654
|
+
deltaY: newDeltaY,
|
|
1655
|
+
minLineY,
|
|
1656
|
+
maxLineY
|
|
1657
|
+
};
|
|
1658
|
+
};
|
|
1659
|
+
|
|
1660
|
+
const handleScrollBarClick = (state, eventY) => {
|
|
1661
|
+
const {
|
|
1662
|
+
y,
|
|
1663
|
+
deltaY,
|
|
1664
|
+
headerHeight,
|
|
1665
|
+
finalDeltaY,
|
|
1666
|
+
scrollBarHeight,
|
|
1667
|
+
height
|
|
1668
|
+
} = state;
|
|
1669
|
+
const contentHeight = height - headerHeight;
|
|
1670
|
+
const relativeY = eventY - y - headerHeight;
|
|
1671
|
+
const currentScrollBarY = getScrollBarY(deltaY, finalDeltaY, contentHeight, scrollBarHeight);
|
|
1672
|
+
const diff = relativeY - currentScrollBarY;
|
|
1673
|
+
if (diff >= 0 && diff < scrollBarHeight) {
|
|
1674
|
+
return {
|
|
1675
|
+
...state,
|
|
1676
|
+
handleOffset: diff,
|
|
1677
|
+
scrollBarActive: true
|
|
1678
|
+
};
|
|
1679
|
+
}
|
|
1680
|
+
const {
|
|
1681
|
+
percent,
|
|
1682
|
+
handleOffset
|
|
1683
|
+
} = getNewDeltaPercent(contentHeight, scrollBarHeight, relativeY);
|
|
1684
|
+
const newDeltaY = percent * finalDeltaY;
|
|
1685
|
+
return {
|
|
1686
|
+
...setDeltaY(state, newDeltaY),
|
|
1687
|
+
handleOffset,
|
|
1688
|
+
scrollBarActive: true
|
|
1689
|
+
};
|
|
1690
|
+
};
|
|
1691
|
+
|
|
1692
|
+
const getNewPercent = (contentHeight, scrollBarHeight, relativeY) => {
|
|
1693
|
+
if (relativeY <= contentHeight - scrollBarHeight / 2) {
|
|
1694
|
+
// clicked in middle
|
|
1695
|
+
return relativeY / (contentHeight - scrollBarHeight);
|
|
1696
|
+
}
|
|
1697
|
+
// clicked at bottom
|
|
1698
|
+
return 1;
|
|
1699
|
+
};
|
|
1700
|
+
const handleScrollBarMove = (state, eventY) => {
|
|
1701
|
+
const {
|
|
1702
|
+
y,
|
|
1703
|
+
headerHeight,
|
|
1704
|
+
handleOffset,
|
|
1705
|
+
finalDeltaY,
|
|
1706
|
+
height,
|
|
1707
|
+
scrollBarHeight
|
|
1708
|
+
} = state;
|
|
1709
|
+
const relativeY = eventY - y - headerHeight - handleOffset;
|
|
1710
|
+
const contentHeight = height - headerHeight;
|
|
1711
|
+
const newPercent = getNewPercent(contentHeight, scrollBarHeight, relativeY);
|
|
1712
|
+
const newDeltaY = newPercent * finalDeltaY;
|
|
1713
|
+
return setDeltaY(state, newDeltaY);
|
|
1714
|
+
};
|
|
1715
|
+
|
|
1716
|
+
// TODO show error / warning when installment fails / times out
|
|
1717
|
+
const handleUninstall = async (state, id) => {
|
|
1718
|
+
return state;
|
|
1719
|
+
};
|
|
1720
|
+
|
|
1721
|
+
const handleWheel = (state, deltaMode, deltaY) => {
|
|
1722
|
+
number(deltaMode);
|
|
1723
|
+
number(deltaY);
|
|
1724
|
+
return setDeltaY(state, state.deltaY + deltaY);
|
|
1725
|
+
};
|
|
1726
|
+
|
|
1727
|
+
const getAllExtensions = async platform => {
|
|
1728
|
+
if (platform === Web) {
|
|
1729
|
+
return [];
|
|
1730
|
+
}
|
|
1731
|
+
return invoke('ExtensionManagement.getAllExtensions');
|
|
1732
|
+
};
|
|
1733
|
+
|
|
1734
|
+
const Small = 1;
|
|
1735
|
+
const Normal = 2;
|
|
1736
|
+
const Large = 3;
|
|
1737
|
+
|
|
1738
|
+
const getViewletSize = width => {
|
|
1739
|
+
if (width < 180) {
|
|
1740
|
+
return Small;
|
|
1741
|
+
}
|
|
1742
|
+
if (width < 768) {
|
|
1743
|
+
return Normal;
|
|
1744
|
+
}
|
|
1745
|
+
return Large;
|
|
1746
|
+
};
|
|
1747
|
+
|
|
1748
|
+
const User = 1;
|
|
1749
|
+
const Script = 2;
|
|
1750
|
+
|
|
1751
|
+
const getSavedValue = savedState => {
|
|
1752
|
+
if (savedState && typeof savedState === 'object' && 'searchValue' in savedState && typeof savedState.searchValue === 'string') {
|
|
1753
|
+
return savedState.searchValue;
|
|
1754
|
+
}
|
|
1755
|
+
return '';
|
|
1756
|
+
};
|
|
1757
|
+
|
|
1758
|
+
const restoreState = savedState => {
|
|
1759
|
+
const searchValue = getSavedValue(savedState);
|
|
1760
|
+
return {
|
|
1761
|
+
searchValue
|
|
1762
|
+
};
|
|
1763
|
+
};
|
|
1764
|
+
|
|
1765
|
+
const loadContent = async (uid, savedState) => {
|
|
1766
|
+
const {
|
|
1767
|
+
newState
|
|
1768
|
+
} = get$1(uid);
|
|
1769
|
+
const {
|
|
1770
|
+
width,
|
|
1771
|
+
platform
|
|
1772
|
+
} = newState;
|
|
1773
|
+
const {
|
|
1774
|
+
searchValue
|
|
1775
|
+
} = restoreState(savedState);
|
|
1776
|
+
// TODO just get local extensions on demand (not when query string is already different)
|
|
1777
|
+
const allExtensions = await getAllExtensions(platform);
|
|
1778
|
+
const size = getViewletSize(width);
|
|
1779
|
+
const updatedState = await handleInput({
|
|
1780
|
+
...newState,
|
|
1781
|
+
allExtensions,
|
|
1782
|
+
size,
|
|
1783
|
+
inputSource: Script
|
|
1784
|
+
}, searchValue);
|
|
1785
|
+
set$1(uid, newState, updatedState);
|
|
1786
|
+
};
|
|
1787
|
+
|
|
1788
|
+
const openSuggest = state => {
|
|
1789
|
+
return state;
|
|
1790
|
+
};
|
|
1791
|
+
|
|
1792
|
+
const isEqual = (oldState, newState) => {
|
|
1793
|
+
return newState.inputSource === User || oldState.searchValue === newState.searchValue;
|
|
1794
|
+
};
|
|
1795
|
+
|
|
1796
|
+
const Actions = 'Actions';
|
|
1248
1797
|
const ExtensionActions = 'ExtensionActions';
|
|
1249
1798
|
const ExtensionActive = 'ExtensionActive';
|
|
1250
1799
|
const ExtensionHeader = 'ExtensionHeader';
|
|
@@ -1253,8 +1802,10 @@ const ExtensionListItemAuthorName = 'ExtensionListItemAuthorName';
|
|
|
1253
1802
|
const ExtensionListItemDescription = 'ExtensionListItemDescription';
|
|
1254
1803
|
const ExtensionListItemDetail = 'ExtensionListItemDetail';
|
|
1255
1804
|
const ExtensionListItemFooter = 'ExtensionListItemFooter';
|
|
1805
|
+
const MaskIcon = 'MaskIcon';
|
|
1256
1806
|
const ExtensionListItemIcon = 'ExtensionListItemIcon';
|
|
1257
1807
|
const ExtensionListItemName = 'ExtensionListItemName';
|
|
1808
|
+
const IconButton = 'IconButton';
|
|
1258
1809
|
const ListItems = 'ListItems';
|
|
1259
1810
|
const MultilineInputBox = 'MultilineInputBox';
|
|
1260
1811
|
const ScrollBarThumb = 'ScrollBarThumb';
|
|
@@ -1267,11 +1818,12 @@ const CheckBox = 'checkbox';
|
|
|
1267
1818
|
const List = 'list';
|
|
1268
1819
|
const ListItem = 'listitem';
|
|
1269
1820
|
const None = 'none';
|
|
1821
|
+
const ToolBar = 'toolbar';
|
|
1270
1822
|
|
|
1271
|
-
const Div = 4;
|
|
1272
|
-
const
|
|
1273
|
-
const
|
|
1274
|
-
const
|
|
1823
|
+
const Div$1 = 4;
|
|
1824
|
+
const Img$1 = 17;
|
|
1825
|
+
const TextArea$1 = 62;
|
|
1826
|
+
const Button$1 = 1;
|
|
1275
1827
|
|
|
1276
1828
|
const getSearchFieldButtonVirtualDom = button => {
|
|
1277
1829
|
const {
|
|
@@ -1280,7 +1832,7 @@ const getSearchFieldButtonVirtualDom = button => {
|
|
|
1280
1832
|
title
|
|
1281
1833
|
} = button;
|
|
1282
1834
|
return [{
|
|
1283
|
-
type: Div,
|
|
1835
|
+
type: Div$1,
|
|
1284
1836
|
className: `SearchFieldButton ${checked ? 'SearchFieldButtonChecked' : ''}`,
|
|
1285
1837
|
title,
|
|
1286
1838
|
role: CheckBox,
|
|
@@ -1288,7 +1840,7 @@ const getSearchFieldButtonVirtualDom = button => {
|
|
|
1288
1840
|
tabIndex: 0,
|
|
1289
1841
|
childCount: 1
|
|
1290
1842
|
}, {
|
|
1291
|
-
type: Div,
|
|
1843
|
+
type: Div$1,
|
|
1292
1844
|
className: `MaskIcon ${icon}`,
|
|
1293
1845
|
childCount: 0
|
|
1294
1846
|
}];
|
|
@@ -1296,12 +1848,12 @@ const getSearchFieldButtonVirtualDom = button => {
|
|
|
1296
1848
|
|
|
1297
1849
|
const getSearchFieldVirtualDom = (name, placeholder, onInput, insideButtons, outsideButtons, onFocus = '') => {
|
|
1298
1850
|
const dom = [{
|
|
1299
|
-
type: Div,
|
|
1851
|
+
type: Div$1,
|
|
1300
1852
|
className: SearchField,
|
|
1301
1853
|
role: None,
|
|
1302
1854
|
childCount: 2
|
|
1303
1855
|
}, {
|
|
1304
|
-
type: TextArea,
|
|
1856
|
+
type: TextArea$1,
|
|
1305
1857
|
className: MultilineInputBox,
|
|
1306
1858
|
spellcheck: false,
|
|
1307
1859
|
autocapitalize: 'off',
|
|
@@ -1312,13 +1864,13 @@ const getSearchFieldVirtualDom = (name, placeholder, onInput, insideButtons, out
|
|
|
1312
1864
|
onFocus,
|
|
1313
1865
|
childCount: 0
|
|
1314
1866
|
}, {
|
|
1315
|
-
type: Div,
|
|
1867
|
+
type: Div$1,
|
|
1316
1868
|
className: SearchFieldButtons,
|
|
1317
1869
|
childCount: insideButtons.length
|
|
1318
1870
|
}, ...insideButtons.flatMap(getSearchFieldButtonVirtualDom)];
|
|
1319
1871
|
if (outsideButtons.length > 0) {
|
|
1320
1872
|
dom.unshift({
|
|
1321
|
-
type: Div,
|
|
1873
|
+
type: Div$1,
|
|
1322
1874
|
className: SearchFieldContainer,
|
|
1323
1875
|
role: None,
|
|
1324
1876
|
childCount: 1 + outsideButtons.length
|
|
@@ -1330,12 +1882,27 @@ const getSearchFieldVirtualDom = (name, placeholder, onInput, insideButtons, out
|
|
|
1330
1882
|
|
|
1331
1883
|
const getExtensionHeaderVirtualDom = (placeholder, actions) => {
|
|
1332
1884
|
return [{
|
|
1333
|
-
type: Div,
|
|
1885
|
+
type: Div$1,
|
|
1334
1886
|
className: ExtensionHeader,
|
|
1335
1887
|
childCount: 1
|
|
1336
1888
|
}, ...getSearchFieldVirtualDom('extensions', placeholder, 'handleExtensionsInput', actions, [])];
|
|
1337
1889
|
};
|
|
1338
1890
|
|
|
1891
|
+
const renderHeader$1 = newState => {
|
|
1892
|
+
const actions = [{
|
|
1893
|
+
type: Button$2,
|
|
1894
|
+
title: clearExtensionSearchResults(),
|
|
1895
|
+
icon: `MaskIcon${ClearAll}`,
|
|
1896
|
+
command: 'Extensions.clearSearchResults'
|
|
1897
|
+
}, {
|
|
1898
|
+
type: Button$2,
|
|
1899
|
+
title: filter(),
|
|
1900
|
+
icon: `MaskIcon${Filter}`
|
|
1901
|
+
}];
|
|
1902
|
+
const dom = getExtensionHeaderVirtualDom(newState.placeholder, actions);
|
|
1903
|
+
return ['setHeaderDom', dom];
|
|
1904
|
+
};
|
|
1905
|
+
|
|
1339
1906
|
const HandleContextMenu = 'handleContextMenu';
|
|
1340
1907
|
const HandlePointerDown = 'handlePointerDown';
|
|
1341
1908
|
const HandleTouchStart = 'handleTouchStart';
|
|
@@ -1343,7 +1910,134 @@ const HandleWheel = 'handleWheel';
|
|
|
1343
1910
|
|
|
1344
1911
|
const Extension = 'Extension';
|
|
1345
1912
|
|
|
1346
|
-
|
|
1913
|
+
var __defProp = Object.defineProperty;
|
|
1914
|
+
var __export = (target, all) => {
|
|
1915
|
+
for (var name in all) __defProp(target, name, {
|
|
1916
|
+
get: all[name],
|
|
1917
|
+
enumerable: true
|
|
1918
|
+
});
|
|
1919
|
+
};
|
|
1920
|
+
|
|
1921
|
+
// src/parts/MergeClassNames/MergeClassNames.ts
|
|
1922
|
+
var mergeClassNames = (...classNames) => {
|
|
1923
|
+
return classNames.filter(Boolean).join(" ");
|
|
1924
|
+
};
|
|
1925
|
+
|
|
1926
|
+
// src/parts/VirtualDomElements/VirtualDomElements.ts
|
|
1927
|
+
var VirtualDomElements_exports = {};
|
|
1928
|
+
__export(VirtualDomElements_exports, {
|
|
1929
|
+
A: () => A,
|
|
1930
|
+
Abbr: () => Abbr,
|
|
1931
|
+
Article: () => Article,
|
|
1932
|
+
Aside: () => Aside,
|
|
1933
|
+
Audio: () => Audio,
|
|
1934
|
+
Br: () => Br,
|
|
1935
|
+
Button: () => Button,
|
|
1936
|
+
Cite: () => Cite,
|
|
1937
|
+
Col: () => Col,
|
|
1938
|
+
ColGroup: () => ColGroup,
|
|
1939
|
+
Data: () => Data,
|
|
1940
|
+
Dd: () => Dd,
|
|
1941
|
+
Del: () => Del,
|
|
1942
|
+
Div: () => Div,
|
|
1943
|
+
Dl: () => Dl,
|
|
1944
|
+
Figcaption: () => Figcaption,
|
|
1945
|
+
Figure: () => Figure,
|
|
1946
|
+
Footer: () => Footer,
|
|
1947
|
+
H1: () => H1,
|
|
1948
|
+
H2: () => H2,
|
|
1949
|
+
H3: () => H3,
|
|
1950
|
+
H4: () => H4,
|
|
1951
|
+
H5: () => H5,
|
|
1952
|
+
H6: () => H6,
|
|
1953
|
+
Header: () => Header,
|
|
1954
|
+
Hr: () => Hr,
|
|
1955
|
+
I: () => I,
|
|
1956
|
+
Img: () => Img,
|
|
1957
|
+
Input: () => Input,
|
|
1958
|
+
Ins: () => Ins,
|
|
1959
|
+
Kbd: () => Kbd,
|
|
1960
|
+
Li: () => Li,
|
|
1961
|
+
Nav: () => Nav,
|
|
1962
|
+
Ol: () => Ol,
|
|
1963
|
+
Option: () => Option,
|
|
1964
|
+
P: () => P,
|
|
1965
|
+
Pre: () => Pre,
|
|
1966
|
+
Root: () => Root,
|
|
1967
|
+
Search: () => Search,
|
|
1968
|
+
Section: () => Section,
|
|
1969
|
+
Select: () => Select,
|
|
1970
|
+
Span: () => Span,
|
|
1971
|
+
TBody: () => TBody,
|
|
1972
|
+
THead: () => THead,
|
|
1973
|
+
Table: () => Table,
|
|
1974
|
+
Td: () => Td,
|
|
1975
|
+
Text: () => Text,
|
|
1976
|
+
TextArea: () => TextArea,
|
|
1977
|
+
Tfoot: () => Tfoot,
|
|
1978
|
+
Th: () => Th,
|
|
1979
|
+
Time: () => Time,
|
|
1980
|
+
Tr: () => Tr,
|
|
1981
|
+
Ul: () => Ul,
|
|
1982
|
+
Video: () => Video
|
|
1983
|
+
});
|
|
1984
|
+
var Audio = 0;
|
|
1985
|
+
var Button = 1;
|
|
1986
|
+
var Col = 2;
|
|
1987
|
+
var ColGroup = 3;
|
|
1988
|
+
var Div = 4;
|
|
1989
|
+
var H1 = 5;
|
|
1990
|
+
var Input = 6;
|
|
1991
|
+
var Kbd = 7;
|
|
1992
|
+
var Span = 8;
|
|
1993
|
+
var Table = 9;
|
|
1994
|
+
var TBody = 10;
|
|
1995
|
+
var Td = 11;
|
|
1996
|
+
var Text = 12;
|
|
1997
|
+
var Th = 13;
|
|
1998
|
+
var THead = 14;
|
|
1999
|
+
var Tr = 15;
|
|
2000
|
+
var I = 16;
|
|
2001
|
+
var Img = 17;
|
|
2002
|
+
var Root = 0;
|
|
2003
|
+
var Ins = 20;
|
|
2004
|
+
var Del = 21;
|
|
2005
|
+
var H2 = 22;
|
|
2006
|
+
var H3 = 23;
|
|
2007
|
+
var H4 = 24;
|
|
2008
|
+
var H5 = 25;
|
|
2009
|
+
var H6 = 26;
|
|
2010
|
+
var Article = 27;
|
|
2011
|
+
var Aside = 28;
|
|
2012
|
+
var Footer = 29;
|
|
2013
|
+
var Header = 30;
|
|
2014
|
+
var Nav = 40;
|
|
2015
|
+
var Section = 41;
|
|
2016
|
+
var Search = 42;
|
|
2017
|
+
var Dd = 43;
|
|
2018
|
+
var Dl = 44;
|
|
2019
|
+
var Figcaption = 45;
|
|
2020
|
+
var Figure = 46;
|
|
2021
|
+
var Hr = 47;
|
|
2022
|
+
var Li = 48;
|
|
2023
|
+
var Ol = 49;
|
|
2024
|
+
var P = 50;
|
|
2025
|
+
var Pre = 51;
|
|
2026
|
+
var A = 53;
|
|
2027
|
+
var Abbr = 54;
|
|
2028
|
+
var Br = 55;
|
|
2029
|
+
var Cite = 56;
|
|
2030
|
+
var Data = 57;
|
|
2031
|
+
var Time = 58;
|
|
2032
|
+
var Tfoot = 59;
|
|
2033
|
+
var Ul = 60;
|
|
2034
|
+
var Video = 61;
|
|
2035
|
+
var TextArea = 62;
|
|
2036
|
+
var Select = 63;
|
|
2037
|
+
var Option = 64;
|
|
2038
|
+
|
|
2039
|
+
// src/parts/Text/Text.ts
|
|
2040
|
+
var text = data => {
|
|
1347
2041
|
return {
|
|
1348
2042
|
type: Text,
|
|
1349
2043
|
text: data,
|
|
@@ -1352,27 +2046,27 @@ const text = data => {
|
|
|
1352
2046
|
};
|
|
1353
2047
|
|
|
1354
2048
|
const listItemDetail = {
|
|
1355
|
-
type: Div,
|
|
2049
|
+
type: Div$1,
|
|
1356
2050
|
className: ExtensionListItemDetail,
|
|
1357
2051
|
childCount: 3
|
|
1358
2052
|
};
|
|
1359
2053
|
const listItemName = {
|
|
1360
|
-
type: Div,
|
|
2054
|
+
type: Div$1,
|
|
1361
2055
|
className: ExtensionListItemName,
|
|
1362
2056
|
childCount: 1
|
|
1363
2057
|
};
|
|
1364
2058
|
const listItemDescription = {
|
|
1365
|
-
type: Div,
|
|
2059
|
+
type: Div$1,
|
|
1366
2060
|
className: ExtensionListItemDescription,
|
|
1367
2061
|
childCount: 1
|
|
1368
2062
|
};
|
|
1369
2063
|
const listItemFooter = {
|
|
1370
|
-
type: Div,
|
|
2064
|
+
type: Div$1,
|
|
1371
2065
|
className: ExtensionListItemFooter,
|
|
1372
2066
|
childCount: 2
|
|
1373
2067
|
};
|
|
1374
2068
|
const listItemAuthorName = {
|
|
1375
|
-
type: Div,
|
|
2069
|
+
type: Div$1,
|
|
1376
2070
|
className: ExtensionListItemAuthorName,
|
|
1377
2071
|
childCount: 1
|
|
1378
2072
|
};
|
|
@@ -1388,7 +2082,7 @@ const getExtensionListItemVirtualDom = extension => {
|
|
|
1388
2082
|
focused
|
|
1389
2083
|
} = extension;
|
|
1390
2084
|
const dom = [{
|
|
1391
|
-
type: Div,
|
|
2085
|
+
type: Div$1,
|
|
1392
2086
|
role: ListItem,
|
|
1393
2087
|
ariaRoleDescription: Extension,
|
|
1394
2088
|
className: ExtensionListItem,
|
|
@@ -1397,13 +2091,13 @@ const getExtensionListItemVirtualDom = extension => {
|
|
|
1397
2091
|
top,
|
|
1398
2092
|
childCount: 2
|
|
1399
2093
|
}, {
|
|
1400
|
-
type: Img,
|
|
2094
|
+
type: Img$1,
|
|
1401
2095
|
src: icon,
|
|
1402
2096
|
className: ExtensionListItemIcon,
|
|
1403
2097
|
role: None,
|
|
1404
2098
|
childCount: 0
|
|
1405
2099
|
}, listItemDetail, listItemName, text(name), listItemDescription, text(description), listItemFooter, listItemAuthorName, text(publisher), {
|
|
1406
|
-
type: Div,
|
|
2100
|
+
type: Div$1,
|
|
1407
2101
|
className: ExtensionActions,
|
|
1408
2102
|
childCount: 0
|
|
1409
2103
|
}];
|
|
@@ -1416,7 +2110,7 @@ const getExtensionListItemVirtualDom = extension => {
|
|
|
1416
2110
|
|
|
1417
2111
|
const getExtensionsListVirtualDom = visibleExtensions => {
|
|
1418
2112
|
const dom = [{
|
|
1419
|
-
type: Div,
|
|
2113
|
+
type: Div$1,
|
|
1420
2114
|
className: ListItems,
|
|
1421
2115
|
tabIndex: 0,
|
|
1422
2116
|
ariaLabel: extensions(),
|
|
@@ -1445,6 +2139,7 @@ const getVisibleItem = (item, setSize, itemHeight, minLineY, relative, i, focuse
|
|
|
1445
2139
|
focused: i === focusedIndex
|
|
1446
2140
|
};
|
|
1447
2141
|
};
|
|
2142
|
+
|
|
1448
2143
|
const getVisible = state => {
|
|
1449
2144
|
const {
|
|
1450
2145
|
minLineY,
|
|
@@ -1464,8 +2159,20 @@ const getVisible = state => {
|
|
|
1464
2159
|
return visible;
|
|
1465
2160
|
};
|
|
1466
2161
|
|
|
1467
|
-
const
|
|
1468
|
-
|
|
2162
|
+
const renderItems = newState => {
|
|
2163
|
+
// TODO render extensions incrementally when scrolling
|
|
2164
|
+
const visibleExtensions = getVisible(newState);
|
|
2165
|
+
const dom = getExtensionsVirtualDom(visibleExtensions);
|
|
2166
|
+
return ['setExtensionsDom', dom];
|
|
2167
|
+
};
|
|
2168
|
+
|
|
2169
|
+
const SetMessage = 'setMessage';
|
|
2170
|
+
const SetScrollBar = 'setScrollBar';
|
|
2171
|
+
const SetSearchValue = 'setSearchValue';
|
|
2172
|
+
|
|
2173
|
+
const renderMessage$1 = newState => {
|
|
2174
|
+
return [/* method */SetMessage, /* message */newState.message];
|
|
2175
|
+
};
|
|
1469
2176
|
|
|
1470
2177
|
const px = value => {
|
|
1471
2178
|
return `${value}px`;
|
|
@@ -1474,85 +2181,53 @@ const position = (x, y) => {
|
|
|
1474
2181
|
return `${x}px ${y}px`;
|
|
1475
2182
|
};
|
|
1476
2183
|
|
|
1477
|
-
const
|
|
1478
|
-
const
|
|
1479
|
-
const
|
|
1480
|
-
|
|
1481
|
-
const
|
|
1482
|
-
const
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
2184
|
+
const renderScrollBar$1 = newState => {
|
|
2185
|
+
const listHeight = getListHeight(newState.items.length, newState.itemHeight, newState.height);
|
|
2186
|
+
const total = newState.items.length;
|
|
2187
|
+
const contentHeight = total * newState.itemHeight;
|
|
2188
|
+
const scrollBarHeight = getScrollBarSize(listHeight, contentHeight, newState.minimumSliderSize);
|
|
2189
|
+
const scrollBarY = getScrollBarY(newState.deltaY, newState.finalDeltaY, newState.height - newState.headerHeight, scrollBarHeight);
|
|
2190
|
+
const roundedScrollBarY = Math.round(scrollBarY);
|
|
2191
|
+
const heightString = px(scrollBarHeight);
|
|
2192
|
+
const translateString = position(0, roundedScrollBarY);
|
|
2193
|
+
let className = ScrollBarThumb;
|
|
2194
|
+
if (newState.scrollBarActive) {
|
|
2195
|
+
className += ' ' + ScrollBarThumbActive;
|
|
2196
|
+
}
|
|
2197
|
+
return [/* method */SetScrollBar, translateString, heightString, className];
|
|
1487
2198
|
};
|
|
2199
|
+
|
|
1488
2200
|
const renderExtensions = {
|
|
1489
|
-
isEqual
|
|
1490
|
-
return oldState.items === newState.items && oldState.minLineY === newState.minLineY && oldState.maxLineY === newState.maxLineY && oldState.deltaY === newState.deltaY && oldState.focusedIndex === newState.focusedIndex;
|
|
1491
|
-
},
|
|
2201
|
+
isEqual: isEqual$3,
|
|
1492
2202
|
apply(oldState, newState) {
|
|
1493
|
-
|
|
1494
|
-
const visibleExtensions = getVisible(newState);
|
|
1495
|
-
const dom = getExtensionsVirtualDom(visibleExtensions);
|
|
1496
|
-
return ['setExtensionsDom', dom];
|
|
2203
|
+
return renderItems(newState);
|
|
1497
2204
|
}
|
|
1498
2205
|
};
|
|
1499
2206
|
const renderScrollBar = {
|
|
1500
|
-
isEqual
|
|
1501
|
-
return oldState.negativeMargin === newState.negativeMargin && oldState.deltaY === newState.deltaY && oldState.height === newState.height && oldState.finalDeltaY === newState.finalDeltaY && oldState.items.length === newState.items.length && oldState.scrollBarActive === newState.scrollBarActive;
|
|
1502
|
-
},
|
|
2207
|
+
isEqual: isEqual$1,
|
|
1503
2208
|
apply(oldState, newState) {
|
|
1504
|
-
|
|
1505
|
-
const listHeight = getListHeight(newState);
|
|
1506
|
-
const total = newState.items.length;
|
|
1507
|
-
const contentHeight = total * newState.itemHeight;
|
|
1508
|
-
const scrollBarHeight = getScrollBarSize(listHeight, contentHeight, newState.minimumSliderSize);
|
|
1509
|
-
const scrollBarY = getScrollBarY(newState.deltaY, newState.finalDeltaY, newState.height - newState.headerHeight, scrollBarHeight);
|
|
1510
|
-
const roundedScrollBarY = Math.round(scrollBarY);
|
|
1511
|
-
const heightString = px(scrollBarHeight);
|
|
1512
|
-
const translateString = position(0, roundedScrollBarY);
|
|
1513
|
-
let className = ScrollBarThumb;
|
|
1514
|
-
if (newState.scrollBarActive) {
|
|
1515
|
-
className += ' ' + ScrollBarThumbActive;
|
|
1516
|
-
}
|
|
1517
|
-
return [/* method */SetScrollBar, translateString, heightString, className];
|
|
2209
|
+
return renderScrollBar$1(newState);
|
|
1518
2210
|
}
|
|
1519
2211
|
};
|
|
1520
2212
|
const renderMessage = {
|
|
1521
|
-
isEqual
|
|
1522
|
-
return oldState.message === newState.message;
|
|
1523
|
-
},
|
|
2213
|
+
isEqual: isEqual$2,
|
|
1524
2214
|
apply(oldState, newState) {
|
|
1525
|
-
return
|
|
2215
|
+
return renderMessage$1(newState);
|
|
1526
2216
|
}
|
|
1527
2217
|
};
|
|
1528
2218
|
const renderSearchValue = {
|
|
1529
|
-
isEqual
|
|
1530
|
-
return oldState.searchValue === newState.searchValue;
|
|
1531
|
-
},
|
|
2219
|
+
isEqual: isEqual,
|
|
1532
2220
|
apply(oldState, newState) {
|
|
1533
2221
|
return [/* method */SetSearchValue, oldState.searchValue, newState.searchValue];
|
|
1534
2222
|
}
|
|
1535
2223
|
};
|
|
1536
2224
|
const renderHeader = {
|
|
1537
|
-
isEqual
|
|
1538
|
-
return oldState.placeholder === newState.placeholder;
|
|
1539
|
-
},
|
|
2225
|
+
isEqual: isEqual$4,
|
|
1540
2226
|
apply(oldState, newState) {
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
command: 'Extensions.clearSearchResults'
|
|
1546
|
-
}, {
|
|
1547
|
-
type: Button,
|
|
1548
|
-
title: filter(),
|
|
1549
|
-
icon: `MaskIcon${Filter}`
|
|
1550
|
-
}];
|
|
1551
|
-
const dom = getExtensionHeaderVirtualDom(newState.placeholder, actions);
|
|
1552
|
-
return ['setHeaderDom', dom];
|
|
1553
|
-
}
|
|
1554
|
-
};
|
|
1555
|
-
const render = [renderScrollBar, renderMessage, renderExtensions, renderSearchValue, renderHeader];
|
|
2227
|
+
return renderHeader$1(newState);
|
|
2228
|
+
}
|
|
2229
|
+
};
|
|
2230
|
+
const render = [renderScrollBar, renderMessage, renderExtensions, renderHeader, renderSearchValue];
|
|
1556
2231
|
const doRender = (oldState, newState) => {
|
|
1557
2232
|
const commands = [];
|
|
1558
2233
|
for (const item of render) {
|
|
@@ -1563,18 +2238,164 @@ const doRender = (oldState, newState) => {
|
|
|
1563
2238
|
return commands;
|
|
1564
2239
|
};
|
|
1565
2240
|
|
|
1566
|
-
const
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
2241
|
+
const render2 = uid => {
|
|
2242
|
+
const {
|
|
2243
|
+
oldState,
|
|
2244
|
+
newState
|
|
2245
|
+
} = get$1(uid);
|
|
2246
|
+
return doRender(oldState, newState);
|
|
1571
2247
|
};
|
|
1572
2248
|
|
|
1573
|
-
const
|
|
2249
|
+
const getIconVirtualDom = (icon, type = Div$1) => {
|
|
2250
|
+
return {
|
|
2251
|
+
type,
|
|
2252
|
+
className: mergeClassNames(MaskIcon, `MaskIcon${icon}`),
|
|
2253
|
+
role: None,
|
|
2254
|
+
childCount: 0
|
|
2255
|
+
};
|
|
2256
|
+
};
|
|
1574
2257
|
|
|
1575
|
-
const
|
|
1576
|
-
const
|
|
1577
|
-
|
|
2258
|
+
const getActionButtonVirtualDom = action => {
|
|
2259
|
+
const {
|
|
2260
|
+
id,
|
|
2261
|
+
icon,
|
|
2262
|
+
command
|
|
2263
|
+
} = action;
|
|
2264
|
+
return [{
|
|
2265
|
+
type: Button$1,
|
|
2266
|
+
className: IconButton,
|
|
2267
|
+
title: id,
|
|
2268
|
+
'data-command': command,
|
|
2269
|
+
childCount: 1
|
|
2270
|
+
}, getIconVirtualDom(icon)];
|
|
2271
|
+
};
|
|
2272
|
+
|
|
2273
|
+
const getActionVirtualDom = action => {
|
|
2274
|
+
switch (action.type) {
|
|
2275
|
+
case Button$2:
|
|
2276
|
+
return getActionButtonVirtualDom(action);
|
|
2277
|
+
default:
|
|
2278
|
+
return [];
|
|
2279
|
+
}
|
|
2280
|
+
};
|
|
2281
|
+
|
|
2282
|
+
const getActionsVirtualDom = actions => {
|
|
2283
|
+
return [{
|
|
2284
|
+
type: Div$1,
|
|
2285
|
+
className: Actions,
|
|
2286
|
+
role: ToolBar,
|
|
2287
|
+
childCount: actions.length
|
|
2288
|
+
}, ...actions.flatMap(getActionVirtualDom)];
|
|
2289
|
+
};
|
|
2290
|
+
|
|
2291
|
+
const renderActions = uid => {
|
|
2292
|
+
const {
|
|
2293
|
+
oldState,
|
|
2294
|
+
newState
|
|
2295
|
+
} = get$1(uid);
|
|
2296
|
+
if (oldState === newState) {
|
|
2297
|
+
return [];
|
|
2298
|
+
}
|
|
2299
|
+
const actions = [];
|
|
2300
|
+
const dom = getActionsVirtualDom(actions);
|
|
2301
|
+
return dom;
|
|
2302
|
+
};
|
|
2303
|
+
|
|
2304
|
+
const renderEventListeners = () => {
|
|
2305
|
+
return [{
|
|
2306
|
+
name: HandleContextMenu,
|
|
2307
|
+
params: ['handleContextMenu', 'event.button', 'event.clientX', 'event.clientY'],
|
|
2308
|
+
preventDefault: true
|
|
2309
|
+
}, {
|
|
2310
|
+
name: HandleWheel,
|
|
2311
|
+
params: ['handleWheel', 'event.deltaMode', 'event.deltaY'],
|
|
2312
|
+
passive: true
|
|
2313
|
+
}];
|
|
2314
|
+
};
|
|
2315
|
+
|
|
2316
|
+
const saveState = uid => {
|
|
2317
|
+
const {
|
|
2318
|
+
newState
|
|
2319
|
+
} = get$1(uid);
|
|
2320
|
+
const {
|
|
2321
|
+
searchValue
|
|
2322
|
+
} = newState;
|
|
2323
|
+
return {
|
|
2324
|
+
searchValue
|
|
2325
|
+
};
|
|
2326
|
+
};
|
|
2327
|
+
|
|
2328
|
+
const scrollDown = state => {
|
|
2329
|
+
const {
|
|
2330
|
+
finalDeltaY,
|
|
2331
|
+
deltaY
|
|
2332
|
+
} = state;
|
|
2333
|
+
const newDeltaY = Math.min(deltaY + 20, finalDeltaY);
|
|
2334
|
+
return setDeltaY(state, newDeltaY);
|
|
2335
|
+
};
|
|
2336
|
+
|
|
2337
|
+
const terminate = () => {
|
|
2338
|
+
globalThis.close();
|
|
2339
|
+
};
|
|
2340
|
+
|
|
2341
|
+
const toggleSuggest = state => {
|
|
2342
|
+
return state;
|
|
2343
|
+
};
|
|
2344
|
+
|
|
2345
|
+
const wrapCommand = fn => {
|
|
2346
|
+
const wrapped = async (uid, ...args) => {
|
|
2347
|
+
const {
|
|
2348
|
+
newState
|
|
2349
|
+
} = get$1(uid);
|
|
2350
|
+
const newerState = await fn(newState, ...args);
|
|
2351
|
+
set$1(uid, newState, newerState);
|
|
2352
|
+
};
|
|
2353
|
+
return wrapped;
|
|
2354
|
+
};
|
|
2355
|
+
|
|
2356
|
+
const commandMap = {
|
|
2357
|
+
'SearchExtensions.clearSearchResults': wrapCommand(clearSearchResults),
|
|
2358
|
+
'SearchExtensions.closeSuggest': wrapCommand(closeSuggest),
|
|
2359
|
+
'SearchExtensions.create': create,
|
|
2360
|
+
'SearchExtensions.diff': diff,
|
|
2361
|
+
'SearchExtensions.focusFirst': wrapCommand(focusFirst),
|
|
2362
|
+
'SearchExtensions.terminate': terminate,
|
|
2363
|
+
'SearchExtensions.focusIndex': wrapCommand(focusIndex),
|
|
2364
|
+
'SearchExtensions.focusLast': wrapCommand(focusLast),
|
|
2365
|
+
'SearchExtensions.focusNext': wrapCommand(focusNext),
|
|
2366
|
+
'SearchExtensions.focusNextPage': wrapCommand(focusNextPage),
|
|
2367
|
+
'SearchExtensions.focusPreviousPage': wrapCommand(focusPreviousPage),
|
|
2368
|
+
'SearchExtensions.getActions': getActions,
|
|
2369
|
+
'SearchExtensions.getCommandIds': getCommandIds,
|
|
2370
|
+
'SearchExtensions.getKeyBindings': getKeyBindings,
|
|
2371
|
+
'SearchExtensions.handleBlur': wrapCommand(handleBlur),
|
|
2372
|
+
'SearchExtensions.handleClick': wrapCommand(handleClick),
|
|
2373
|
+
'SearchExtensions.handleClickAt': wrapCommand(handleClickAt),
|
|
2374
|
+
'SearchExtensions.handleClickCurrent': wrapCommand(handleClickCurrent),
|
|
2375
|
+
'SearchExtensions.handleClickCurrentButKeepFocus': wrapCommand(handleClickCurrentButKeepFocus),
|
|
2376
|
+
'SearchExtensions.handleContextMenu': wrapCommand(handleContextMenu),
|
|
2377
|
+
'SearchExtensions.handleDisable': wrapCommand(handleDisable),
|
|
2378
|
+
'SearchExtensions.handleEnable': wrapCommand(handleEnable),
|
|
2379
|
+
'SearchExtensions.handleFocus': wrapCommand(handleFocus),
|
|
2380
|
+
'SearchExtensions.handleInput': wrapCommand(handleInput),
|
|
2381
|
+
'SearchExtensions.handleInstall': wrapCommand(handleInstall),
|
|
2382
|
+
'SearchExtensions.handleScrollBarCaptureLost': wrapCommand(handleScrollBarCaptureLost),
|
|
2383
|
+
'SearchExtensions.handleScrollBarClick': wrapCommand(handleScrollBarClick),
|
|
2384
|
+
'SearchExtensions.handleScrollBarMove': wrapCommand(handleScrollBarMove),
|
|
2385
|
+
'SearchExtensions.handleUninstall': wrapCommand(handleUninstall),
|
|
2386
|
+
'SearchExtensions.handleWheel': wrapCommand(handleWheel),
|
|
2387
|
+
'SearchExtensions.loadContent': loadContent,
|
|
2388
|
+
'SearchExtensions.openSuggest': wrapCommand(openSuggest),
|
|
2389
|
+
'SearchExtensions.render': doRender,
|
|
2390
|
+
'SearchExtensions.render2': render2,
|
|
2391
|
+
'SearchExtensions.renderActions': renderActions,
|
|
2392
|
+
'SearchExtensions.renderEventListeners': renderEventListeners,
|
|
2393
|
+
'SearchExtensions.saveState': saveState,
|
|
2394
|
+
'SearchExtensions.scrollDown': wrapCommand(scrollDown),
|
|
2395
|
+
'SearchExtensions.searchExtensions': searchExtensions,
|
|
2396
|
+
'SearchExtensions.selectIndex': wrapCommand(selectIndex),
|
|
2397
|
+
'SearchExtensions.setDeltaY': wrapCommand(setDeltaY),
|
|
2398
|
+
'SearchExtensions.toggleSuggest': wrapCommand(toggleSuggest)
|
|
1578
2399
|
};
|
|
1579
2400
|
|
|
1580
2401
|
const listen = async () => {
|