@lvce-editor/server 0.39.0 → 0.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ThirdPartyNotices.txt +2 -2
- package/package.json +3 -2
- package/src/server.js +105 -429
- package/static/95c7ea1/config/colorTheme.json +0 -98
- package/static/95c7ea1/config/defaultSettings.json +0 -58
- package/static/95c7ea1/config/fileMap.json +0 -16
- package/static/95c7ea1/config/webExtensions.json +0 -1
- package/static/95c7ea1/css/App.css +0 -2881
- package/static/95c7ea1/css/parts/Animation.css +0 -9
- package/static/95c7ea1/css/parts/DebugButtons.css +0 -22
- package/static/95c7ea1/css/parts/DebugValue.css +0 -24
- package/static/95c7ea1/css/parts/E2eTest.css +0 -48
- package/static/95c7ea1/css/parts/E2eTests.css +0 -30
- package/static/95c7ea1/css/parts/EditorHover.css +0 -6
- package/static/95c7ea1/css/parts/EditorMessage.css +0 -23
- package/static/95c7ea1/css/parts/ImagePreview.css +0 -33
- package/static/95c7ea1/css/parts/InlineDiffEditor.css +0 -27
- package/static/95c7ea1/css/parts/Key.css +0 -12
- package/static/95c7ea1/css/parts/KeyBindingsHeader.css +0 -36
- package/static/95c7ea1/css/parts/KeyBindingsTable.css +0 -51
- package/static/95c7ea1/css/parts/Markdown.css +0 -701
- package/static/95c7ea1/css/parts/Progress.css +0 -5
- package/static/95c7ea1/css/parts/SearchToggleButton.css +0 -16
- package/static/95c7ea1/css/parts/Select.css +0 -11
- package/static/95c7ea1/css/parts/ViewletAbout.css +0 -9
- package/static/95c7ea1/css/parts/ViewletBrowserViewOverview.css +0 -4
- package/static/95c7ea1/css/parts/ViewletDebugConsole.css +0 -16
- package/static/95c7ea1/css/parts/ViewletDefineKeyBinding.css +0 -21
- package/static/95c7ea1/css/parts/ViewletDialog.css +0 -150
- package/static/95c7ea1/css/parts/ViewletDiffEditor.css +0 -31
- package/static/95c7ea1/css/parts/ViewletEditorWidgetError.css +0 -9
- package/static/95c7ea1/css/parts/ViewletExtensionDetail.css +0 -79
- package/static/95c7ea1/css/parts/ViewletExtensions.css +0 -185
- package/static/95c7ea1/css/parts/ViewletKeyBindings.css +0 -34
- package/static/95c7ea1/css/parts/ViewletMedia.css +0 -23
- package/static/95c7ea1/css/parts/ViewletOutput.css +0 -17
- package/static/95c7ea1/css/parts/ViewletPanel.css +0 -23
- package/static/95c7ea1/css/parts/ViewletPanelTabs.css +0 -35
- package/static/95c7ea1/css/parts/ViewletPdf.css +0 -49
- package/static/95c7ea1/css/parts/ViewletProblems.css +0 -95
- package/static/95c7ea1/css/parts/ViewletReferences.css +0 -22
- package/static/95c7ea1/css/parts/ViewletRunAndDebug.css +0 -87
- package/static/95c7ea1/css/parts/ViewletScreenCapture.css +0 -3
- package/static/95c7ea1/css/parts/ViewletSearch.css +0 -34
- package/static/95c7ea1/css/parts/ViewletSimpleBrowser.css +0 -21
- package/static/95c7ea1/css/parts/ViewletSourceControl.css +0 -67
- package/static/95c7ea1/css/parts/ViewletStorage.css +0 -21
- package/static/95c7ea1/css/parts/ViewletTerminal.css +0 -10
- package/static/95c7ea1/css/parts/ViewletTerminalTabs.css +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-bat/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-bat/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-bat/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-bat/src/tokenizeBat.js +0 -33
- package/static/95c7ea1/extensions/builtin.language-basics-c/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-c/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-c/src/tokenizeC.js +0 -211
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-coffeescript/src/tokenizeCoffeeScript.js +0 -257
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/extension.json +0 -32
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-cpp/src/tokenizeCpp.js +0 -321
- package/static/95c7ea1/extensions/builtin.language-basics-cson/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-cson/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-cson/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-cson/src/tokenizeCson.js +0 -207
- package/static/95c7ea1/extensions/builtin.language-basics-css/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-css/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-css/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-css/src/tokenizeCss.js +0 -691
- package/static/95c7ea1/extensions/builtin.language-basics-dart/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dart/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-dart/src/tokenizeDart.js +0 -139
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-desktop/src/tokenizeDesktop.js +0 -166
- package/static/95c7ea1/extensions/builtin.language-basics-docker/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-docker/extension.json +0 -24
- package/static/95c7ea1/extensions/builtin.language-basics-docker/src/tokenizeDockerfile.js +0 -131
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/extension.json +0 -26
- package/static/95c7ea1/extensions/builtin.language-basics-dotenv/src/tokenizeDotenv.js +0 -341
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-editorconfig/src/tokenizeEditorConfig.js +0 -173
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elixir/src/tokenizeElixir.js +0 -180
- package/static/95c7ea1/extensions/builtin.language-basics-elm/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-elm/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-elm/src/tokenizeElm.js +0 -301
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gitattributes/src/tokenizeGitAttributes.js +0 -159
- package/static/95c7ea1/extensions/builtin.language-basics-gn/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-gn/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-gn/src/tokenizeGn.js +0 -178
- package/static/95c7ea1/extensions/builtin.language-basics-go/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-go/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-go/src/tokenizeGo.js +0 -295
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-graphql/src/tokenizeGraphql.js +0 -452
- package/static/95c7ea1/extensions/builtin.language-basics-html/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-html/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-html/languageConfiguration.json +0 -66
- package/static/95c7ea1/extensions/builtin.language-basics-html/src/tokenizeHtml.js +0 -557
- package/static/95c7ea1/extensions/builtin.language-basics-java/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-java/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-java/languageConfiguration.json +0 -31
- package/static/95c7ea1/extensions/builtin.language-basics-java/src/tokenizeJava.js +0 -284
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/languageConfiguration.json +0 -40
- package/static/95c7ea1/extensions/builtin.language-basics-javascript/src/tokenizeJavaScript.js +0 -619
- package/static/95c7ea1/extensions/builtin.language-basics-json/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-json/extension.json +0 -60
- package/static/95c7ea1/extensions/builtin.language-basics-json/src/tokenizeJson.js +0 -362
- package/static/95c7ea1/extensions/builtin.language-basics-json5/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-json5/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-json5/src/tokenizeJson5.js +0 -346
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-jsx/src/tokenizeJsx.js +0 -661
- package/static/95c7ea1/extensions/builtin.language-basics-julia/README.md +0 -18
- package/static/95c7ea1/extensions/builtin.language-basics-julia/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-julia/src/tokenizeJulia.js +0 -181
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-kotlin/src/tokenizeKotlin.js +0 -274
- package/static/95c7ea1/extensions/builtin.language-basics-less/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-less/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-less/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-less/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-less/src/tokenizeLess.js +0 -612
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-markdown/src/tokenizeMarkdown.js +0 -471
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-mdx/src/tokenizeMdx.js +0 -395
- package/static/95c7ea1/extensions/builtin.language-basics-nix/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-nix/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-nix/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-nix/src/tokenizeNix.js +0 -224
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-nvmrc/src/tokenizeNvmrc.js +0 -30
- package/static/95c7ea1/extensions/builtin.language-basics-perl/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-perl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-perl/src/tokenizePerl.js +0 -200
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-plaintext/src/tokenizePlaintext.js +0 -28
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-powershell/src/tokenizePowershell.js +0 -141
- package/static/95c7ea1/extensions/builtin.language-basics-python/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-python/extension.json +0 -15
- package/static/95c7ea1/extensions/builtin.language-basics-python/languageConfiguration.json +0 -5
- package/static/95c7ea1/extensions/builtin.language-basics-python/src/tokenizePython.js +0 -326
- package/static/95c7ea1/extensions/builtin.language-basics-r/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-r/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-r/src/tokenizeR.js +0 -71
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/extension.json +0 -48
- package/static/95c7ea1/extensions/builtin.language-basics-ruby/src/tokenizeRuby.js +0 -248
- package/static/95c7ea1/extensions/builtin.language-basics-rust/LICENSE +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-rust/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-rust/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-rust/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-rust/src/tokenizeRust.js +0 -205
- package/static/95c7ea1/extensions/builtin.language-basics-scss/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-scss/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.language-basics-scss/languageConfiguration.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-scss/src/tokenizeScss.js +0 -683
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/extension.json +0 -56
- package/static/95c7ea1/extensions/builtin.language-basics-shellscript/src/tokenizeShellScript.js +0 -572
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-svelte/src/tokenizeSvelte.js +0 -428
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-terraform/src/tokenizeTerraform.js +0 -243
- package/static/95c7ea1/extensions/builtin.language-basics-toml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/extension.json +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-toml/src/tokenizeToml.js +0 -299
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/extension.json +0 -17
- package/static/95c7ea1/extensions/builtin.language-basics-typescript/src/tokenizeTypeScript.js +0 -1683
- package/static/95c7ea1/extensions/builtin.language-basics-vue/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-vue/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-vue/src/tokenizeVue.js +0 -481
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/README.md +0 -16
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/languageConfiguration.json +0 -21
- package/static/95c7ea1/extensions/builtin.language-basics-wgsl/src/tokenizeWgsl.js +0 -226
- package/static/95c7ea1/extensions/builtin.language-basics-xml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-xml/extension.json +0 -85
- package/static/95c7ea1/extensions/builtin.language-basics-xml/src/tokenizeXml.js +0 -328
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/README.md +0 -14
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.language-basics-yaml/src/tokenizeYaml.js +0 -405
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/color-theme.json +0 -235
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-atom-one-dark/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-ayu/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-ayu/color-theme.json +0 -234
- package/static/95c7ea1/extensions/builtin.theme-ayu/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/color-theme.json +0 -208
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-cobalt2/images/logo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/color-theme.json +0 -217
- package/static/95c7ea1/extensions/builtin.theme-gruvbox/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/color-theme.json +0 -86
- package/static/95c7ea1/extensions/builtin.theme-high-contrast/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-material/README.md +0 -9
- package/static/95c7ea1/extensions/builtin.theme-material/color-theme.json +0 -183
- package/static/95c7ea1/extensions/builtin.theme-material/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-monokai/README.md +0 -10
- package/static/95c7ea1/extensions/builtin.theme-monokai/color-theme.json +0 -151
- package/static/95c7ea1/extensions/builtin.theme-monokai/extension.json +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/color-theme.json +0 -211
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-noctis-uva/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-palenight/README.md +0 -11
- package/static/95c7ea1/extensions/builtin.theme-palenight/color-theme.json +0 -209
- package/static/95c7ea1/extensions/builtin.theme-palenight/extension.json +0 -12
- package/static/95c7ea1/extensions/builtin.theme-palenight/images/demo.png +0 -0
- package/static/95c7ea1/extensions/builtin.theme-slime/README.md +0 -5
- package/static/95c7ea1/extensions/builtin.theme-slime/color-theme.json +0 -298
- package/static/95c7ea1/extensions/builtin.theme-slime/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.theme-slime/icon.png +0 -0
- package/static/95c7ea1/extensions/builtin.vscode-icons/README.md +0 -20
- package/static/95c7ea1/extensions/builtin.vscode-icons/extension.json +0 -13
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon-theme.json +0 -4151
- package/static/95c7ea1/extensions/builtin.vscode-icons/icon.png +0 -0
- package/static/95c7ea1/file-icons/default_file.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder.svg +0 -1
- package/static/95c7ea1/file-icons/default_root_folder_opened.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_access2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_advpl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affectscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitydesigner.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinityphoto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_affinitypublisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ai2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_al_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_allcontributors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_angular.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ansible.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_antlr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_anyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_api_extractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apib2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_applescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appsemble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_appveyor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_arduino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asciidoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_asp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aspx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_assembly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_atom.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autohotkey.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_autoit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_avro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_awk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ballerina.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bats.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazaar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bazel_version.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_befunge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bicep.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_biome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bitbucketpipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bithound.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blade.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_blitzbasic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bolt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bosque.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bower2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_browserslist.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bruno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buckbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_buf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bun.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundlemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bundler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_bunfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_c_al.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_caddy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cakephp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_capacitor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cargo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_casc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cert.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ceylon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfc2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cfm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_chef_cookbook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_class.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojure.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_clojurescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cobol.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codecov.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codekit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_codeql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coderabbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coffeescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitizen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_commitlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_compass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_conda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_confluence.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_coveralls.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cpp3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cppheader.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crowdin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csscomb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_csslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cssmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cucumber.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cuda.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cvs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_cython.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_darcs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_generated.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dartlang_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_delphi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_denoify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dependencies.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_diff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_django.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dockertest2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_docz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doppler.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dotjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_doxygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drawio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_drools.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dtd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dustjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dvc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_dylan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_earthly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_edge2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_editorconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ejs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elastic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elixir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_elm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_emacs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ember.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ensime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eps.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_erlang2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esbuild.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_eslint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excalidraw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_excel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_falcon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fantasticon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fauna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fbx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebase.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_firestore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fitbit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flareact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_floobits.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_flutter_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_formkit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fortran.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossa.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fossil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_freemarker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsharp2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fthtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_funding.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_fusebox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_galen2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gamemaker81.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gatsby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcloud.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gdscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_genstat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_git2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gitpod.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleam.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gleamconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glide.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glitter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_glyphs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnu.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gnuplot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_aqua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_black.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_fuchsia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_gopher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_lightblue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_white.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_work.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_go_yellow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_goctl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_godot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gpg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gradle2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphql_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_graphviz.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_greenkeeper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gridsome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_groovy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_handlebars2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_harbour.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hardhat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haskell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxecheckstyle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_haxedevelop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_helm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hlsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_homeassistant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_horusec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_host.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlhint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_htmlvalidate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_http.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hunspell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hygen.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_hypr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_icl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idris.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrisbin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_idrispkg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_image.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_imba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_inc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_infopath.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_informix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ink.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_innosetup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_iodine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ionic.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_janet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jasmine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_java.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jbuilder.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jekyll.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jenkins.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jest_snapshot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jinja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_js_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsbeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jscpd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jshint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsonnet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jsp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_juice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_julia2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_jupyter.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_k.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_karma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_key.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kitchenci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kivy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_knip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kos.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kotlin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_kusto.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_latino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_layout.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liara.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_base.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_calc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_draw.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_impress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_math.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_libreoffice_writer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_license.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_licensebat.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_actionscript2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ada.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_apl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astro.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_astroconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_babel2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cabal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cloudfoundry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codacy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeclimate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_codeowners.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_config.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_crystal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_cypress_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_db.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_deno.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_dhall.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_docpad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_drone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eas-metadata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_eleventy2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_esphome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_firebasehosting.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_fla.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_font.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gamemaker2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hashicorp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_hjson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_ini.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_io.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsmap.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json5.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_json_schema.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_jsonld.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_kite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_lerna.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_light_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lighthouse.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lilypond.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lintstagedrc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_liquid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lisp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_livescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lnk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lolcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_luau.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_lync.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mailing.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_makefile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_bak.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_manifest_skip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_map.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdown.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markdownlint_ignore.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_marko.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_markojs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_master-co.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_matlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maxscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_maya.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx-components.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mdx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mercurial.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mermaid.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mivascript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mocha.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_modernizr.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mojolicious.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_moleculer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mondoo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mongo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_monotone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_motif.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mson.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mustache.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mvtjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ndst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nearly.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_adapter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_decorator_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_filter_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_gateway_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_middleware_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nest_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nestjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_netlify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nextflow.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_css.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_html.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_less.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_controller_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_directive_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_guard_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_interceptor_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_module_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_pipe_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_routing_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_service_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_dart.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_js2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_smart_component_ts2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ng_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nimble.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ninja.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_njsproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_noc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_node2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nodemon.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_npm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri-integrity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nsri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_numpy.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nunjucks.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_nyc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objectivecpp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_objidconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ocaml_intf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ogone.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_onenote.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openHAB.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_opencl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_openscad.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_org.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_outlook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ovpn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pandacss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_patch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_happenings.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pddl_plan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdf2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pdm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_peeky.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_perl6.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pgsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_photoshop2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_php3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpcsfixer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpstan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phpunit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_phraseapp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pipeline.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plantuml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_playwright.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_body.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_header.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_plsql_package_spec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pnpm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poedit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_poetry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_polymer.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postcssconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_postman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powerpoint2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_format.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psd2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_psm2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_powershell_types.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_preact.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_precommit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prettier.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_processinglang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_procfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_progress.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prolog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_prometheus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protobuf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_protractor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publiccode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_publisher.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pug.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pulumi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_puppet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_purescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyenv.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyret.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyscript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pythowo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pytyped.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_pyup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_q.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qbs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qlikview.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qmldir.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_qsharp.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_quasar.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_r.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ra_syntax_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_racket.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raku.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_raml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_razzle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reacttemplate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reactts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_reason.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_red.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_registry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rego.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rehype.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_remark.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_renovate.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_replit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_retext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rexx.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_riot.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rmd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rnc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robotframework.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_robots.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rollup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rome.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ron.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rspec.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rubocop.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ruby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_rust_toolchain.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_s-lang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_safetensors.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sails.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_saltstack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_san.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sapphire_framework_cli.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sas.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sbt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scilab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_scss2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sdlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_search_result.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sentry.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sequelize.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_serverless.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shaderlab.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shellcheck.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_shuttle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_silverstripe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sino.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_siyuan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sketch.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_skipper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slashup.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slice.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_slint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sln2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_smarty.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snakemake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snapcraft.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snort.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_snyk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidarity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_solidity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_source.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spacengine.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sparql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqf.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sql.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sqlite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_squirrel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stata.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stencil.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storyboard.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_storybook.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stryker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylable.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_styled.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylelint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylish_haskell.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_stylus.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_sublime.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_subversion.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svelteconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_svgo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swagger.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swift.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_swig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_symfony.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemd.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_systemverilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_t4tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tailwind.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tamagui.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_taskfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tcl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_teal.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_templ.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tera.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_terraform.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testcafe.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testjs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testplane.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_testts.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_text.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_textile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tfs.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tiltfile.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tmux.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_todo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_toml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tox.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tree.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tres.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_truffle.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsbuildinfo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tscn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tsconfig_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tslint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_ttcn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_tuc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_twig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typedoc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescript_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typescriptdef_official.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_typo3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_uiua.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unibeautify.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unison.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unlicense.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_unocss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vala.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vanilla_extract.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vapor.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vash.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vb.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vba.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbhtml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vbproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vcxproj.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_velocity.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vento.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_verilog.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vhdl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vim.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vite.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vitest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vlang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_volt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode-insiders.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsix.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vsixmanifest.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vue.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vueconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_vyper.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wallaby.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wally.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wasm.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_watchmanconfig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wdio.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wenyan.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wercker.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wgsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wikitext.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_windi.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wolfram.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_word2.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wpml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wurst.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxss.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_wxt.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xcode.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xfl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xib.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xliff.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xmake.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xo.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xorg.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xquery.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_xsl.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yacc.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yaml.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yamllint.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yandex.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yang.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_yeoman.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zeit.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zig.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip.svg +0 -1
- package/static/95c7ea1/file-icons/file_type_zip2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_android_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_api_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_app_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_arangodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_asset_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_audio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aurelia_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_aws_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azure_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_azurepipelines_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_binary_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bloc_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_blueprint_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_bower_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_buildkite_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_certificate_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_changesets_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_chef_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_circleci_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cli_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_client_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cmake_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_common_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_component_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_composer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_config_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_controller_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_coverage_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_css_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cubit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dapr_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_datadog_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_db_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_debian_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dependabot_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_devcontainer_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_dist_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docker_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_docs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_e2e_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_elasticbeanstalk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_favicon_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_flow_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_frontcommerce_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gcp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_git_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_github_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gitlab_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_graphql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_grunt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_gulp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_haxelib_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_helper_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_hook_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_husky_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_idea_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_images_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_include_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_interfaces_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ios_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_js_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_official_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_json_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_kubernetes_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_less_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_library_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_cypress_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_electron_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_expo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_fonts_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_gradle_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_light_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_linux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_locale_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_log_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_macos_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mariadb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_maven_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mediawiki_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_memcached_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_meteor_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_middleware_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_minikube_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mjml_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mock_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_model_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_module_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mojo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mongodb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_mysql_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_next_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nginx_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nix_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_node_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notebooks_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_notification_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuget_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_nuxt_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_package_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_paket_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_php_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_platformio_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_plugin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_prisma_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_private_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_public_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_python_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_ravendb_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_redux_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_route_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sass_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_script_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_server_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_services_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_shared_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_snaplet_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_spin_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_src_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_sso_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_story_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_style_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_supabase_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_svelte_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tauri_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_temp_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_template_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_theme_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_tools_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_travis_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_trunk_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_turbo_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typescript_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_typings_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vagrant_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vercel_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_video_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_view_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vs_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test2_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test3_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_vscode_test_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_webpack_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_windows_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_wit_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_www_opened.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn.svg +0 -1
- package/static/95c7ea1/file-icons/folder_type_yarn_opened.svg +0 -1
- package/static/95c7ea1/fonts/FiraCode-VariableFont.ttf +0 -0
- package/static/95c7ea1/icons/add.svg +0 -1
- package/static/95c7ea1/icons/arrow-down.svg +0 -3
- package/static/95c7ea1/icons/arrow-left.svg +0 -3
- package/static/95c7ea1/icons/arrow-right.svg +0 -3
- package/static/95c7ea1/icons/arrow-up.svg +0 -3
- package/static/95c7ea1/icons/blank.svg +0 -1
- package/static/95c7ea1/icons/book.svg +0 -1
- package/static/95c7ea1/icons/case-sensitive.svg +0 -1
- package/static/95c7ea1/icons/check.svg +0 -1
- package/static/95c7ea1/icons/chevron-down.svg +0 -1
- package/static/95c7ea1/icons/chevron-left.svg +0 -1
- package/static/95c7ea1/icons/chevron-right.svg +0 -3
- package/static/95c7ea1/icons/chevron-up.svg +0 -1
- package/static/95c7ea1/icons/chrome-close.svg +0 -3
- package/static/95c7ea1/icons/chrome-maximize.svg +0 -3
- package/static/95c7ea1/icons/chrome-minimize.svg +0 -3
- package/static/95c7ea1/icons/chrome-restore.svg +0 -1
- package/static/95c7ea1/icons/circle-filled.svg +0 -1
- package/static/95c7ea1/icons/clear-all.svg +0 -1
- package/static/95c7ea1/icons/close.svg +0 -1
- package/static/95c7ea1/icons/cloud.svg +0 -1
- package/static/95c7ea1/icons/collapse-all.svg +0 -1
- package/static/95c7ea1/icons/debug-all.svg +0 -1
- package/static/95c7ea1/icons/debug-alt-2.svg +0 -3
- package/static/95c7ea1/icons/debug-alt-small.svg +0 -1
- package/static/95c7ea1/icons/debug-alt.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-conditional.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-data.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-function.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log-unverified.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-log.svg +0 -1
- package/static/95c7ea1/icons/debug-breakpoint-unsupported.svg +0 -1
- package/static/95c7ea1/icons/debug-console.svg +0 -1
- package/static/95c7ea1/icons/debug-continue-small.svg +0 -1
- package/static/95c7ea1/icons/debug-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-coverage.svg +0 -1
- package/static/95c7ea1/icons/debug-disconnect.svg +0 -1
- package/static/95c7ea1/icons/debug-line-by-line.svg +0 -1
- package/static/95c7ea1/icons/debug-pause.svg +0 -1
- package/static/95c7ea1/icons/debug-rerun.svg +0 -1
- package/static/95c7ea1/icons/debug-restart-frame.svg +0 -1
- package/static/95c7ea1/icons/debug-restart.svg +0 -1
- package/static/95c7ea1/icons/debug-reverse-continue.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe-active.svg +0 -1
- package/static/95c7ea1/icons/debug-stackframe.svg +0 -1
- package/static/95c7ea1/icons/debug-start.svg +0 -1
- package/static/95c7ea1/icons/debug-step-back.svg +0 -1
- package/static/95c7ea1/icons/debug-step-into.svg +0 -1
- package/static/95c7ea1/icons/debug-step-out.svg +0 -1
- package/static/95c7ea1/icons/debug-step-over.svg +0 -1
- package/static/95c7ea1/icons/debug-stop.svg +0 -1
- package/static/95c7ea1/icons/debug.svg +0 -1
- package/static/95c7ea1/icons/discard.svg +0 -1
- package/static/95c7ea1/icons/edit.svg +0 -1
- package/static/95c7ea1/icons/ellipsis.svg +0 -5
- package/static/95c7ea1/icons/error.svg +0 -1
- package/static/95c7ea1/icons/exclude.svg +0 -1
- package/static/95c7ea1/icons/extensionDefaultIcon.png +0 -0
- package/static/95c7ea1/icons/extensions.svg +0 -3
- package/static/95c7ea1/icons/files.svg +0 -3
- package/static/95c7ea1/icons/filter.svg +0 -1
- package/static/95c7ea1/icons/go-to-file.svg +0 -1
- package/static/95c7ea1/icons/icon-close.svg +0 -3
- package/static/95c7ea1/icons/icon-source-control.svg +0 -3
- package/static/95c7ea1/icons/icon-sync.svg +0 -1
- package/static/95c7ea1/icons/icon.png +0 -0
- package/static/95c7ea1/icons/icon.svg +0 -3
- package/static/95c7ea1/icons/info.svg +0 -1
- package/static/95c7ea1/icons/language-icon.svg +0 -1
- package/static/95c7ea1/icons/link-external.svg +0 -1
- package/static/95c7ea1/icons/list-flat.svg +0 -1
- package/static/95c7ea1/icons/list-tree.svg +0 -1
- package/static/95c7ea1/icons/new-file.svg +0 -1
- package/static/95c7ea1/icons/new-folder.svg +0 -1
- package/static/95c7ea1/icons/newline.svg +0 -1
- package/static/95c7ea1/icons/open-preview.svg +0 -1
- package/static/95c7ea1/icons/play.svg +0 -1
- package/static/95c7ea1/icons/preserve-case.svg +0 -1
- package/static/95c7ea1/icons/progress.svg +0 -1
- package/static/95c7ea1/icons/pwa-icon-192.png +0 -0
- package/static/95c7ea1/icons/pwa-icon-512.png +0 -0
- package/static/95c7ea1/icons/record-keys.svg +0 -1
- package/static/95c7ea1/icons/refresh.svg +0 -1
- package/static/95c7ea1/icons/regex.svg +0 -1
- package/static/95c7ea1/icons/remove.svg +0 -1
- package/static/95c7ea1/icons/replace-all.svg +0 -1
- package/static/95c7ea1/icons/replace.svg +0 -1
- package/static/95c7ea1/icons/run-all.svg +0 -1
- package/static/95c7ea1/icons/search.svg +0 -3
- package/static/95c7ea1/icons/settings-gear.svg +0 -3
- package/static/95c7ea1/icons/source-control.svg +0 -3
- package/static/95c7ea1/icons/split-horizontal.svg +0 -1
- package/static/95c7ea1/icons/squiggly-error.svg +0 -1
- package/static/95c7ea1/icons/squiggly-warning.svg +0 -1
- package/static/95c7ea1/icons/symbol-array.svg +0 -3
- package/static/95c7ea1/icons/symbol-boolean.svg +0 -3
- package/static/95c7ea1/icons/symbol-class.svg +0 -3
- package/static/95c7ea1/icons/symbol-color.svg +0 -3
- package/static/95c7ea1/icons/symbol-constant.svg +0 -4
- package/static/95c7ea1/icons/symbol-enum-member.svg +0 -3
- package/static/95c7ea1/icons/symbol-enum.svg +0 -3
- package/static/95c7ea1/icons/symbol-event.svg +0 -3
- package/static/95c7ea1/icons/symbol-field.svg +0 -3
- package/static/95c7ea1/icons/symbol-file.svg +0 -3
- package/static/95c7ea1/icons/symbol-interface.svg +0 -3
- package/static/95c7ea1/icons/symbol-key.svg +0 -3
- package/static/95c7ea1/icons/symbol-keyword.svg +0 -3
- package/static/95c7ea1/icons/symbol-method.svg +0 -3
- package/static/95c7ea1/icons/symbol-misc.svg +0 -3
- package/static/95c7ea1/icons/symbol-namespace.svg +0 -3
- package/static/95c7ea1/icons/symbol-numeric.svg +0 -3
- package/static/95c7ea1/icons/symbol-operator.svg +0 -3
- package/static/95c7ea1/icons/symbol-parameter.svg +0 -3
- package/static/95c7ea1/icons/symbol-property.svg +0 -3
- package/static/95c7ea1/icons/symbol-ruler.svg +0 -3
- package/static/95c7ea1/icons/symbol-snippet.svg +0 -3
- package/static/95c7ea1/icons/symbol-string.svg +0 -3
- package/static/95c7ea1/icons/symbol-structure.svg +0 -3
- package/static/95c7ea1/icons/symbol-variable.svg +0 -3
- package/static/95c7ea1/icons/tag.svg +0 -1
- package/static/95c7ea1/icons/terminal-bash.svg +0 -1
- package/static/95c7ea1/icons/terminal.svg +0 -1
- package/static/95c7ea1/icons/theme-icon.png +0 -0
- package/static/95c7ea1/icons/trash.svg +0 -1
- package/static/95c7ea1/icons/triangle-down.svg +0 -1
- package/static/95c7ea1/icons/triangle-left.svg +0 -1
- package/static/95c7ea1/icons/triangle-right.svg +0 -1
- package/static/95c7ea1/icons/triangle-up.svg +0 -1
- package/static/95c7ea1/icons/warning.svg +0 -1
- package/static/95c7ea1/icons/whole-word.svg +0 -1
- package/static/95c7ea1/icons/zoom-in.svg +0 -1
- package/static/95c7ea1/icons/zoom-out.svg +0 -1
- package/static/95c7ea1/js/babel-parser.js +0 -14154
- package/static/95c7ea1/js/blob-util.js +0 -149
- package/static/95c7ea1/js/idb/async-iterators.js +0 -56
- package/static/95c7ea1/js/idb/index.js +0 -99
- package/static/95c7ea1/js/idb/with-async-ittr.js +0 -4
- package/static/95c7ea1/js/idb/wrap-idb-value.js +0 -190
- package/static/95c7ea1/js/js-base64.js +0 -296
- package/static/95c7ea1/js/ky.js +0 -489
- package/static/95c7ea1/js/lvce-editor-import-script.js +0 -5
- package/static/95c7ea1/js/lvce-editor-ipc.js +0 -735
- package/static/95c7ea1/js/lvce-editor-json-rpc.js +0 -383
- package/static/95c7ea1/js/lvce-editor-verror.js +0 -55
- package/static/95c7ea1/js/marked.js +0 -1990
- package/static/95c7ea1/js/p-min-delay.js +0 -7
- package/static/95c7ea1/js/pretty-bytes.js +0 -94
- package/static/95c7ea1/js/preview-injected.js +0 -101
- package/static/95c7ea1/js/yoctodelay.js +0 -2
- package/static/95c7ea1/lib-css/termterm.css +0 -39
- package/static/95c7ea1/manifest.json +0 -26
- package/static/95c7ea1/packages/about-view-worker/dist/aboutWorkerMain.js +0 -1556
- package/static/95c7ea1/packages/diff-worker/dist/diffWorkerMain.js +0 -886
- package/static/95c7ea1/packages/editor-worker/dist/editorWorkerMain.js +0 -11885
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js +0 -1067
- package/static/95c7ea1/packages/embeds-worker/dist/embedsWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/embedsWorkerMain.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Assert/Assert.ts +0 -94
- package/static/95c7ea1/packages/embeds-worker/src/parts/AssertionError/AssertionError.ts +0 -6
- package/static/95c7ea1/packages/embeds-worker/src/parts/Callback/Callback.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Command/Command.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandMap/CommandMap.ts +0 -26
- package/static/95c7ea1/packages/embeds-worker/src/parts/CommandState/CommandState.ts +0 -17
- package/static/95c7ea1/packages/embeds-worker/src/parts/ElectronWebContentsView/ElectronWebContentsView.ts +0 -117
- package/static/95c7ea1/packages/embeds-worker/src/parts/EmbedsProcess/EmbedsProcess.ts +0 -25
- package/static/95c7ea1/packages/embeds-worker/src/parts/Exit/Exit.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/GetPortTuple/GetPortTuple.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/HandleIpc/HandleIpc.ts +0 -35
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChild/IpcChild.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildModule/IpcChildModule.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcChildType/IpcChildType.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcId/IpcId.ts +0 -4
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParent/IpcParent.ts +0 -7
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcParentWithElectronMessagePort/IpcParentWithElectronMessagePort.ts +0 -39
- package/static/95c7ea1/packages/embeds-worker/src/parts/IpcState/IpcState.ts +0 -14
- package/static/95c7ea1/packages/embeds-worker/src/parts/JsonRpc/JsonRpc.ts +0 -2
- package/static/95c7ea1/packages/embeds-worker/src/parts/LaunchEmbedsProcessIpc/LaunchEmbedsProcessIpc.ts +0 -10
- package/static/95c7ea1/packages/embeds-worker/src/parts/Listen/Listen.ts +0 -13
- package/static/95c7ea1/packages/embeds-worker/src/parts/LoadErrorCode/LoadErrorCode.ts +0 -3
- package/static/95c7ea1/packages/embeds-worker/src/parts/Main/Main.ts +0 -5
- package/static/95c7ea1/packages/embeds-worker/src/parts/ProcessName/ProcessName.ts +0 -1
- package/static/95c7ea1/packages/embeds-worker/src/parts/Rpc/Rpc.ts +0 -21
- package/static/95c7ea1/packages/explorer-worker/dist/explorerViewWorkerMain.js +0 -2730
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js +0 -989
- package/static/95c7ea1/packages/extension-host-sub-worker/dist/extensionHostSubWorkerMain.js.map +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/extensionHostSubWorkerMain.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Ajax/Ajax.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Assert/Assert.js +0 -71
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/AssetDir/AssetDir.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Callback/Callback.js +0 -42
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Character/Character.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CleanImportError/CleanImportError.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CodeFrameColumns/CodeFrameColumns.js +0 -126
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Command/Command.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandMap/CommandMap.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/CommandState/CommandState.js +0 -17
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ErrorType/ErrorType.js +0 -4
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetData/GetData.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorConstructor/GetErrorConstructor.js +0 -28
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetErrorResponse/GetErrorResponse.js +0 -33
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetModulesErrorStack/GetModulesErrorStack.js +0 -49
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetNewLineIndex/GetNewLineIndex.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetResponse/GetResponse.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/GetSuccessResponse/GetSuccessResponse.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleIpc/HandleIpc.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/HandleJsonRpcMessage/HandleJsonRpcMessage.js +0 -10
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Id/Id.js +0 -7
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ImportScript/ImportScript.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChild/IpcChild.js +0 -8
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildModule/IpcChildModule.js +0 -12
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildType/IpcChildType.js +0 -18
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithMessagePort/IpcChildWithMessagePort.js +0 -24
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorker/IpcChildWithModuleWorker.js +0 -40
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcChildWithModuleWorkerAndMessagePort/IpcChildWithModuleWorkerAndMessagePort.js +0 -54
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/IpcError/IpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JoinLines/JoinLines.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpc/JsonRpc.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcError/JsonRpcError.js +0 -6
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcErrorCode/JsonRpcErrorCode.js +0 -2
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcEvent/JsonRpcEvent.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcRequest/JsonRpcRequest.js +0 -16
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/JsonRpcVersion/JsonRpcVersion.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Listen/Listen.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadFile/LoadFile.js +0 -14
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/LoadKy/LoadKy.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Main/Main.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/MergeStacks/MergeStacks.js +0 -20
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/NormalizeErrorLine/NormalizeErrorLine.js +0 -9
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/Platform/Platform.js +0 -19
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PlatformType/PlatformType.js +0 -5
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrettyError/PrettyError.js +0 -139
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/PrintPrettyError/PrintPrettyError.js +0 -3
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/ProcessName/ProcessName.js +0 -1
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/RestoreJsonRpcError/RestoreJsonRpcError.js +0 -78
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/SplitLines/SplitLines.js +0 -11
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/UnwrapJsonRpcResult/UnwrapJsonRpcResult.js +0 -13
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/VError/VError.js +0 -27
- package/static/95c7ea1/packages/extension-host-sub-worker/src/parts/WaitForFirstMessage/WaitForFirstMessage.js +0 -13
- package/static/95c7ea1/packages/extension-host-worker/dist/extensionHostWorkerMain.js +0 -3813
- package/static/95c7ea1/packages/extension-search-view-worker/dist/extensionSearchViewWorkerMain.js +0 -1468
- package/static/95c7ea1/packages/file-search-worker/dist/fileSearchWorkerMain.js +0 -1835
- package/static/95c7ea1/packages/iframe-worker/dist/iframeWorkerMain.js +0 -1349
- package/static/95c7ea1/packages/keybindings-view-worker/dist/keyBindingsViewWorkerMain.js +0 -1915
- package/static/95c7ea1/packages/renderer-process/LICENSE +0 -21
- package/static/95c7ea1/packages/renderer-process/README.md +0 -1
- package/static/95c7ea1/packages/renderer-process/dist/rendererProcessMain.js +0 -11834
- package/static/95c7ea1/packages/renderer-process/package.json +0 -27
- package/static/95c7ea1/packages/renderer-worker/dist/rendererWorkerMain.js +0 -39165
- package/static/95c7ea1/packages/syntax-highlighting-worker/dist/syntaxHighlightingWorkerMain.js +0 -1109
- package/static/95c7ea1/packages/terminal-worker/dist/terminalWorkerMain.js +0 -2971
- package/static/95c7ea1/packages/test-worker/dist/testWorkerMain.js +0 -2140
- package/static/95c7ea1/packages/text-search-worker/dist/textSearchWorkerMain.js +0 -4267
- package/static/95c7ea1/playground/languages/index.cpp +0 -22
- package/static/95c7ea1/playground/languages/index.css +0 -19
- package/static/95c7ea1/playground/languages/index.csv +0 -3
- package/static/95c7ea1/playground/languages/index.dart +0 -3
- package/static/95c7ea1/playground/languages/index.env +0 -1
- package/static/95c7ea1/playground/languages/index.ex +0 -8
- package/static/95c7ea1/playground/languages/index.html +0 -1
- package/static/95c7ea1/playground/languages/index.java +0 -5
- package/static/95c7ea1/playground/languages/index.jl +0 -14
- package/static/95c7ea1/playground/languages/index.js +0 -3
- package/static/95c7ea1/playground/languages/index.json +0 -3
- package/static/95c7ea1/playground/languages/index.kt +0 -3
- package/static/95c7ea1/playground/languages/index.pl +0 -11
- package/static/95c7ea1/playground/languages/index.py +0 -25
- package/static/95c7ea1/playground/languages/index.ts +0 -3
- package/static/95c7ea1/playground/languages/scrolling.txt +0 -100
- package/static/95c7ea1/playground/languages/tsconfig.json +0 -24
- package/static/95c7ea1/playground/sample-folder/a.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/b.txt +0 -0
- package/static/95c7ea1/playground/sample-folder/c.txt +0 -0
- package/static/favicon.ico +0 -0
- package/static/index.html +0 -14
|
@@ -1,1990 +0,0 @@
|
|
|
1
|
-
function getDefaults() {
|
|
2
|
-
return {
|
|
3
|
-
async: false,
|
|
4
|
-
baseUrl: null,
|
|
5
|
-
breaks: false,
|
|
6
|
-
extensions: null,
|
|
7
|
-
gfm: true,
|
|
8
|
-
headerIds: true,
|
|
9
|
-
headerPrefix: "",
|
|
10
|
-
highlight: null,
|
|
11
|
-
langPrefix: "language-",
|
|
12
|
-
mangle: true,
|
|
13
|
-
pedantic: false,
|
|
14
|
-
renderer: null,
|
|
15
|
-
sanitize: false,
|
|
16
|
-
sanitizer: null,
|
|
17
|
-
silent: false,
|
|
18
|
-
smartLists: false,
|
|
19
|
-
smartypants: false,
|
|
20
|
-
tokenizer: null,
|
|
21
|
-
walkTokens: null,
|
|
22
|
-
xhtml: false
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
let defaults = getDefaults();
|
|
26
|
-
function changeDefaults(newDefaults) {
|
|
27
|
-
defaults = newDefaults;
|
|
28
|
-
}
|
|
29
|
-
const escapeTest = /[&<>"']/;
|
|
30
|
-
const escapeReplace = /[&<>"']/g;
|
|
31
|
-
const escapeTestNoEncode = /[<>"']|&(?!#?\w+;)/;
|
|
32
|
-
const escapeReplaceNoEncode = /[<>"']|&(?!#?\w+;)/g;
|
|
33
|
-
const escapeReplacements = {
|
|
34
|
-
"&": "&",
|
|
35
|
-
"<": "<",
|
|
36
|
-
">": ">",
|
|
37
|
-
'"': """,
|
|
38
|
-
"'": "'"
|
|
39
|
-
};
|
|
40
|
-
const getEscapeReplacement = (ch) => escapeReplacements[ch];
|
|
41
|
-
function escape(html, encode) {
|
|
42
|
-
if (encode) {
|
|
43
|
-
if (escapeTest.test(html)) {
|
|
44
|
-
return html.replace(escapeReplace, getEscapeReplacement);
|
|
45
|
-
}
|
|
46
|
-
} else {
|
|
47
|
-
if (escapeTestNoEncode.test(html)) {
|
|
48
|
-
return html.replace(escapeReplaceNoEncode, getEscapeReplacement);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
return html;
|
|
52
|
-
}
|
|
53
|
-
const unescapeTest = /&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/ig;
|
|
54
|
-
function unescape(html) {
|
|
55
|
-
return html.replace(unescapeTest, (_, n) => {
|
|
56
|
-
n = n.toLowerCase();
|
|
57
|
-
if (n === "colon")
|
|
58
|
-
return ":";
|
|
59
|
-
if (n.charAt(0) === "#") {
|
|
60
|
-
return n.charAt(1) === "x" ? String.fromCharCode(parseInt(n.substring(2), 16)) : String.fromCharCode(+n.substring(1));
|
|
61
|
-
}
|
|
62
|
-
return "";
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
const caret = /(^|[^\[])\^/g;
|
|
66
|
-
function edit(regex, opt) {
|
|
67
|
-
regex = typeof regex === "string" ? regex : regex.source;
|
|
68
|
-
opt = opt || "";
|
|
69
|
-
const obj = {
|
|
70
|
-
replace: (name, val) => {
|
|
71
|
-
val = val.source || val;
|
|
72
|
-
val = val.replace(caret, "$1");
|
|
73
|
-
regex = regex.replace(name, val);
|
|
74
|
-
return obj;
|
|
75
|
-
},
|
|
76
|
-
getRegex: () => {
|
|
77
|
-
return new RegExp(regex, opt);
|
|
78
|
-
}
|
|
79
|
-
};
|
|
80
|
-
return obj;
|
|
81
|
-
}
|
|
82
|
-
const nonWordAndColonTest = /[^\w:]/g;
|
|
83
|
-
const originIndependentUrl = /^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;
|
|
84
|
-
function cleanUrl(sanitize, base, href) {
|
|
85
|
-
if (sanitize) {
|
|
86
|
-
let prot;
|
|
87
|
-
try {
|
|
88
|
-
prot = decodeURIComponent(unescape(href)).replace(nonWordAndColonTest, "").toLowerCase();
|
|
89
|
-
} catch (e) {
|
|
90
|
-
return null;
|
|
91
|
-
}
|
|
92
|
-
if (prot.indexOf("javascript:") === 0 || prot.indexOf("vbscript:") === 0 || prot.indexOf("data:") === 0) {
|
|
93
|
-
return null;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
if (base && !originIndependentUrl.test(href)) {
|
|
97
|
-
href = resolveUrl(base, href);
|
|
98
|
-
}
|
|
99
|
-
try {
|
|
100
|
-
href = encodeURI(href).replace(/%25/g, "%");
|
|
101
|
-
} catch (e) {
|
|
102
|
-
return null;
|
|
103
|
-
}
|
|
104
|
-
return href;
|
|
105
|
-
}
|
|
106
|
-
const baseUrls = {};
|
|
107
|
-
const justDomain = /^[^:]+:\/*[^/]*$/;
|
|
108
|
-
const protocol = /^([^:]+:)[\s\S]*$/;
|
|
109
|
-
const domain = /^([^:]+:\/*[^/]*)[\s\S]*$/;
|
|
110
|
-
function resolveUrl(base, href) {
|
|
111
|
-
if (!baseUrls[" " + base]) {
|
|
112
|
-
if (justDomain.test(base)) {
|
|
113
|
-
baseUrls[" " + base] = base + "/";
|
|
114
|
-
} else {
|
|
115
|
-
baseUrls[" " + base] = rtrim(base, "/", true);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
base = baseUrls[" " + base];
|
|
119
|
-
const relativeBase = base.indexOf(":") === -1;
|
|
120
|
-
if (href.substring(0, 2) === "//") {
|
|
121
|
-
if (relativeBase) {
|
|
122
|
-
return href;
|
|
123
|
-
}
|
|
124
|
-
return base.replace(protocol, "$1") + href;
|
|
125
|
-
} else if (href.charAt(0) === "/") {
|
|
126
|
-
if (relativeBase) {
|
|
127
|
-
return href;
|
|
128
|
-
}
|
|
129
|
-
return base.replace(domain, "$1") + href;
|
|
130
|
-
} else {
|
|
131
|
-
return base + href;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
const noopTest = {exec: function noopTest2() {
|
|
135
|
-
}};
|
|
136
|
-
function merge(obj) {
|
|
137
|
-
let i = 1, target, key;
|
|
138
|
-
for (; i < arguments.length; i++) {
|
|
139
|
-
target = arguments[i];
|
|
140
|
-
for (key in target) {
|
|
141
|
-
if (Object.prototype.hasOwnProperty.call(target, key)) {
|
|
142
|
-
obj[key] = target[key];
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
return obj;
|
|
147
|
-
}
|
|
148
|
-
function splitCells(tableRow, count) {
|
|
149
|
-
const row = tableRow.replace(/\|/g, (match, offset, str) => {
|
|
150
|
-
let escaped = false, curr = offset;
|
|
151
|
-
while (--curr >= 0 && str[curr] === "\\")
|
|
152
|
-
escaped = !escaped;
|
|
153
|
-
if (escaped) {
|
|
154
|
-
return "|";
|
|
155
|
-
} else {
|
|
156
|
-
return " |";
|
|
157
|
-
}
|
|
158
|
-
}), cells = row.split(/ \|/);
|
|
159
|
-
let i = 0;
|
|
160
|
-
if (!cells[0].trim()) {
|
|
161
|
-
cells.shift();
|
|
162
|
-
}
|
|
163
|
-
if (cells.length > 0 && !cells[cells.length - 1].trim()) {
|
|
164
|
-
cells.pop();
|
|
165
|
-
}
|
|
166
|
-
if (cells.length > count) {
|
|
167
|
-
cells.splice(count);
|
|
168
|
-
} else {
|
|
169
|
-
while (cells.length < count)
|
|
170
|
-
cells.push("");
|
|
171
|
-
}
|
|
172
|
-
for (; i < cells.length; i++) {
|
|
173
|
-
cells[i] = cells[i].trim().replace(/\\\|/g, "|");
|
|
174
|
-
}
|
|
175
|
-
return cells;
|
|
176
|
-
}
|
|
177
|
-
function rtrim(str, c, invert) {
|
|
178
|
-
const l = str.length;
|
|
179
|
-
if (l === 0) {
|
|
180
|
-
return "";
|
|
181
|
-
}
|
|
182
|
-
let suffLen = 0;
|
|
183
|
-
while (suffLen < l) {
|
|
184
|
-
const currChar = str.charAt(l - suffLen - 1);
|
|
185
|
-
if (currChar === c && !invert) {
|
|
186
|
-
suffLen++;
|
|
187
|
-
} else if (currChar !== c && invert) {
|
|
188
|
-
suffLen++;
|
|
189
|
-
} else {
|
|
190
|
-
break;
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
return str.slice(0, l - suffLen);
|
|
194
|
-
}
|
|
195
|
-
function findClosingBracket(str, b) {
|
|
196
|
-
if (str.indexOf(b[1]) === -1) {
|
|
197
|
-
return -1;
|
|
198
|
-
}
|
|
199
|
-
const l = str.length;
|
|
200
|
-
let level = 0, i = 0;
|
|
201
|
-
for (; i < l; i++) {
|
|
202
|
-
if (str[i] === "\\") {
|
|
203
|
-
i++;
|
|
204
|
-
} else if (str[i] === b[0]) {
|
|
205
|
-
level++;
|
|
206
|
-
} else if (str[i] === b[1]) {
|
|
207
|
-
level--;
|
|
208
|
-
if (level < 0) {
|
|
209
|
-
return i;
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
return -1;
|
|
214
|
-
}
|
|
215
|
-
function checkSanitizeDeprecation(opt) {
|
|
216
|
-
if (opt && opt.sanitize && !opt.silent) {
|
|
217
|
-
console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options");
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
function repeatString(pattern, count) {
|
|
221
|
-
if (count < 1) {
|
|
222
|
-
return "";
|
|
223
|
-
}
|
|
224
|
-
let result = "";
|
|
225
|
-
while (count > 1) {
|
|
226
|
-
if (count & 1) {
|
|
227
|
-
result += pattern;
|
|
228
|
-
}
|
|
229
|
-
count >>= 1;
|
|
230
|
-
pattern += pattern;
|
|
231
|
-
}
|
|
232
|
-
return result + pattern;
|
|
233
|
-
}
|
|
234
|
-
function outputLink(cap, link, raw, lexer2) {
|
|
235
|
-
const href = link.href;
|
|
236
|
-
const title = link.title ? escape(link.title) : null;
|
|
237
|
-
const text = cap[1].replace(/\\([\[\]])/g, "$1");
|
|
238
|
-
if (cap[0].charAt(0) !== "!") {
|
|
239
|
-
lexer2.state.inLink = true;
|
|
240
|
-
const token = {
|
|
241
|
-
type: "link",
|
|
242
|
-
raw,
|
|
243
|
-
href,
|
|
244
|
-
title,
|
|
245
|
-
text,
|
|
246
|
-
tokens: lexer2.inlineTokens(text)
|
|
247
|
-
};
|
|
248
|
-
lexer2.state.inLink = false;
|
|
249
|
-
return token;
|
|
250
|
-
}
|
|
251
|
-
return {
|
|
252
|
-
type: "image",
|
|
253
|
-
raw,
|
|
254
|
-
href,
|
|
255
|
-
title,
|
|
256
|
-
text: escape(text)
|
|
257
|
-
};
|
|
258
|
-
}
|
|
259
|
-
function indentCodeCompensation(raw, text) {
|
|
260
|
-
const matchIndentToCode = raw.match(/^(\s+)(?:```)/);
|
|
261
|
-
if (matchIndentToCode === null) {
|
|
262
|
-
return text;
|
|
263
|
-
}
|
|
264
|
-
const indentToCode = matchIndentToCode[1];
|
|
265
|
-
return text.split("\n").map((node) => {
|
|
266
|
-
const matchIndentInNode = node.match(/^\s+/);
|
|
267
|
-
if (matchIndentInNode === null) {
|
|
268
|
-
return node;
|
|
269
|
-
}
|
|
270
|
-
const [indentInNode] = matchIndentInNode;
|
|
271
|
-
if (indentInNode.length >= indentToCode.length) {
|
|
272
|
-
return node.slice(indentToCode.length);
|
|
273
|
-
}
|
|
274
|
-
return node;
|
|
275
|
-
}).join("\n");
|
|
276
|
-
}
|
|
277
|
-
class Tokenizer {
|
|
278
|
-
constructor(options2) {
|
|
279
|
-
this.options = options2 || defaults;
|
|
280
|
-
}
|
|
281
|
-
space(src) {
|
|
282
|
-
const cap = this.rules.block.newline.exec(src);
|
|
283
|
-
if (cap && cap[0].length > 0) {
|
|
284
|
-
return {
|
|
285
|
-
type: "space",
|
|
286
|
-
raw: cap[0]
|
|
287
|
-
};
|
|
288
|
-
}
|
|
289
|
-
}
|
|
290
|
-
code(src) {
|
|
291
|
-
const cap = this.rules.block.code.exec(src);
|
|
292
|
-
if (cap) {
|
|
293
|
-
const text = cap[0].replace(/^ {1,4}/gm, "");
|
|
294
|
-
return {
|
|
295
|
-
type: "code",
|
|
296
|
-
raw: cap[0],
|
|
297
|
-
codeBlockStyle: "indented",
|
|
298
|
-
text: !this.options.pedantic ? rtrim(text, "\n") : text
|
|
299
|
-
};
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
fences(src) {
|
|
303
|
-
const cap = this.rules.block.fences.exec(src);
|
|
304
|
-
if (cap) {
|
|
305
|
-
const raw = cap[0];
|
|
306
|
-
const text = indentCodeCompensation(raw, cap[3] || "");
|
|
307
|
-
return {
|
|
308
|
-
type: "code",
|
|
309
|
-
raw,
|
|
310
|
-
lang: cap[2] ? cap[2].trim() : cap[2],
|
|
311
|
-
text
|
|
312
|
-
};
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
heading(src) {
|
|
316
|
-
const cap = this.rules.block.heading.exec(src);
|
|
317
|
-
if (cap) {
|
|
318
|
-
let text = cap[2].trim();
|
|
319
|
-
if (/#$/.test(text)) {
|
|
320
|
-
const trimmed = rtrim(text, "#");
|
|
321
|
-
if (this.options.pedantic) {
|
|
322
|
-
text = trimmed.trim();
|
|
323
|
-
} else if (!trimmed || / $/.test(trimmed)) {
|
|
324
|
-
text = trimmed.trim();
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
return {
|
|
328
|
-
type: "heading",
|
|
329
|
-
raw: cap[0],
|
|
330
|
-
depth: cap[1].length,
|
|
331
|
-
text,
|
|
332
|
-
tokens: this.lexer.inline(text)
|
|
333
|
-
};
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
hr(src) {
|
|
337
|
-
const cap = this.rules.block.hr.exec(src);
|
|
338
|
-
if (cap) {
|
|
339
|
-
return {
|
|
340
|
-
type: "hr",
|
|
341
|
-
raw: cap[0]
|
|
342
|
-
};
|
|
343
|
-
}
|
|
344
|
-
}
|
|
345
|
-
blockquote(src) {
|
|
346
|
-
const cap = this.rules.block.blockquote.exec(src);
|
|
347
|
-
if (cap) {
|
|
348
|
-
const text = cap[0].replace(/^ *>[ \t]?/gm, "");
|
|
349
|
-
return {
|
|
350
|
-
type: "blockquote",
|
|
351
|
-
raw: cap[0],
|
|
352
|
-
tokens: this.lexer.blockTokens(text, []),
|
|
353
|
-
text
|
|
354
|
-
};
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
list(src) {
|
|
358
|
-
let cap = this.rules.block.list.exec(src);
|
|
359
|
-
if (cap) {
|
|
360
|
-
let raw, istask, ischecked, indent, i, blankLine, endsWithBlankLine, line, nextLine, rawLine, itemContents, endEarly;
|
|
361
|
-
let bull = cap[1].trim();
|
|
362
|
-
const isordered = bull.length > 1;
|
|
363
|
-
const list = {
|
|
364
|
-
type: "list",
|
|
365
|
-
raw: "",
|
|
366
|
-
ordered: isordered,
|
|
367
|
-
start: isordered ? +bull.slice(0, -1) : "",
|
|
368
|
-
loose: false,
|
|
369
|
-
items: []
|
|
370
|
-
};
|
|
371
|
-
bull = isordered ? `\\d{1,9}\\${bull.slice(-1)}` : `\\${bull}`;
|
|
372
|
-
if (this.options.pedantic) {
|
|
373
|
-
bull = isordered ? bull : "[*+-]";
|
|
374
|
-
}
|
|
375
|
-
const itemRegex = new RegExp(`^( {0,3}${bull})((?:[ ][^\\n]*)?(?:\\n|$))`);
|
|
376
|
-
while (src) {
|
|
377
|
-
endEarly = false;
|
|
378
|
-
if (!(cap = itemRegex.exec(src))) {
|
|
379
|
-
break;
|
|
380
|
-
}
|
|
381
|
-
if (this.rules.block.hr.test(src)) {
|
|
382
|
-
break;
|
|
383
|
-
}
|
|
384
|
-
raw = cap[0];
|
|
385
|
-
src = src.substring(raw.length);
|
|
386
|
-
line = cap[2].split("\n", 1)[0];
|
|
387
|
-
nextLine = src.split("\n", 1)[0];
|
|
388
|
-
if (this.options.pedantic) {
|
|
389
|
-
indent = 2;
|
|
390
|
-
itemContents = line.trimLeft();
|
|
391
|
-
} else {
|
|
392
|
-
indent = cap[2].search(/[^ ]/);
|
|
393
|
-
indent = indent > 4 ? 1 : indent;
|
|
394
|
-
itemContents = line.slice(indent);
|
|
395
|
-
indent += cap[1].length;
|
|
396
|
-
}
|
|
397
|
-
blankLine = false;
|
|
398
|
-
if (!line && /^ *$/.test(nextLine)) {
|
|
399
|
-
raw += nextLine + "\n";
|
|
400
|
-
src = src.substring(nextLine.length + 1);
|
|
401
|
-
endEarly = true;
|
|
402
|
-
}
|
|
403
|
-
if (!endEarly) {
|
|
404
|
-
const nextBulletRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:[*+-]|\\d{1,9}[.)])((?: [^\\n]*)?(?:\\n|$))`);
|
|
405
|
-
const hrRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`);
|
|
406
|
-
const fencesBeginRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}(?:\`\`\`|~~~)`);
|
|
407
|
-
const headingBeginRegex = new RegExp(`^ {0,${Math.min(3, indent - 1)}}#`);
|
|
408
|
-
while (src) {
|
|
409
|
-
rawLine = src.split("\n", 1)[0];
|
|
410
|
-
line = rawLine;
|
|
411
|
-
if (this.options.pedantic) {
|
|
412
|
-
line = line.replace(/^ {1,4}(?=( {4})*[^ ])/g, " ");
|
|
413
|
-
}
|
|
414
|
-
if (fencesBeginRegex.test(line)) {
|
|
415
|
-
break;
|
|
416
|
-
}
|
|
417
|
-
if (headingBeginRegex.test(line)) {
|
|
418
|
-
break;
|
|
419
|
-
}
|
|
420
|
-
if (nextBulletRegex.test(line)) {
|
|
421
|
-
break;
|
|
422
|
-
}
|
|
423
|
-
if (hrRegex.test(src)) {
|
|
424
|
-
break;
|
|
425
|
-
}
|
|
426
|
-
if (line.search(/[^ ]/) >= indent || !line.trim()) {
|
|
427
|
-
itemContents += "\n" + line.slice(indent);
|
|
428
|
-
} else if (!blankLine) {
|
|
429
|
-
itemContents += "\n" + line;
|
|
430
|
-
} else {
|
|
431
|
-
break;
|
|
432
|
-
}
|
|
433
|
-
if (!blankLine && !line.trim()) {
|
|
434
|
-
blankLine = true;
|
|
435
|
-
}
|
|
436
|
-
raw += rawLine + "\n";
|
|
437
|
-
src = src.substring(rawLine.length + 1);
|
|
438
|
-
}
|
|
439
|
-
}
|
|
440
|
-
if (!list.loose) {
|
|
441
|
-
if (endsWithBlankLine) {
|
|
442
|
-
list.loose = true;
|
|
443
|
-
} else if (/\n *\n *$/.test(raw)) {
|
|
444
|
-
endsWithBlankLine = true;
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
if (this.options.gfm) {
|
|
448
|
-
istask = /^\[[ xX]\] /.exec(itemContents);
|
|
449
|
-
if (istask) {
|
|
450
|
-
ischecked = istask[0] !== "[ ] ";
|
|
451
|
-
itemContents = itemContents.replace(/^\[[ xX]\] +/, "");
|
|
452
|
-
}
|
|
453
|
-
}
|
|
454
|
-
list.items.push({
|
|
455
|
-
type: "list_item",
|
|
456
|
-
raw,
|
|
457
|
-
task: !!istask,
|
|
458
|
-
checked: ischecked,
|
|
459
|
-
loose: false,
|
|
460
|
-
text: itemContents
|
|
461
|
-
});
|
|
462
|
-
list.raw += raw;
|
|
463
|
-
}
|
|
464
|
-
list.items[list.items.length - 1].raw = raw.trimRight();
|
|
465
|
-
list.items[list.items.length - 1].text = itemContents.trimRight();
|
|
466
|
-
list.raw = list.raw.trimRight();
|
|
467
|
-
const l = list.items.length;
|
|
468
|
-
for (i = 0; i < l; i++) {
|
|
469
|
-
this.lexer.state.top = false;
|
|
470
|
-
list.items[i].tokens = this.lexer.blockTokens(list.items[i].text, []);
|
|
471
|
-
const spacers = list.items[i].tokens.filter((t) => t.type === "space");
|
|
472
|
-
const hasMultipleLineBreaks = spacers.every((t) => {
|
|
473
|
-
const chars = t.raw.split("");
|
|
474
|
-
let lineBreaks = 0;
|
|
475
|
-
for (const char of chars) {
|
|
476
|
-
if (char === "\n") {
|
|
477
|
-
lineBreaks += 1;
|
|
478
|
-
}
|
|
479
|
-
if (lineBreaks > 1) {
|
|
480
|
-
return true;
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
|
-
return false;
|
|
484
|
-
});
|
|
485
|
-
if (!list.loose && spacers.length && hasMultipleLineBreaks) {
|
|
486
|
-
list.loose = true;
|
|
487
|
-
list.items[i].loose = true;
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
return list;
|
|
491
|
-
}
|
|
492
|
-
}
|
|
493
|
-
html(src) {
|
|
494
|
-
const cap = this.rules.block.html.exec(src);
|
|
495
|
-
if (cap) {
|
|
496
|
-
const token = {
|
|
497
|
-
type: "html",
|
|
498
|
-
raw: cap[0],
|
|
499
|
-
pre: !this.options.sanitizer && (cap[1] === "pre" || cap[1] === "script" || cap[1] === "style"),
|
|
500
|
-
text: cap[0]
|
|
501
|
-
};
|
|
502
|
-
if (this.options.sanitize) {
|
|
503
|
-
const text = this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]);
|
|
504
|
-
token.type = "paragraph";
|
|
505
|
-
token.text = text;
|
|
506
|
-
token.tokens = this.lexer.inline(text);
|
|
507
|
-
}
|
|
508
|
-
return token;
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
def(src) {
|
|
512
|
-
const cap = this.rules.block.def.exec(src);
|
|
513
|
-
if (cap) {
|
|
514
|
-
if (cap[3])
|
|
515
|
-
cap[3] = cap[3].substring(1, cap[3].length - 1);
|
|
516
|
-
const tag = cap[1].toLowerCase().replace(/\s+/g, " ");
|
|
517
|
-
return {
|
|
518
|
-
type: "def",
|
|
519
|
-
tag,
|
|
520
|
-
raw: cap[0],
|
|
521
|
-
href: cap[2],
|
|
522
|
-
title: cap[3]
|
|
523
|
-
};
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
table(src) {
|
|
527
|
-
const cap = this.rules.block.table.exec(src);
|
|
528
|
-
if (cap) {
|
|
529
|
-
const item = {
|
|
530
|
-
type: "table",
|
|
531
|
-
header: splitCells(cap[1]).map((c) => {
|
|
532
|
-
return {text: c};
|
|
533
|
-
}),
|
|
534
|
-
align: cap[2].replace(/^ *|\| *$/g, "").split(/ *\| */),
|
|
535
|
-
rows: cap[3] && cap[3].trim() ? cap[3].replace(/\n[ \t]*$/, "").split("\n") : []
|
|
536
|
-
};
|
|
537
|
-
if (item.header.length === item.align.length) {
|
|
538
|
-
item.raw = cap[0];
|
|
539
|
-
let l = item.align.length;
|
|
540
|
-
let i, j, k, row;
|
|
541
|
-
for (i = 0; i < l; i++) {
|
|
542
|
-
if (/^ *-+: *$/.test(item.align[i])) {
|
|
543
|
-
item.align[i] = "right";
|
|
544
|
-
} else if (/^ *:-+: *$/.test(item.align[i])) {
|
|
545
|
-
item.align[i] = "center";
|
|
546
|
-
} else if (/^ *:-+ *$/.test(item.align[i])) {
|
|
547
|
-
item.align[i] = "left";
|
|
548
|
-
} else {
|
|
549
|
-
item.align[i] = null;
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
l = item.rows.length;
|
|
553
|
-
for (i = 0; i < l; i++) {
|
|
554
|
-
item.rows[i] = splitCells(item.rows[i], item.header.length).map((c) => {
|
|
555
|
-
return {text: c};
|
|
556
|
-
});
|
|
557
|
-
}
|
|
558
|
-
l = item.header.length;
|
|
559
|
-
for (j = 0; j < l; j++) {
|
|
560
|
-
item.header[j].tokens = this.lexer.inline(item.header[j].text);
|
|
561
|
-
}
|
|
562
|
-
l = item.rows.length;
|
|
563
|
-
for (j = 0; j < l; j++) {
|
|
564
|
-
row = item.rows[j];
|
|
565
|
-
for (k = 0; k < row.length; k++) {
|
|
566
|
-
row[k].tokens = this.lexer.inline(row[k].text);
|
|
567
|
-
}
|
|
568
|
-
}
|
|
569
|
-
return item;
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
lheading(src) {
|
|
574
|
-
const cap = this.rules.block.lheading.exec(src);
|
|
575
|
-
if (cap) {
|
|
576
|
-
return {
|
|
577
|
-
type: "heading",
|
|
578
|
-
raw: cap[0],
|
|
579
|
-
depth: cap[2].charAt(0) === "=" ? 1 : 2,
|
|
580
|
-
text: cap[1],
|
|
581
|
-
tokens: this.lexer.inline(cap[1])
|
|
582
|
-
};
|
|
583
|
-
}
|
|
584
|
-
}
|
|
585
|
-
paragraph(src) {
|
|
586
|
-
const cap = this.rules.block.paragraph.exec(src);
|
|
587
|
-
if (cap) {
|
|
588
|
-
const text = cap[1].charAt(cap[1].length - 1) === "\n" ? cap[1].slice(0, -1) : cap[1];
|
|
589
|
-
return {
|
|
590
|
-
type: "paragraph",
|
|
591
|
-
raw: cap[0],
|
|
592
|
-
text,
|
|
593
|
-
tokens: this.lexer.inline(text)
|
|
594
|
-
};
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
text(src) {
|
|
598
|
-
const cap = this.rules.block.text.exec(src);
|
|
599
|
-
if (cap) {
|
|
600
|
-
return {
|
|
601
|
-
type: "text",
|
|
602
|
-
raw: cap[0],
|
|
603
|
-
text: cap[0],
|
|
604
|
-
tokens: this.lexer.inline(cap[0])
|
|
605
|
-
};
|
|
606
|
-
}
|
|
607
|
-
}
|
|
608
|
-
escape(src) {
|
|
609
|
-
const cap = this.rules.inline.escape.exec(src);
|
|
610
|
-
if (cap) {
|
|
611
|
-
return {
|
|
612
|
-
type: "escape",
|
|
613
|
-
raw: cap[0],
|
|
614
|
-
text: escape(cap[1])
|
|
615
|
-
};
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
tag(src) {
|
|
619
|
-
const cap = this.rules.inline.tag.exec(src);
|
|
620
|
-
if (cap) {
|
|
621
|
-
if (!this.lexer.state.inLink && /^<a /i.test(cap[0])) {
|
|
622
|
-
this.lexer.state.inLink = true;
|
|
623
|
-
} else if (this.lexer.state.inLink && /^<\/a>/i.test(cap[0])) {
|
|
624
|
-
this.lexer.state.inLink = false;
|
|
625
|
-
}
|
|
626
|
-
if (!this.lexer.state.inRawBlock && /^<(pre|code|kbd|script)(\s|>)/i.test(cap[0])) {
|
|
627
|
-
this.lexer.state.inRawBlock = true;
|
|
628
|
-
} else if (this.lexer.state.inRawBlock && /^<\/(pre|code|kbd|script)(\s|>)/i.test(cap[0])) {
|
|
629
|
-
this.lexer.state.inRawBlock = false;
|
|
630
|
-
}
|
|
631
|
-
return {
|
|
632
|
-
type: this.options.sanitize ? "text" : "html",
|
|
633
|
-
raw: cap[0],
|
|
634
|
-
inLink: this.lexer.state.inLink,
|
|
635
|
-
inRawBlock: this.lexer.state.inRawBlock,
|
|
636
|
-
text: this.options.sanitize ? this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]) : cap[0]
|
|
637
|
-
};
|
|
638
|
-
}
|
|
639
|
-
}
|
|
640
|
-
link(src) {
|
|
641
|
-
const cap = this.rules.inline.link.exec(src);
|
|
642
|
-
if (cap) {
|
|
643
|
-
const trimmedUrl = cap[2].trim();
|
|
644
|
-
if (!this.options.pedantic && /^</.test(trimmedUrl)) {
|
|
645
|
-
if (!/>$/.test(trimmedUrl)) {
|
|
646
|
-
return;
|
|
647
|
-
}
|
|
648
|
-
const rtrimSlash = rtrim(trimmedUrl.slice(0, -1), "\\");
|
|
649
|
-
if ((trimmedUrl.length - rtrimSlash.length) % 2 === 0) {
|
|
650
|
-
return;
|
|
651
|
-
}
|
|
652
|
-
} else {
|
|
653
|
-
const lastParenIndex = findClosingBracket(cap[2], "()");
|
|
654
|
-
if (lastParenIndex > -1) {
|
|
655
|
-
const start = cap[0].indexOf("!") === 0 ? 5 : 4;
|
|
656
|
-
const linkLen = start + cap[1].length + lastParenIndex;
|
|
657
|
-
cap[2] = cap[2].substring(0, lastParenIndex);
|
|
658
|
-
cap[0] = cap[0].substring(0, linkLen).trim();
|
|
659
|
-
cap[3] = "";
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
let href = cap[2];
|
|
663
|
-
let title = "";
|
|
664
|
-
if (this.options.pedantic) {
|
|
665
|
-
const link = /^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(href);
|
|
666
|
-
if (link) {
|
|
667
|
-
href = link[1];
|
|
668
|
-
title = link[3];
|
|
669
|
-
}
|
|
670
|
-
} else {
|
|
671
|
-
title = cap[3] ? cap[3].slice(1, -1) : "";
|
|
672
|
-
}
|
|
673
|
-
href = href.trim();
|
|
674
|
-
if (/^</.test(href)) {
|
|
675
|
-
if (this.options.pedantic && !/>$/.test(trimmedUrl)) {
|
|
676
|
-
href = href.slice(1);
|
|
677
|
-
} else {
|
|
678
|
-
href = href.slice(1, -1);
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
return outputLink(cap, {
|
|
682
|
-
href: href ? href.replace(this.rules.inline._escapes, "$1") : href,
|
|
683
|
-
title: title ? title.replace(this.rules.inline._escapes, "$1") : title
|
|
684
|
-
}, cap[0], this.lexer);
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
reflink(src, links) {
|
|
688
|
-
let cap;
|
|
689
|
-
if ((cap = this.rules.inline.reflink.exec(src)) || (cap = this.rules.inline.nolink.exec(src))) {
|
|
690
|
-
let link = (cap[2] || cap[1]).replace(/\s+/g, " ");
|
|
691
|
-
link = links[link.toLowerCase()];
|
|
692
|
-
if (!link || !link.href) {
|
|
693
|
-
const text = cap[0].charAt(0);
|
|
694
|
-
return {
|
|
695
|
-
type: "text",
|
|
696
|
-
raw: text,
|
|
697
|
-
text
|
|
698
|
-
};
|
|
699
|
-
}
|
|
700
|
-
return outputLink(cap, link, cap[0], this.lexer);
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
emStrong(src, maskedSrc, prevChar = "") {
|
|
704
|
-
let match = this.rules.inline.emStrong.lDelim.exec(src);
|
|
705
|
-
if (!match)
|
|
706
|
-
return;
|
|
707
|
-
if (match[3] && prevChar.match(/[\p{L}\p{N}]/u))
|
|
708
|
-
return;
|
|
709
|
-
const nextChar = match[1] || match[2] || "";
|
|
710
|
-
if (!nextChar || nextChar && (prevChar === "" || this.rules.inline.punctuation.exec(prevChar))) {
|
|
711
|
-
const lLength = match[0].length - 1;
|
|
712
|
-
let rDelim, rLength, delimTotal = lLength, midDelimTotal = 0;
|
|
713
|
-
const endReg = match[0][0] === "*" ? this.rules.inline.emStrong.rDelimAst : this.rules.inline.emStrong.rDelimUnd;
|
|
714
|
-
endReg.lastIndex = 0;
|
|
715
|
-
maskedSrc = maskedSrc.slice(-1 * src.length + lLength);
|
|
716
|
-
while ((match = endReg.exec(maskedSrc)) != null) {
|
|
717
|
-
rDelim = match[1] || match[2] || match[3] || match[4] || match[5] || match[6];
|
|
718
|
-
if (!rDelim)
|
|
719
|
-
continue;
|
|
720
|
-
rLength = rDelim.length;
|
|
721
|
-
if (match[3] || match[4]) {
|
|
722
|
-
delimTotal += rLength;
|
|
723
|
-
continue;
|
|
724
|
-
} else if (match[5] || match[6]) {
|
|
725
|
-
if (lLength % 3 && !((lLength + rLength) % 3)) {
|
|
726
|
-
midDelimTotal += rLength;
|
|
727
|
-
continue;
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
delimTotal -= rLength;
|
|
731
|
-
if (delimTotal > 0)
|
|
732
|
-
continue;
|
|
733
|
-
rLength = Math.min(rLength, rLength + delimTotal + midDelimTotal);
|
|
734
|
-
if (Math.min(lLength, rLength) % 2) {
|
|
735
|
-
const text2 = src.slice(1, lLength + match.index + rLength);
|
|
736
|
-
return {
|
|
737
|
-
type: "em",
|
|
738
|
-
raw: src.slice(0, lLength + match.index + rLength + 1),
|
|
739
|
-
text: text2,
|
|
740
|
-
tokens: this.lexer.inlineTokens(text2)
|
|
741
|
-
};
|
|
742
|
-
}
|
|
743
|
-
const text = src.slice(2, lLength + match.index + rLength - 1);
|
|
744
|
-
return {
|
|
745
|
-
type: "strong",
|
|
746
|
-
raw: src.slice(0, lLength + match.index + rLength + 1),
|
|
747
|
-
text,
|
|
748
|
-
tokens: this.lexer.inlineTokens(text)
|
|
749
|
-
};
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
}
|
|
753
|
-
codespan(src) {
|
|
754
|
-
const cap = this.rules.inline.code.exec(src);
|
|
755
|
-
if (cap) {
|
|
756
|
-
let text = cap[2].replace(/\n/g, " ");
|
|
757
|
-
const hasNonSpaceChars = /[^ ]/.test(text);
|
|
758
|
-
const hasSpaceCharsOnBothEnds = /^ /.test(text) && / $/.test(text);
|
|
759
|
-
if (hasNonSpaceChars && hasSpaceCharsOnBothEnds) {
|
|
760
|
-
text = text.substring(1, text.length - 1);
|
|
761
|
-
}
|
|
762
|
-
text = escape(text, true);
|
|
763
|
-
return {
|
|
764
|
-
type: "codespan",
|
|
765
|
-
raw: cap[0],
|
|
766
|
-
text
|
|
767
|
-
};
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
br(src) {
|
|
771
|
-
const cap = this.rules.inline.br.exec(src);
|
|
772
|
-
if (cap) {
|
|
773
|
-
return {
|
|
774
|
-
type: "br",
|
|
775
|
-
raw: cap[0]
|
|
776
|
-
};
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
del(src) {
|
|
780
|
-
const cap = this.rules.inline.del.exec(src);
|
|
781
|
-
if (cap) {
|
|
782
|
-
return {
|
|
783
|
-
type: "del",
|
|
784
|
-
raw: cap[0],
|
|
785
|
-
text: cap[2],
|
|
786
|
-
tokens: this.lexer.inlineTokens(cap[2])
|
|
787
|
-
};
|
|
788
|
-
}
|
|
789
|
-
}
|
|
790
|
-
autolink(src, mangle2) {
|
|
791
|
-
const cap = this.rules.inline.autolink.exec(src);
|
|
792
|
-
if (cap) {
|
|
793
|
-
let text, href;
|
|
794
|
-
if (cap[2] === "@") {
|
|
795
|
-
text = escape(this.options.mangle ? mangle2(cap[1]) : cap[1]);
|
|
796
|
-
href = "mailto:" + text;
|
|
797
|
-
} else {
|
|
798
|
-
text = escape(cap[1]);
|
|
799
|
-
href = text;
|
|
800
|
-
}
|
|
801
|
-
return {
|
|
802
|
-
type: "link",
|
|
803
|
-
raw: cap[0],
|
|
804
|
-
text,
|
|
805
|
-
href,
|
|
806
|
-
tokens: [
|
|
807
|
-
{
|
|
808
|
-
type: "text",
|
|
809
|
-
raw: text,
|
|
810
|
-
text
|
|
811
|
-
}
|
|
812
|
-
]
|
|
813
|
-
};
|
|
814
|
-
}
|
|
815
|
-
}
|
|
816
|
-
url(src, mangle2) {
|
|
817
|
-
let cap;
|
|
818
|
-
if (cap = this.rules.inline.url.exec(src)) {
|
|
819
|
-
let text, href;
|
|
820
|
-
if (cap[2] === "@") {
|
|
821
|
-
text = escape(this.options.mangle ? mangle2(cap[0]) : cap[0]);
|
|
822
|
-
href = "mailto:" + text;
|
|
823
|
-
} else {
|
|
824
|
-
let prevCapZero;
|
|
825
|
-
do {
|
|
826
|
-
prevCapZero = cap[0];
|
|
827
|
-
cap[0] = this.rules.inline._backpedal.exec(cap[0])[0];
|
|
828
|
-
} while (prevCapZero !== cap[0]);
|
|
829
|
-
text = escape(cap[0]);
|
|
830
|
-
if (cap[1] === "www.") {
|
|
831
|
-
href = "http://" + text;
|
|
832
|
-
} else {
|
|
833
|
-
href = text;
|
|
834
|
-
}
|
|
835
|
-
}
|
|
836
|
-
return {
|
|
837
|
-
type: "link",
|
|
838
|
-
raw: cap[0],
|
|
839
|
-
text,
|
|
840
|
-
href,
|
|
841
|
-
tokens: [
|
|
842
|
-
{
|
|
843
|
-
type: "text",
|
|
844
|
-
raw: text,
|
|
845
|
-
text
|
|
846
|
-
}
|
|
847
|
-
]
|
|
848
|
-
};
|
|
849
|
-
}
|
|
850
|
-
}
|
|
851
|
-
inlineText(src, smartypants2) {
|
|
852
|
-
const cap = this.rules.inline.text.exec(src);
|
|
853
|
-
if (cap) {
|
|
854
|
-
let text;
|
|
855
|
-
if (this.lexer.state.inRawBlock) {
|
|
856
|
-
text = this.options.sanitize ? this.options.sanitizer ? this.options.sanitizer(cap[0]) : escape(cap[0]) : cap[0];
|
|
857
|
-
} else {
|
|
858
|
-
text = escape(this.options.smartypants ? smartypants2(cap[0]) : cap[0]);
|
|
859
|
-
}
|
|
860
|
-
return {
|
|
861
|
-
type: "text",
|
|
862
|
-
raw: cap[0],
|
|
863
|
-
text
|
|
864
|
-
};
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
const block = {
|
|
869
|
-
newline: /^(?: *(?:\n|$))+/,
|
|
870
|
-
code: /^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,
|
|
871
|
-
fences: /^ {0,3}(`{3,}(?=[^`\n]*\n)|~{3,})([^\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?=\n|$)|$)/,
|
|
872
|
-
hr: /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,
|
|
873
|
-
heading: /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,
|
|
874
|
-
blockquote: /^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,
|
|
875
|
-
list: /^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/,
|
|
876
|
-
html: "^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n *)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n *)+\\n|$))",
|
|
877
|
-
def: /^ {0,3}\[(label)\]: *(?:\n *)?<?([^\s>]+)>?(?:(?: +(?:\n *)?| *\n *)(title))? *(?:\n+|$)/,
|
|
878
|
-
table: noopTest,
|
|
879
|
-
lheading: /^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,
|
|
880
|
-
_paragraph: /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,
|
|
881
|
-
text: /^[^\n]+/
|
|
882
|
-
};
|
|
883
|
-
block._label = /(?!\s*\])(?:\\.|[^\[\]\\])+/;
|
|
884
|
-
block._title = /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/;
|
|
885
|
-
block.def = edit(block.def).replace("label", block._label).replace("title", block._title).getRegex();
|
|
886
|
-
block.bullet = /(?:[*+-]|\d{1,9}[.)])/;
|
|
887
|
-
block.listItemStart = edit(/^( *)(bull) */).replace("bull", block.bullet).getRegex();
|
|
888
|
-
block.list = edit(block.list).replace(/bull/g, block.bullet).replace("hr", "\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def", "\\n+(?=" + block.def.source + ")").getRegex();
|
|
889
|
-
block._tag = "address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul";
|
|
890
|
-
block._comment = /<!--(?!-?>)[\s\S]*?(?:-->|$)/;
|
|
891
|
-
block.html = edit(block.html, "i").replace("comment", block._comment).replace("tag", block._tag).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex();
|
|
892
|
-
block.paragraph = edit(block._paragraph).replace("hr", block.hr).replace("heading", " {0,3}#{1,6} ").replace("|lheading", "").replace("|table", "").replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", block._tag).getRegex();
|
|
893
|
-
block.blockquote = edit(block.blockquote).replace("paragraph", block.paragraph).getRegex();
|
|
894
|
-
block.normal = merge({}, block);
|
|
895
|
-
block.gfm = merge({}, block.normal, {
|
|
896
|
-
table: "^ *([^\\n ].*\\|.*)\\n {0,3}(?:\\| *)?(:?-+:? *(?:\\| *:?-+:? *)*)(?:\\| *)?(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"
|
|
897
|
-
});
|
|
898
|
-
block.gfm.table = edit(block.gfm.table).replace("hr", block.hr).replace("heading", " {0,3}#{1,6} ").replace("blockquote", " {0,3}>").replace("code", " {4}[^\\n]").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", block._tag).getRegex();
|
|
899
|
-
block.gfm.paragraph = edit(block._paragraph).replace("hr", block.hr).replace("heading", " {0,3}#{1,6} ").replace("|lheading", "").replace("table", block.gfm.table).replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", block._tag).getRegex();
|
|
900
|
-
block.pedantic = merge({}, block.normal, {
|
|
901
|
-
html: edit(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace("comment", block._comment).replace(/tag/g, "(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),
|
|
902
|
-
def: /^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,
|
|
903
|
-
heading: /^(#{1,6})(.*)(?:\n+|$)/,
|
|
904
|
-
fences: noopTest,
|
|
905
|
-
paragraph: edit(block.normal._paragraph).replace("hr", block.hr).replace("heading", " *#{1,6} *[^\n]").replace("lheading", block.lheading).replace("blockquote", " {0,3}>").replace("|fences", "").replace("|list", "").replace("|html", "").getRegex()
|
|
906
|
-
});
|
|
907
|
-
const inline = {
|
|
908
|
-
escape: /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,
|
|
909
|
-
autolink: /^<(scheme:[^\s\x00-\x1f<>]*|email)>/,
|
|
910
|
-
url: noopTest,
|
|
911
|
-
tag: "^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",
|
|
912
|
-
link: /^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,
|
|
913
|
-
reflink: /^!?\[(label)\]\[(ref)\]/,
|
|
914
|
-
nolink: /^!?\[(ref)\](?:\[\])?/,
|
|
915
|
-
reflinkSearch: "reflink|nolink(?!\\()",
|
|
916
|
-
emStrong: {
|
|
917
|
-
lDelim: /^(?:\*+(?:([punct_])|[^\s*]))|^_+(?:([punct*])|([^\s_]))/,
|
|
918
|
-
rDelimAst: /^[^_*]*?\_\_[^_*]*?\*[^_*]*?(?=\_\_)|[^*]+(?=[^*])|[punct_](\*+)(?=[\s]|$)|[^punct*_\s](\*+)(?=[punct_\s]|$)|[punct_\s](\*+)(?=[^punct*_\s])|[\s](\*+)(?=[punct_])|[punct_](\*+)(?=[punct_])|[^punct*_\s](\*+)(?=[^punct*_\s])/,
|
|
919
|
-
rDelimUnd: /^[^_*]*?\*\*[^_*]*?\_[^_*]*?(?=\*\*)|[^_]+(?=[^_])|[punct*](\_+)(?=[\s]|$)|[^punct*_\s](\_+)(?=[punct*\s]|$)|[punct*\s](\_+)(?=[^punct*_\s])|[\s](\_+)(?=[punct*])|[punct*](\_+)(?=[punct*])/
|
|
920
|
-
},
|
|
921
|
-
code: /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,
|
|
922
|
-
br: /^( {2,}|\\)\n(?!\s*$)/,
|
|
923
|
-
del: noopTest,
|
|
924
|
-
text: /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,
|
|
925
|
-
punctuation: /^([\spunctuation])/
|
|
926
|
-
};
|
|
927
|
-
inline._punctuation = "!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~";
|
|
928
|
-
inline.punctuation = edit(inline.punctuation).replace(/punctuation/g, inline._punctuation).getRegex();
|
|
929
|
-
inline.blockSkip = /\[[^\]]*?\]\([^\)]*?\)|`[^`]*?`|<[^>]*?>/g;
|
|
930
|
-
inline.escapedEmSt = /\\\*|\\_/g;
|
|
931
|
-
inline._comment = edit(block._comment).replace("(?:-->|$)", "-->").getRegex();
|
|
932
|
-
inline.emStrong.lDelim = edit(inline.emStrong.lDelim).replace(/punct/g, inline._punctuation).getRegex();
|
|
933
|
-
inline.emStrong.rDelimAst = edit(inline.emStrong.rDelimAst, "g").replace(/punct/g, inline._punctuation).getRegex();
|
|
934
|
-
inline.emStrong.rDelimUnd = edit(inline.emStrong.rDelimUnd, "g").replace(/punct/g, inline._punctuation).getRegex();
|
|
935
|
-
inline._escapes = /\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g;
|
|
936
|
-
inline._scheme = /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/;
|
|
937
|
-
inline._email = /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/;
|
|
938
|
-
inline.autolink = edit(inline.autolink).replace("scheme", inline._scheme).replace("email", inline._email).getRegex();
|
|
939
|
-
inline._attribute = /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/;
|
|
940
|
-
inline.tag = edit(inline.tag).replace("comment", inline._comment).replace("attribute", inline._attribute).getRegex();
|
|
941
|
-
inline._label = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/;
|
|
942
|
-
inline._href = /<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/;
|
|
943
|
-
inline._title = /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/;
|
|
944
|
-
inline.link = edit(inline.link).replace("label", inline._label).replace("href", inline._href).replace("title", inline._title).getRegex();
|
|
945
|
-
inline.reflink = edit(inline.reflink).replace("label", inline._label).replace("ref", block._label).getRegex();
|
|
946
|
-
inline.nolink = edit(inline.nolink).replace("ref", block._label).getRegex();
|
|
947
|
-
inline.reflinkSearch = edit(inline.reflinkSearch, "g").replace("reflink", inline.reflink).replace("nolink", inline.nolink).getRegex();
|
|
948
|
-
inline.normal = merge({}, inline);
|
|
949
|
-
inline.pedantic = merge({}, inline.normal, {
|
|
950
|
-
strong: {
|
|
951
|
-
start: /^__|\*\*/,
|
|
952
|
-
middle: /^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,
|
|
953
|
-
endAst: /\*\*(?!\*)/g,
|
|
954
|
-
endUnd: /__(?!_)/g
|
|
955
|
-
},
|
|
956
|
-
em: {
|
|
957
|
-
start: /^_|\*/,
|
|
958
|
-
middle: /^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,
|
|
959
|
-
endAst: /\*(?!\*)/g,
|
|
960
|
-
endUnd: /_(?!_)/g
|
|
961
|
-
},
|
|
962
|
-
link: edit(/^!?\[(label)\]\((.*?)\)/).replace("label", inline._label).getRegex(),
|
|
963
|
-
reflink: edit(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label", inline._label).getRegex()
|
|
964
|
-
});
|
|
965
|
-
inline.gfm = merge({}, inline.normal, {
|
|
966
|
-
escape: edit(inline.escape).replace("])", "~|])").getRegex(),
|
|
967
|
-
_extended_email: /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,
|
|
968
|
-
url: /^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,
|
|
969
|
-
_backpedal: /(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,
|
|
970
|
-
del: /^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,
|
|
971
|
-
text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/
|
|
972
|
-
});
|
|
973
|
-
inline.gfm.url = edit(inline.gfm.url, "i").replace("email", inline.gfm._extended_email).getRegex();
|
|
974
|
-
inline.breaks = merge({}, inline.gfm, {
|
|
975
|
-
br: edit(inline.br).replace("{2,}", "*").getRegex(),
|
|
976
|
-
text: edit(inline.gfm.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex()
|
|
977
|
-
});
|
|
978
|
-
function smartypants(text) {
|
|
979
|
-
return text.replace(/---/g, "\u2014").replace(/--/g, "\u2013").replace(/(^|[-\u2014/(\[{"\s])'/g, "$1\u2018").replace(/'/g, "\u2019").replace(/(^|[-\u2014/(\[{\u2018\s])"/g, "$1\u201C").replace(/"/g, "\u201D").replace(/\.{3}/g, "\u2026");
|
|
980
|
-
}
|
|
981
|
-
function mangle(text) {
|
|
982
|
-
let out = "", i, ch;
|
|
983
|
-
const l = text.length;
|
|
984
|
-
for (i = 0; i < l; i++) {
|
|
985
|
-
ch = text.charCodeAt(i);
|
|
986
|
-
if (Math.random() > 0.5) {
|
|
987
|
-
ch = "x" + ch.toString(16);
|
|
988
|
-
}
|
|
989
|
-
out += "&#" + ch + ";";
|
|
990
|
-
}
|
|
991
|
-
return out;
|
|
992
|
-
}
|
|
993
|
-
class Lexer {
|
|
994
|
-
constructor(options2) {
|
|
995
|
-
this.tokens = [];
|
|
996
|
-
this.tokens.links = Object.create(null);
|
|
997
|
-
this.options = options2 || defaults;
|
|
998
|
-
this.options.tokenizer = this.options.tokenizer || new Tokenizer();
|
|
999
|
-
this.tokenizer = this.options.tokenizer;
|
|
1000
|
-
this.tokenizer.options = this.options;
|
|
1001
|
-
this.tokenizer.lexer = this;
|
|
1002
|
-
this.inlineQueue = [];
|
|
1003
|
-
this.state = {
|
|
1004
|
-
inLink: false,
|
|
1005
|
-
inRawBlock: false,
|
|
1006
|
-
top: true
|
|
1007
|
-
};
|
|
1008
|
-
const rules = {
|
|
1009
|
-
block: block.normal,
|
|
1010
|
-
inline: inline.normal
|
|
1011
|
-
};
|
|
1012
|
-
if (this.options.pedantic) {
|
|
1013
|
-
rules.block = block.pedantic;
|
|
1014
|
-
rules.inline = inline.pedantic;
|
|
1015
|
-
} else if (this.options.gfm) {
|
|
1016
|
-
rules.block = block.gfm;
|
|
1017
|
-
if (this.options.breaks) {
|
|
1018
|
-
rules.inline = inline.breaks;
|
|
1019
|
-
} else {
|
|
1020
|
-
rules.inline = inline.gfm;
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
this.tokenizer.rules = rules;
|
|
1024
|
-
}
|
|
1025
|
-
static get rules() {
|
|
1026
|
-
return {
|
|
1027
|
-
block,
|
|
1028
|
-
inline
|
|
1029
|
-
};
|
|
1030
|
-
}
|
|
1031
|
-
static lex(src, options2) {
|
|
1032
|
-
const lexer2 = new Lexer(options2);
|
|
1033
|
-
return lexer2.lex(src);
|
|
1034
|
-
}
|
|
1035
|
-
static lexInline(src, options2) {
|
|
1036
|
-
const lexer2 = new Lexer(options2);
|
|
1037
|
-
return lexer2.inlineTokens(src);
|
|
1038
|
-
}
|
|
1039
|
-
lex(src) {
|
|
1040
|
-
src = src.replace(/\r\n|\r/g, "\n");
|
|
1041
|
-
this.blockTokens(src, this.tokens);
|
|
1042
|
-
let next;
|
|
1043
|
-
while (next = this.inlineQueue.shift()) {
|
|
1044
|
-
this.inlineTokens(next.src, next.tokens);
|
|
1045
|
-
}
|
|
1046
|
-
return this.tokens;
|
|
1047
|
-
}
|
|
1048
|
-
blockTokens(src, tokens = []) {
|
|
1049
|
-
if (this.options.pedantic) {
|
|
1050
|
-
src = src.replace(/\t/g, " ").replace(/^ +$/gm, "");
|
|
1051
|
-
} else {
|
|
1052
|
-
src = src.replace(/^( *)(\t+)/gm, (_, leading, tabs) => {
|
|
1053
|
-
return leading + " ".repeat(tabs.length);
|
|
1054
|
-
});
|
|
1055
|
-
}
|
|
1056
|
-
let token, lastToken, cutSrc, lastParagraphClipped;
|
|
1057
|
-
while (src) {
|
|
1058
|
-
if (this.options.extensions && this.options.extensions.block && this.options.extensions.block.some((extTokenizer) => {
|
|
1059
|
-
if (token = extTokenizer.call({lexer: this}, src, tokens)) {
|
|
1060
|
-
src = src.substring(token.raw.length);
|
|
1061
|
-
tokens.push(token);
|
|
1062
|
-
return true;
|
|
1063
|
-
}
|
|
1064
|
-
return false;
|
|
1065
|
-
})) {
|
|
1066
|
-
continue;
|
|
1067
|
-
}
|
|
1068
|
-
if (token = this.tokenizer.space(src)) {
|
|
1069
|
-
src = src.substring(token.raw.length);
|
|
1070
|
-
if (token.raw.length === 1 && tokens.length > 0) {
|
|
1071
|
-
tokens[tokens.length - 1].raw += "\n";
|
|
1072
|
-
} else {
|
|
1073
|
-
tokens.push(token);
|
|
1074
|
-
}
|
|
1075
|
-
continue;
|
|
1076
|
-
}
|
|
1077
|
-
if (token = this.tokenizer.code(src)) {
|
|
1078
|
-
src = src.substring(token.raw.length);
|
|
1079
|
-
lastToken = tokens[tokens.length - 1];
|
|
1080
|
-
if (lastToken && (lastToken.type === "paragraph" || lastToken.type === "text")) {
|
|
1081
|
-
lastToken.raw += "\n" + token.raw;
|
|
1082
|
-
lastToken.text += "\n" + token.text;
|
|
1083
|
-
this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text;
|
|
1084
|
-
} else {
|
|
1085
|
-
tokens.push(token);
|
|
1086
|
-
}
|
|
1087
|
-
continue;
|
|
1088
|
-
}
|
|
1089
|
-
if (token = this.tokenizer.fences(src)) {
|
|
1090
|
-
src = src.substring(token.raw.length);
|
|
1091
|
-
tokens.push(token);
|
|
1092
|
-
continue;
|
|
1093
|
-
}
|
|
1094
|
-
if (token = this.tokenizer.heading(src)) {
|
|
1095
|
-
src = src.substring(token.raw.length);
|
|
1096
|
-
tokens.push(token);
|
|
1097
|
-
continue;
|
|
1098
|
-
}
|
|
1099
|
-
if (token = this.tokenizer.hr(src)) {
|
|
1100
|
-
src = src.substring(token.raw.length);
|
|
1101
|
-
tokens.push(token);
|
|
1102
|
-
continue;
|
|
1103
|
-
}
|
|
1104
|
-
if (token = this.tokenizer.blockquote(src)) {
|
|
1105
|
-
src = src.substring(token.raw.length);
|
|
1106
|
-
tokens.push(token);
|
|
1107
|
-
continue;
|
|
1108
|
-
}
|
|
1109
|
-
if (token = this.tokenizer.list(src)) {
|
|
1110
|
-
src = src.substring(token.raw.length);
|
|
1111
|
-
tokens.push(token);
|
|
1112
|
-
continue;
|
|
1113
|
-
}
|
|
1114
|
-
if (token = this.tokenizer.html(src)) {
|
|
1115
|
-
src = src.substring(token.raw.length);
|
|
1116
|
-
tokens.push(token);
|
|
1117
|
-
continue;
|
|
1118
|
-
}
|
|
1119
|
-
if (token = this.tokenizer.def(src)) {
|
|
1120
|
-
src = src.substring(token.raw.length);
|
|
1121
|
-
lastToken = tokens[tokens.length - 1];
|
|
1122
|
-
if (lastToken && (lastToken.type === "paragraph" || lastToken.type === "text")) {
|
|
1123
|
-
lastToken.raw += "\n" + token.raw;
|
|
1124
|
-
lastToken.text += "\n" + token.raw;
|
|
1125
|
-
this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text;
|
|
1126
|
-
} else if (!this.tokens.links[token.tag]) {
|
|
1127
|
-
this.tokens.links[token.tag] = {
|
|
1128
|
-
href: token.href,
|
|
1129
|
-
title: token.title
|
|
1130
|
-
};
|
|
1131
|
-
}
|
|
1132
|
-
continue;
|
|
1133
|
-
}
|
|
1134
|
-
if (token = this.tokenizer.table(src)) {
|
|
1135
|
-
src = src.substring(token.raw.length);
|
|
1136
|
-
tokens.push(token);
|
|
1137
|
-
continue;
|
|
1138
|
-
}
|
|
1139
|
-
if (token = this.tokenizer.lheading(src)) {
|
|
1140
|
-
src = src.substring(token.raw.length);
|
|
1141
|
-
tokens.push(token);
|
|
1142
|
-
continue;
|
|
1143
|
-
}
|
|
1144
|
-
cutSrc = src;
|
|
1145
|
-
if (this.options.extensions && this.options.extensions.startBlock) {
|
|
1146
|
-
let startIndex = Infinity;
|
|
1147
|
-
const tempSrc = src.slice(1);
|
|
1148
|
-
let tempStart;
|
|
1149
|
-
this.options.extensions.startBlock.forEach(function(getStartIndex) {
|
|
1150
|
-
tempStart = getStartIndex.call({lexer: this}, tempSrc);
|
|
1151
|
-
if (typeof tempStart === "number" && tempStart >= 0) {
|
|
1152
|
-
startIndex = Math.min(startIndex, tempStart);
|
|
1153
|
-
}
|
|
1154
|
-
});
|
|
1155
|
-
if (startIndex < Infinity && startIndex >= 0) {
|
|
1156
|
-
cutSrc = src.substring(0, startIndex + 1);
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
if (this.state.top && (token = this.tokenizer.paragraph(cutSrc))) {
|
|
1160
|
-
lastToken = tokens[tokens.length - 1];
|
|
1161
|
-
if (lastParagraphClipped && lastToken.type === "paragraph") {
|
|
1162
|
-
lastToken.raw += "\n" + token.raw;
|
|
1163
|
-
lastToken.text += "\n" + token.text;
|
|
1164
|
-
this.inlineQueue.pop();
|
|
1165
|
-
this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text;
|
|
1166
|
-
} else {
|
|
1167
|
-
tokens.push(token);
|
|
1168
|
-
}
|
|
1169
|
-
lastParagraphClipped = cutSrc.length !== src.length;
|
|
1170
|
-
src = src.substring(token.raw.length);
|
|
1171
|
-
continue;
|
|
1172
|
-
}
|
|
1173
|
-
if (token = this.tokenizer.text(src)) {
|
|
1174
|
-
src = src.substring(token.raw.length);
|
|
1175
|
-
lastToken = tokens[tokens.length - 1];
|
|
1176
|
-
if (lastToken && lastToken.type === "text") {
|
|
1177
|
-
lastToken.raw += "\n" + token.raw;
|
|
1178
|
-
lastToken.text += "\n" + token.text;
|
|
1179
|
-
this.inlineQueue.pop();
|
|
1180
|
-
this.inlineQueue[this.inlineQueue.length - 1].src = lastToken.text;
|
|
1181
|
-
} else {
|
|
1182
|
-
tokens.push(token);
|
|
1183
|
-
}
|
|
1184
|
-
continue;
|
|
1185
|
-
}
|
|
1186
|
-
if (src) {
|
|
1187
|
-
const errMsg = "Infinite loop on byte: " + src.charCodeAt(0);
|
|
1188
|
-
if (this.options.silent) {
|
|
1189
|
-
console.error(errMsg);
|
|
1190
|
-
break;
|
|
1191
|
-
} else {
|
|
1192
|
-
throw new Error(errMsg);
|
|
1193
|
-
}
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
this.state.top = true;
|
|
1197
|
-
return tokens;
|
|
1198
|
-
}
|
|
1199
|
-
inline(src, tokens = []) {
|
|
1200
|
-
this.inlineQueue.push({src, tokens});
|
|
1201
|
-
return tokens;
|
|
1202
|
-
}
|
|
1203
|
-
inlineTokens(src, tokens = []) {
|
|
1204
|
-
let token, lastToken, cutSrc;
|
|
1205
|
-
let maskedSrc = src;
|
|
1206
|
-
let match;
|
|
1207
|
-
let keepPrevChar, prevChar;
|
|
1208
|
-
if (this.tokens.links) {
|
|
1209
|
-
const links = Object.keys(this.tokens.links);
|
|
1210
|
-
if (links.length > 0) {
|
|
1211
|
-
while ((match = this.tokenizer.rules.inline.reflinkSearch.exec(maskedSrc)) != null) {
|
|
1212
|
-
if (links.includes(match[0].slice(match[0].lastIndexOf("[") + 1, -1))) {
|
|
1213
|
-
maskedSrc = maskedSrc.slice(0, match.index) + "[" + repeatString("a", match[0].length - 2) + "]" + maskedSrc.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex);
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
}
|
|
1218
|
-
while ((match = this.tokenizer.rules.inline.blockSkip.exec(maskedSrc)) != null) {
|
|
1219
|
-
maskedSrc = maskedSrc.slice(0, match.index) + "[" + repeatString("a", match[0].length - 2) + "]" + maskedSrc.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);
|
|
1220
|
-
}
|
|
1221
|
-
while ((match = this.tokenizer.rules.inline.escapedEmSt.exec(maskedSrc)) != null) {
|
|
1222
|
-
maskedSrc = maskedSrc.slice(0, match.index) + "++" + maskedSrc.slice(this.tokenizer.rules.inline.escapedEmSt.lastIndex);
|
|
1223
|
-
}
|
|
1224
|
-
while (src) {
|
|
1225
|
-
if (!keepPrevChar) {
|
|
1226
|
-
prevChar = "";
|
|
1227
|
-
}
|
|
1228
|
-
keepPrevChar = false;
|
|
1229
|
-
if (this.options.extensions && this.options.extensions.inline && this.options.extensions.inline.some((extTokenizer) => {
|
|
1230
|
-
if (token = extTokenizer.call({lexer: this}, src, tokens)) {
|
|
1231
|
-
src = src.substring(token.raw.length);
|
|
1232
|
-
tokens.push(token);
|
|
1233
|
-
return true;
|
|
1234
|
-
}
|
|
1235
|
-
return false;
|
|
1236
|
-
})) {
|
|
1237
|
-
continue;
|
|
1238
|
-
}
|
|
1239
|
-
if (token = this.tokenizer.escape(src)) {
|
|
1240
|
-
src = src.substring(token.raw.length);
|
|
1241
|
-
tokens.push(token);
|
|
1242
|
-
continue;
|
|
1243
|
-
}
|
|
1244
|
-
if (token = this.tokenizer.tag(src)) {
|
|
1245
|
-
src = src.substring(token.raw.length);
|
|
1246
|
-
lastToken = tokens[tokens.length - 1];
|
|
1247
|
-
if (lastToken && token.type === "text" && lastToken.type === "text") {
|
|
1248
|
-
lastToken.raw += token.raw;
|
|
1249
|
-
lastToken.text += token.text;
|
|
1250
|
-
} else {
|
|
1251
|
-
tokens.push(token);
|
|
1252
|
-
}
|
|
1253
|
-
continue;
|
|
1254
|
-
}
|
|
1255
|
-
if (token = this.tokenizer.link(src)) {
|
|
1256
|
-
src = src.substring(token.raw.length);
|
|
1257
|
-
tokens.push(token);
|
|
1258
|
-
continue;
|
|
1259
|
-
}
|
|
1260
|
-
if (token = this.tokenizer.reflink(src, this.tokens.links)) {
|
|
1261
|
-
src = src.substring(token.raw.length);
|
|
1262
|
-
lastToken = tokens[tokens.length - 1];
|
|
1263
|
-
if (lastToken && token.type === "text" && lastToken.type === "text") {
|
|
1264
|
-
lastToken.raw += token.raw;
|
|
1265
|
-
lastToken.text += token.text;
|
|
1266
|
-
} else {
|
|
1267
|
-
tokens.push(token);
|
|
1268
|
-
}
|
|
1269
|
-
continue;
|
|
1270
|
-
}
|
|
1271
|
-
if (token = this.tokenizer.emStrong(src, maskedSrc, prevChar)) {
|
|
1272
|
-
src = src.substring(token.raw.length);
|
|
1273
|
-
tokens.push(token);
|
|
1274
|
-
continue;
|
|
1275
|
-
}
|
|
1276
|
-
if (token = this.tokenizer.codespan(src)) {
|
|
1277
|
-
src = src.substring(token.raw.length);
|
|
1278
|
-
tokens.push(token);
|
|
1279
|
-
continue;
|
|
1280
|
-
}
|
|
1281
|
-
if (token = this.tokenizer.br(src)) {
|
|
1282
|
-
src = src.substring(token.raw.length);
|
|
1283
|
-
tokens.push(token);
|
|
1284
|
-
continue;
|
|
1285
|
-
}
|
|
1286
|
-
if (token = this.tokenizer.del(src)) {
|
|
1287
|
-
src = src.substring(token.raw.length);
|
|
1288
|
-
tokens.push(token);
|
|
1289
|
-
continue;
|
|
1290
|
-
}
|
|
1291
|
-
if (token = this.tokenizer.autolink(src, mangle)) {
|
|
1292
|
-
src = src.substring(token.raw.length);
|
|
1293
|
-
tokens.push(token);
|
|
1294
|
-
continue;
|
|
1295
|
-
}
|
|
1296
|
-
if (!this.state.inLink && (token = this.tokenizer.url(src, mangle))) {
|
|
1297
|
-
src = src.substring(token.raw.length);
|
|
1298
|
-
tokens.push(token);
|
|
1299
|
-
continue;
|
|
1300
|
-
}
|
|
1301
|
-
cutSrc = src;
|
|
1302
|
-
if (this.options.extensions && this.options.extensions.startInline) {
|
|
1303
|
-
let startIndex = Infinity;
|
|
1304
|
-
const tempSrc = src.slice(1);
|
|
1305
|
-
let tempStart;
|
|
1306
|
-
this.options.extensions.startInline.forEach(function(getStartIndex) {
|
|
1307
|
-
tempStart = getStartIndex.call({lexer: this}, tempSrc);
|
|
1308
|
-
if (typeof tempStart === "number" && tempStart >= 0) {
|
|
1309
|
-
startIndex = Math.min(startIndex, tempStart);
|
|
1310
|
-
}
|
|
1311
|
-
});
|
|
1312
|
-
if (startIndex < Infinity && startIndex >= 0) {
|
|
1313
|
-
cutSrc = src.substring(0, startIndex + 1);
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
if (token = this.tokenizer.inlineText(cutSrc, smartypants)) {
|
|
1317
|
-
src = src.substring(token.raw.length);
|
|
1318
|
-
if (token.raw.slice(-1) !== "_") {
|
|
1319
|
-
prevChar = token.raw.slice(-1);
|
|
1320
|
-
}
|
|
1321
|
-
keepPrevChar = true;
|
|
1322
|
-
lastToken = tokens[tokens.length - 1];
|
|
1323
|
-
if (lastToken && lastToken.type === "text") {
|
|
1324
|
-
lastToken.raw += token.raw;
|
|
1325
|
-
lastToken.text += token.text;
|
|
1326
|
-
} else {
|
|
1327
|
-
tokens.push(token);
|
|
1328
|
-
}
|
|
1329
|
-
continue;
|
|
1330
|
-
}
|
|
1331
|
-
if (src) {
|
|
1332
|
-
const errMsg = "Infinite loop on byte: " + src.charCodeAt(0);
|
|
1333
|
-
if (this.options.silent) {
|
|
1334
|
-
console.error(errMsg);
|
|
1335
|
-
break;
|
|
1336
|
-
} else {
|
|
1337
|
-
throw new Error(errMsg);
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
}
|
|
1341
|
-
return tokens;
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
class Renderer {
|
|
1345
|
-
constructor(options2) {
|
|
1346
|
-
this.options = options2 || defaults;
|
|
1347
|
-
}
|
|
1348
|
-
code(code, infostring, escaped) {
|
|
1349
|
-
const lang = (infostring || "").match(/\S*/)[0];
|
|
1350
|
-
if (this.options.highlight) {
|
|
1351
|
-
const out = this.options.highlight(code, lang);
|
|
1352
|
-
if (out != null && out !== code) {
|
|
1353
|
-
escaped = true;
|
|
1354
|
-
code = out;
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
1357
|
-
code = code.replace(/\n$/, "") + "\n";
|
|
1358
|
-
if (!lang) {
|
|
1359
|
-
return "<pre><code>" + (escaped ? code : escape(code, true)) + "</code></pre>\n";
|
|
1360
|
-
}
|
|
1361
|
-
return '<pre><code class="' + this.options.langPrefix + escape(lang, true) + '">' + (escaped ? code : escape(code, true)) + "</code></pre>\n";
|
|
1362
|
-
}
|
|
1363
|
-
blockquote(quote) {
|
|
1364
|
-
return `<blockquote>
|
|
1365
|
-
${quote}</blockquote>
|
|
1366
|
-
`;
|
|
1367
|
-
}
|
|
1368
|
-
html(html) {
|
|
1369
|
-
return html;
|
|
1370
|
-
}
|
|
1371
|
-
heading(text, level, raw, slugger) {
|
|
1372
|
-
if (this.options.headerIds) {
|
|
1373
|
-
const id = this.options.headerPrefix + slugger.slug(raw);
|
|
1374
|
-
return `<h${level} id="${id}">${text}</h${level}>
|
|
1375
|
-
`;
|
|
1376
|
-
}
|
|
1377
|
-
return `<h${level}>${text}</h${level}>
|
|
1378
|
-
`;
|
|
1379
|
-
}
|
|
1380
|
-
hr() {
|
|
1381
|
-
return this.options.xhtml ? "<hr/>\n" : "<hr>\n";
|
|
1382
|
-
}
|
|
1383
|
-
list(body, ordered, start) {
|
|
1384
|
-
const type = ordered ? "ol" : "ul", startatt = ordered && start !== 1 ? ' start="' + start + '"' : "";
|
|
1385
|
-
return "<" + type + startatt + ">\n" + body + "</" + type + ">\n";
|
|
1386
|
-
}
|
|
1387
|
-
listitem(text) {
|
|
1388
|
-
return `<li>${text}</li>
|
|
1389
|
-
`;
|
|
1390
|
-
}
|
|
1391
|
-
checkbox(checked) {
|
|
1392
|
-
return "<input " + (checked ? 'checked="" ' : "") + 'disabled="" type="checkbox"' + (this.options.xhtml ? " /" : "") + "> ";
|
|
1393
|
-
}
|
|
1394
|
-
paragraph(text) {
|
|
1395
|
-
return `<p>${text}</p>
|
|
1396
|
-
`;
|
|
1397
|
-
}
|
|
1398
|
-
table(header, body) {
|
|
1399
|
-
if (body)
|
|
1400
|
-
body = `<tbody>${body}</tbody>`;
|
|
1401
|
-
return "<table>\n<thead>\n" + header + "</thead>\n" + body + "</table>\n";
|
|
1402
|
-
}
|
|
1403
|
-
tablerow(content) {
|
|
1404
|
-
return `<tr>
|
|
1405
|
-
${content}</tr>
|
|
1406
|
-
`;
|
|
1407
|
-
}
|
|
1408
|
-
tablecell(content, flags) {
|
|
1409
|
-
const type = flags.header ? "th" : "td";
|
|
1410
|
-
const tag = flags.align ? `<${type} align="${flags.align}">` : `<${type}>`;
|
|
1411
|
-
return tag + content + `</${type}>
|
|
1412
|
-
`;
|
|
1413
|
-
}
|
|
1414
|
-
strong(text) {
|
|
1415
|
-
return `<strong>${text}</strong>`;
|
|
1416
|
-
}
|
|
1417
|
-
em(text) {
|
|
1418
|
-
return `<em>${text}</em>`;
|
|
1419
|
-
}
|
|
1420
|
-
codespan(text) {
|
|
1421
|
-
return `<code>${text}</code>`;
|
|
1422
|
-
}
|
|
1423
|
-
br() {
|
|
1424
|
-
return this.options.xhtml ? "<br/>" : "<br>";
|
|
1425
|
-
}
|
|
1426
|
-
del(text) {
|
|
1427
|
-
return `<del>${text}</del>`;
|
|
1428
|
-
}
|
|
1429
|
-
link(href, title, text) {
|
|
1430
|
-
href = cleanUrl(this.options.sanitize, this.options.baseUrl, href);
|
|
1431
|
-
if (href === null) {
|
|
1432
|
-
return text;
|
|
1433
|
-
}
|
|
1434
|
-
let out = '<a href="' + escape(href) + '"';
|
|
1435
|
-
if (title) {
|
|
1436
|
-
out += ' title="' + title + '"';
|
|
1437
|
-
}
|
|
1438
|
-
out += ">" + text + "</a>";
|
|
1439
|
-
return out;
|
|
1440
|
-
}
|
|
1441
|
-
image(href, title, text) {
|
|
1442
|
-
href = cleanUrl(this.options.sanitize, this.options.baseUrl, href);
|
|
1443
|
-
if (href === null) {
|
|
1444
|
-
return text;
|
|
1445
|
-
}
|
|
1446
|
-
let out = `<img src="${href}" alt="${text}"`;
|
|
1447
|
-
if (title) {
|
|
1448
|
-
out += ` title="${title}"`;
|
|
1449
|
-
}
|
|
1450
|
-
out += this.options.xhtml ? "/>" : ">";
|
|
1451
|
-
return out;
|
|
1452
|
-
}
|
|
1453
|
-
text(text) {
|
|
1454
|
-
return text;
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
|
-
class TextRenderer {
|
|
1458
|
-
strong(text) {
|
|
1459
|
-
return text;
|
|
1460
|
-
}
|
|
1461
|
-
em(text) {
|
|
1462
|
-
return text;
|
|
1463
|
-
}
|
|
1464
|
-
codespan(text) {
|
|
1465
|
-
return text;
|
|
1466
|
-
}
|
|
1467
|
-
del(text) {
|
|
1468
|
-
return text;
|
|
1469
|
-
}
|
|
1470
|
-
html(text) {
|
|
1471
|
-
return text;
|
|
1472
|
-
}
|
|
1473
|
-
text(text) {
|
|
1474
|
-
return text;
|
|
1475
|
-
}
|
|
1476
|
-
link(href, title, text) {
|
|
1477
|
-
return "" + text;
|
|
1478
|
-
}
|
|
1479
|
-
image(href, title, text) {
|
|
1480
|
-
return "" + text;
|
|
1481
|
-
}
|
|
1482
|
-
br() {
|
|
1483
|
-
return "";
|
|
1484
|
-
}
|
|
1485
|
-
}
|
|
1486
|
-
class Slugger {
|
|
1487
|
-
constructor() {
|
|
1488
|
-
this.seen = {};
|
|
1489
|
-
}
|
|
1490
|
-
serialize(value) {
|
|
1491
|
-
return value.toLowerCase().trim().replace(/<[!\/a-z].*?>/ig, "").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g, "").replace(/\s/g, "-");
|
|
1492
|
-
}
|
|
1493
|
-
getNextSafeSlug(originalSlug, isDryRun) {
|
|
1494
|
-
let slug = originalSlug;
|
|
1495
|
-
let occurenceAccumulator = 0;
|
|
1496
|
-
if (this.seen.hasOwnProperty(slug)) {
|
|
1497
|
-
occurenceAccumulator = this.seen[originalSlug];
|
|
1498
|
-
do {
|
|
1499
|
-
occurenceAccumulator++;
|
|
1500
|
-
slug = originalSlug + "-" + occurenceAccumulator;
|
|
1501
|
-
} while (this.seen.hasOwnProperty(slug));
|
|
1502
|
-
}
|
|
1503
|
-
if (!isDryRun) {
|
|
1504
|
-
this.seen[originalSlug] = occurenceAccumulator;
|
|
1505
|
-
this.seen[slug] = 0;
|
|
1506
|
-
}
|
|
1507
|
-
return slug;
|
|
1508
|
-
}
|
|
1509
|
-
slug(value, options2 = {}) {
|
|
1510
|
-
const slug = this.serialize(value);
|
|
1511
|
-
return this.getNextSafeSlug(slug, options2.dryrun);
|
|
1512
|
-
}
|
|
1513
|
-
}
|
|
1514
|
-
class Parser {
|
|
1515
|
-
constructor(options2) {
|
|
1516
|
-
this.options = options2 || defaults;
|
|
1517
|
-
this.options.renderer = this.options.renderer || new Renderer();
|
|
1518
|
-
this.renderer = this.options.renderer;
|
|
1519
|
-
this.renderer.options = this.options;
|
|
1520
|
-
this.textRenderer = new TextRenderer();
|
|
1521
|
-
this.slugger = new Slugger();
|
|
1522
|
-
}
|
|
1523
|
-
static parse(tokens, options2) {
|
|
1524
|
-
const parser2 = new Parser(options2);
|
|
1525
|
-
return parser2.parse(tokens);
|
|
1526
|
-
}
|
|
1527
|
-
static parseInline(tokens, options2) {
|
|
1528
|
-
const parser2 = new Parser(options2);
|
|
1529
|
-
return parser2.parseInline(tokens);
|
|
1530
|
-
}
|
|
1531
|
-
parse(tokens, top = true) {
|
|
1532
|
-
let out = "", i, j, k, l2, l3, row, cell, header, body, token, ordered, start, loose, itemBody, item, checked, task, checkbox, ret;
|
|
1533
|
-
const l = tokens.length;
|
|
1534
|
-
for (i = 0; i < l; i++) {
|
|
1535
|
-
token = tokens[i];
|
|
1536
|
-
if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) {
|
|
1537
|
-
ret = this.options.extensions.renderers[token.type].call({parser: this}, token);
|
|
1538
|
-
if (ret !== false || !["space", "hr", "heading", "code", "table", "blockquote", "list", "html", "paragraph", "text"].includes(token.type)) {
|
|
1539
|
-
out += ret || "";
|
|
1540
|
-
continue;
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1543
|
-
switch (token.type) {
|
|
1544
|
-
case "space": {
|
|
1545
|
-
continue;
|
|
1546
|
-
}
|
|
1547
|
-
case "hr": {
|
|
1548
|
-
out += this.renderer.hr();
|
|
1549
|
-
continue;
|
|
1550
|
-
}
|
|
1551
|
-
case "heading": {
|
|
1552
|
-
out += this.renderer.heading(this.parseInline(token.tokens), token.depth, unescape(this.parseInline(token.tokens, this.textRenderer)), this.slugger);
|
|
1553
|
-
continue;
|
|
1554
|
-
}
|
|
1555
|
-
case "code": {
|
|
1556
|
-
out += this.renderer.code(token.text, token.lang, token.escaped);
|
|
1557
|
-
continue;
|
|
1558
|
-
}
|
|
1559
|
-
case "table": {
|
|
1560
|
-
header = "";
|
|
1561
|
-
cell = "";
|
|
1562
|
-
l2 = token.header.length;
|
|
1563
|
-
for (j = 0; j < l2; j++) {
|
|
1564
|
-
cell += this.renderer.tablecell(this.parseInline(token.header[j].tokens), {header: true, align: token.align[j]});
|
|
1565
|
-
}
|
|
1566
|
-
header += this.renderer.tablerow(cell);
|
|
1567
|
-
body = "";
|
|
1568
|
-
l2 = token.rows.length;
|
|
1569
|
-
for (j = 0; j < l2; j++) {
|
|
1570
|
-
row = token.rows[j];
|
|
1571
|
-
cell = "";
|
|
1572
|
-
l3 = row.length;
|
|
1573
|
-
for (k = 0; k < l3; k++) {
|
|
1574
|
-
cell += this.renderer.tablecell(this.parseInline(row[k].tokens), {header: false, align: token.align[k]});
|
|
1575
|
-
}
|
|
1576
|
-
body += this.renderer.tablerow(cell);
|
|
1577
|
-
}
|
|
1578
|
-
out += this.renderer.table(header, body);
|
|
1579
|
-
continue;
|
|
1580
|
-
}
|
|
1581
|
-
case "blockquote": {
|
|
1582
|
-
body = this.parse(token.tokens);
|
|
1583
|
-
out += this.renderer.blockquote(body);
|
|
1584
|
-
continue;
|
|
1585
|
-
}
|
|
1586
|
-
case "list": {
|
|
1587
|
-
ordered = token.ordered;
|
|
1588
|
-
start = token.start;
|
|
1589
|
-
loose = token.loose;
|
|
1590
|
-
l2 = token.items.length;
|
|
1591
|
-
body = "";
|
|
1592
|
-
for (j = 0; j < l2; j++) {
|
|
1593
|
-
item = token.items[j];
|
|
1594
|
-
checked = item.checked;
|
|
1595
|
-
task = item.task;
|
|
1596
|
-
itemBody = "";
|
|
1597
|
-
if (item.task) {
|
|
1598
|
-
checkbox = this.renderer.checkbox(checked);
|
|
1599
|
-
if (loose) {
|
|
1600
|
-
if (item.tokens.length > 0 && item.tokens[0].type === "paragraph") {
|
|
1601
|
-
item.tokens[0].text = checkbox + " " + item.tokens[0].text;
|
|
1602
|
-
if (item.tokens[0].tokens && item.tokens[0].tokens.length > 0 && item.tokens[0].tokens[0].type === "text") {
|
|
1603
|
-
item.tokens[0].tokens[0].text = checkbox + " " + item.tokens[0].tokens[0].text;
|
|
1604
|
-
}
|
|
1605
|
-
} else {
|
|
1606
|
-
item.tokens.unshift({
|
|
1607
|
-
type: "text",
|
|
1608
|
-
text: checkbox
|
|
1609
|
-
});
|
|
1610
|
-
}
|
|
1611
|
-
} else {
|
|
1612
|
-
itemBody += checkbox;
|
|
1613
|
-
}
|
|
1614
|
-
}
|
|
1615
|
-
itemBody += this.parse(item.tokens, loose);
|
|
1616
|
-
body += this.renderer.listitem(itemBody, task, checked);
|
|
1617
|
-
}
|
|
1618
|
-
out += this.renderer.list(body, ordered, start);
|
|
1619
|
-
continue;
|
|
1620
|
-
}
|
|
1621
|
-
case "html": {
|
|
1622
|
-
out += this.renderer.html(token.text);
|
|
1623
|
-
continue;
|
|
1624
|
-
}
|
|
1625
|
-
case "paragraph": {
|
|
1626
|
-
out += this.renderer.paragraph(this.parseInline(token.tokens));
|
|
1627
|
-
continue;
|
|
1628
|
-
}
|
|
1629
|
-
case "text": {
|
|
1630
|
-
body = token.tokens ? this.parseInline(token.tokens) : token.text;
|
|
1631
|
-
while (i + 1 < l && tokens[i + 1].type === "text") {
|
|
1632
|
-
token = tokens[++i];
|
|
1633
|
-
body += "\n" + (token.tokens ? this.parseInline(token.tokens) : token.text);
|
|
1634
|
-
}
|
|
1635
|
-
out += top ? this.renderer.paragraph(body) : body;
|
|
1636
|
-
continue;
|
|
1637
|
-
}
|
|
1638
|
-
default: {
|
|
1639
|
-
const errMsg = 'Token with "' + token.type + '" type was not found.';
|
|
1640
|
-
if (this.options.silent) {
|
|
1641
|
-
console.error(errMsg);
|
|
1642
|
-
return;
|
|
1643
|
-
} else {
|
|
1644
|
-
throw new Error(errMsg);
|
|
1645
|
-
}
|
|
1646
|
-
}
|
|
1647
|
-
}
|
|
1648
|
-
}
|
|
1649
|
-
return out;
|
|
1650
|
-
}
|
|
1651
|
-
parseInline(tokens, renderer) {
|
|
1652
|
-
renderer = renderer || this.renderer;
|
|
1653
|
-
let out = "", i, token, ret;
|
|
1654
|
-
const l = tokens.length;
|
|
1655
|
-
for (i = 0; i < l; i++) {
|
|
1656
|
-
token = tokens[i];
|
|
1657
|
-
if (this.options.extensions && this.options.extensions.renderers && this.options.extensions.renderers[token.type]) {
|
|
1658
|
-
ret = this.options.extensions.renderers[token.type].call({parser: this}, token);
|
|
1659
|
-
if (ret !== false || !["escape", "html", "link", "image", "strong", "em", "codespan", "br", "del", "text"].includes(token.type)) {
|
|
1660
|
-
out += ret || "";
|
|
1661
|
-
continue;
|
|
1662
|
-
}
|
|
1663
|
-
}
|
|
1664
|
-
switch (token.type) {
|
|
1665
|
-
case "escape": {
|
|
1666
|
-
out += renderer.text(token.text);
|
|
1667
|
-
break;
|
|
1668
|
-
}
|
|
1669
|
-
case "html": {
|
|
1670
|
-
out += renderer.html(token.text);
|
|
1671
|
-
break;
|
|
1672
|
-
}
|
|
1673
|
-
case "link": {
|
|
1674
|
-
out += renderer.link(token.href, token.title, this.parseInline(token.tokens, renderer));
|
|
1675
|
-
break;
|
|
1676
|
-
}
|
|
1677
|
-
case "image": {
|
|
1678
|
-
out += renderer.image(token.href, token.title, token.text);
|
|
1679
|
-
break;
|
|
1680
|
-
}
|
|
1681
|
-
case "strong": {
|
|
1682
|
-
out += renderer.strong(this.parseInline(token.tokens, renderer));
|
|
1683
|
-
break;
|
|
1684
|
-
}
|
|
1685
|
-
case "em": {
|
|
1686
|
-
out += renderer.em(this.parseInline(token.tokens, renderer));
|
|
1687
|
-
break;
|
|
1688
|
-
}
|
|
1689
|
-
case "codespan": {
|
|
1690
|
-
out += renderer.codespan(token.text);
|
|
1691
|
-
break;
|
|
1692
|
-
}
|
|
1693
|
-
case "br": {
|
|
1694
|
-
out += renderer.br();
|
|
1695
|
-
break;
|
|
1696
|
-
}
|
|
1697
|
-
case "del": {
|
|
1698
|
-
out += renderer.del(this.parseInline(token.tokens, renderer));
|
|
1699
|
-
break;
|
|
1700
|
-
}
|
|
1701
|
-
case "text": {
|
|
1702
|
-
out += renderer.text(token.text);
|
|
1703
|
-
break;
|
|
1704
|
-
}
|
|
1705
|
-
default: {
|
|
1706
|
-
const errMsg = 'Token with "' + token.type + '" type was not found.';
|
|
1707
|
-
if (this.options.silent) {
|
|
1708
|
-
console.error(errMsg);
|
|
1709
|
-
return;
|
|
1710
|
-
} else {
|
|
1711
|
-
throw new Error(errMsg);
|
|
1712
|
-
}
|
|
1713
|
-
}
|
|
1714
|
-
}
|
|
1715
|
-
}
|
|
1716
|
-
return out;
|
|
1717
|
-
}
|
|
1718
|
-
}
|
|
1719
|
-
function marked(src, opt, callback) {
|
|
1720
|
-
if (typeof src === "undefined" || src === null) {
|
|
1721
|
-
throw new Error("marked(): input parameter is undefined or null");
|
|
1722
|
-
}
|
|
1723
|
-
if (typeof src !== "string") {
|
|
1724
|
-
throw new Error("marked(): input parameter is of type " + Object.prototype.toString.call(src) + ", string expected");
|
|
1725
|
-
}
|
|
1726
|
-
if (typeof opt === "function") {
|
|
1727
|
-
callback = opt;
|
|
1728
|
-
opt = null;
|
|
1729
|
-
}
|
|
1730
|
-
opt = merge({}, marked.defaults, opt || {});
|
|
1731
|
-
checkSanitizeDeprecation(opt);
|
|
1732
|
-
if (callback) {
|
|
1733
|
-
const highlight = opt.highlight;
|
|
1734
|
-
let tokens;
|
|
1735
|
-
try {
|
|
1736
|
-
tokens = Lexer.lex(src, opt);
|
|
1737
|
-
} catch (e) {
|
|
1738
|
-
return callback(e);
|
|
1739
|
-
}
|
|
1740
|
-
const done = function(err) {
|
|
1741
|
-
let out;
|
|
1742
|
-
if (!err) {
|
|
1743
|
-
try {
|
|
1744
|
-
if (opt.walkTokens) {
|
|
1745
|
-
marked.walkTokens(tokens, opt.walkTokens);
|
|
1746
|
-
}
|
|
1747
|
-
out = Parser.parse(tokens, opt);
|
|
1748
|
-
} catch (e) {
|
|
1749
|
-
err = e;
|
|
1750
|
-
}
|
|
1751
|
-
}
|
|
1752
|
-
opt.highlight = highlight;
|
|
1753
|
-
return err ? callback(err) : callback(null, out);
|
|
1754
|
-
};
|
|
1755
|
-
if (!highlight || highlight.length < 3) {
|
|
1756
|
-
return done();
|
|
1757
|
-
}
|
|
1758
|
-
delete opt.highlight;
|
|
1759
|
-
if (!tokens.length)
|
|
1760
|
-
return done();
|
|
1761
|
-
let pending = 0;
|
|
1762
|
-
marked.walkTokens(tokens, function(token) {
|
|
1763
|
-
if (token.type === "code") {
|
|
1764
|
-
pending++;
|
|
1765
|
-
setTimeout(() => {
|
|
1766
|
-
highlight(token.text, token.lang, function(err, code) {
|
|
1767
|
-
if (err) {
|
|
1768
|
-
return done(err);
|
|
1769
|
-
}
|
|
1770
|
-
if (code != null && code !== token.text) {
|
|
1771
|
-
token.text = code;
|
|
1772
|
-
token.escaped = true;
|
|
1773
|
-
}
|
|
1774
|
-
pending--;
|
|
1775
|
-
if (pending === 0) {
|
|
1776
|
-
done();
|
|
1777
|
-
}
|
|
1778
|
-
});
|
|
1779
|
-
}, 0);
|
|
1780
|
-
}
|
|
1781
|
-
});
|
|
1782
|
-
if (pending === 0) {
|
|
1783
|
-
done();
|
|
1784
|
-
}
|
|
1785
|
-
return;
|
|
1786
|
-
}
|
|
1787
|
-
function onError(e) {
|
|
1788
|
-
e.message += "\nPlease report this to https://github.com/markedjs/marked.";
|
|
1789
|
-
if (opt.silent) {
|
|
1790
|
-
return "<p>An error occurred:</p><pre>" + escape(e.message + "", true) + "</pre>";
|
|
1791
|
-
}
|
|
1792
|
-
throw e;
|
|
1793
|
-
}
|
|
1794
|
-
try {
|
|
1795
|
-
const tokens = Lexer.lex(src, opt);
|
|
1796
|
-
if (opt.walkTokens) {
|
|
1797
|
-
if (opt.async) {
|
|
1798
|
-
return Promise.all(marked.walkTokens(tokens, opt.walkTokens)).then(() => {
|
|
1799
|
-
return Parser.parse(tokens, opt);
|
|
1800
|
-
}).catch(onError);
|
|
1801
|
-
}
|
|
1802
|
-
marked.walkTokens(tokens, opt.walkTokens);
|
|
1803
|
-
}
|
|
1804
|
-
return Parser.parse(tokens, opt);
|
|
1805
|
-
} catch (e) {
|
|
1806
|
-
onError(e);
|
|
1807
|
-
}
|
|
1808
|
-
}
|
|
1809
|
-
marked.options = marked.setOptions = function(opt) {
|
|
1810
|
-
merge(marked.defaults, opt);
|
|
1811
|
-
changeDefaults(marked.defaults);
|
|
1812
|
-
return marked;
|
|
1813
|
-
};
|
|
1814
|
-
marked.getDefaults = getDefaults;
|
|
1815
|
-
marked.defaults = defaults;
|
|
1816
|
-
marked.use = function(...args) {
|
|
1817
|
-
const opts = merge({}, ...args);
|
|
1818
|
-
const extensions = marked.defaults.extensions || {renderers: {}, childTokens: {}};
|
|
1819
|
-
let hasExtensions;
|
|
1820
|
-
args.forEach((pack) => {
|
|
1821
|
-
if (pack.extensions) {
|
|
1822
|
-
hasExtensions = true;
|
|
1823
|
-
pack.extensions.forEach((ext) => {
|
|
1824
|
-
if (!ext.name) {
|
|
1825
|
-
throw new Error("extension name required");
|
|
1826
|
-
}
|
|
1827
|
-
if (ext.renderer) {
|
|
1828
|
-
const prevRenderer = extensions.renderers ? extensions.renderers[ext.name] : null;
|
|
1829
|
-
if (prevRenderer) {
|
|
1830
|
-
extensions.renderers[ext.name] = function(...args2) {
|
|
1831
|
-
let ret = ext.renderer.apply(this, args2);
|
|
1832
|
-
if (ret === false) {
|
|
1833
|
-
ret = prevRenderer.apply(this, args2);
|
|
1834
|
-
}
|
|
1835
|
-
return ret;
|
|
1836
|
-
};
|
|
1837
|
-
} else {
|
|
1838
|
-
extensions.renderers[ext.name] = ext.renderer;
|
|
1839
|
-
}
|
|
1840
|
-
}
|
|
1841
|
-
if (ext.tokenizer) {
|
|
1842
|
-
if (!ext.level || ext.level !== "block" && ext.level !== "inline") {
|
|
1843
|
-
throw new Error("extension level must be 'block' or 'inline'");
|
|
1844
|
-
}
|
|
1845
|
-
if (extensions[ext.level]) {
|
|
1846
|
-
extensions[ext.level].unshift(ext.tokenizer);
|
|
1847
|
-
} else {
|
|
1848
|
-
extensions[ext.level] = [ext.tokenizer];
|
|
1849
|
-
}
|
|
1850
|
-
if (ext.start) {
|
|
1851
|
-
if (ext.level === "block") {
|
|
1852
|
-
if (extensions.startBlock) {
|
|
1853
|
-
extensions.startBlock.push(ext.start);
|
|
1854
|
-
} else {
|
|
1855
|
-
extensions.startBlock = [ext.start];
|
|
1856
|
-
}
|
|
1857
|
-
} else if (ext.level === "inline") {
|
|
1858
|
-
if (extensions.startInline) {
|
|
1859
|
-
extensions.startInline.push(ext.start);
|
|
1860
|
-
} else {
|
|
1861
|
-
extensions.startInline = [ext.start];
|
|
1862
|
-
}
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1865
|
-
}
|
|
1866
|
-
if (ext.childTokens) {
|
|
1867
|
-
extensions.childTokens[ext.name] = ext.childTokens;
|
|
1868
|
-
}
|
|
1869
|
-
});
|
|
1870
|
-
}
|
|
1871
|
-
if (pack.renderer) {
|
|
1872
|
-
const renderer = marked.defaults.renderer || new Renderer();
|
|
1873
|
-
for (const prop in pack.renderer) {
|
|
1874
|
-
const prevRenderer = renderer[prop];
|
|
1875
|
-
renderer[prop] = (...args2) => {
|
|
1876
|
-
let ret = pack.renderer[prop].apply(renderer, args2);
|
|
1877
|
-
if (ret === false) {
|
|
1878
|
-
ret = prevRenderer.apply(renderer, args2);
|
|
1879
|
-
}
|
|
1880
|
-
return ret;
|
|
1881
|
-
};
|
|
1882
|
-
}
|
|
1883
|
-
opts.renderer = renderer;
|
|
1884
|
-
}
|
|
1885
|
-
if (pack.tokenizer) {
|
|
1886
|
-
const tokenizer = marked.defaults.tokenizer || new Tokenizer();
|
|
1887
|
-
for (const prop in pack.tokenizer) {
|
|
1888
|
-
const prevTokenizer = tokenizer[prop];
|
|
1889
|
-
tokenizer[prop] = (...args2) => {
|
|
1890
|
-
let ret = pack.tokenizer[prop].apply(tokenizer, args2);
|
|
1891
|
-
if (ret === false) {
|
|
1892
|
-
ret = prevTokenizer.apply(tokenizer, args2);
|
|
1893
|
-
}
|
|
1894
|
-
return ret;
|
|
1895
|
-
};
|
|
1896
|
-
}
|
|
1897
|
-
opts.tokenizer = tokenizer;
|
|
1898
|
-
}
|
|
1899
|
-
if (pack.walkTokens) {
|
|
1900
|
-
const walkTokens2 = marked.defaults.walkTokens;
|
|
1901
|
-
opts.walkTokens = function(token) {
|
|
1902
|
-
let values = [];
|
|
1903
|
-
values.push(pack.walkTokens.call(this, token));
|
|
1904
|
-
if (walkTokens2) {
|
|
1905
|
-
values = values.concat(walkTokens2.call(this, token));
|
|
1906
|
-
}
|
|
1907
|
-
return values;
|
|
1908
|
-
};
|
|
1909
|
-
}
|
|
1910
|
-
if (hasExtensions) {
|
|
1911
|
-
opts.extensions = extensions;
|
|
1912
|
-
}
|
|
1913
|
-
marked.setOptions(opts);
|
|
1914
|
-
});
|
|
1915
|
-
};
|
|
1916
|
-
marked.walkTokens = function(tokens, callback) {
|
|
1917
|
-
let values = [];
|
|
1918
|
-
for (const token of tokens) {
|
|
1919
|
-
values = values.concat(callback.call(marked, token));
|
|
1920
|
-
switch (token.type) {
|
|
1921
|
-
case "table": {
|
|
1922
|
-
for (const cell of token.header) {
|
|
1923
|
-
values = values.concat(marked.walkTokens(cell.tokens, callback));
|
|
1924
|
-
}
|
|
1925
|
-
for (const row of token.rows) {
|
|
1926
|
-
for (const cell of row) {
|
|
1927
|
-
values = values.concat(marked.walkTokens(cell.tokens, callback));
|
|
1928
|
-
}
|
|
1929
|
-
}
|
|
1930
|
-
break;
|
|
1931
|
-
}
|
|
1932
|
-
case "list": {
|
|
1933
|
-
values = values.concat(marked.walkTokens(token.items, callback));
|
|
1934
|
-
break;
|
|
1935
|
-
}
|
|
1936
|
-
default: {
|
|
1937
|
-
if (marked.defaults.extensions && marked.defaults.extensions.childTokens && marked.defaults.extensions.childTokens[token.type]) {
|
|
1938
|
-
marked.defaults.extensions.childTokens[token.type].forEach(function(childTokens) {
|
|
1939
|
-
values = values.concat(marked.walkTokens(token[childTokens], callback));
|
|
1940
|
-
});
|
|
1941
|
-
} else if (token.tokens) {
|
|
1942
|
-
values = values.concat(marked.walkTokens(token.tokens, callback));
|
|
1943
|
-
}
|
|
1944
|
-
}
|
|
1945
|
-
}
|
|
1946
|
-
}
|
|
1947
|
-
return values;
|
|
1948
|
-
};
|
|
1949
|
-
marked.parseInline = function(src, opt) {
|
|
1950
|
-
if (typeof src === "undefined" || src === null) {
|
|
1951
|
-
throw new Error("marked.parseInline(): input parameter is undefined or null");
|
|
1952
|
-
}
|
|
1953
|
-
if (typeof src !== "string") {
|
|
1954
|
-
throw new Error("marked.parseInline(): input parameter is of type " + Object.prototype.toString.call(src) + ", string expected");
|
|
1955
|
-
}
|
|
1956
|
-
opt = merge({}, marked.defaults, opt || {});
|
|
1957
|
-
checkSanitizeDeprecation(opt);
|
|
1958
|
-
try {
|
|
1959
|
-
const tokens = Lexer.lexInline(src, opt);
|
|
1960
|
-
if (opt.walkTokens) {
|
|
1961
|
-
marked.walkTokens(tokens, opt.walkTokens);
|
|
1962
|
-
}
|
|
1963
|
-
return Parser.parseInline(tokens, opt);
|
|
1964
|
-
} catch (e) {
|
|
1965
|
-
e.message += "\nPlease report this to https://github.com/markedjs/marked.";
|
|
1966
|
-
if (opt.silent) {
|
|
1967
|
-
return "<p>An error occurred:</p><pre>" + escape(e.message + "", true) + "</pre>";
|
|
1968
|
-
}
|
|
1969
|
-
throw e;
|
|
1970
|
-
}
|
|
1971
|
-
};
|
|
1972
|
-
marked.Parser = Parser;
|
|
1973
|
-
marked.parser = Parser.parse;
|
|
1974
|
-
marked.Renderer = Renderer;
|
|
1975
|
-
marked.TextRenderer = TextRenderer;
|
|
1976
|
-
marked.Lexer = Lexer;
|
|
1977
|
-
marked.lexer = Lexer.lex;
|
|
1978
|
-
marked.Tokenizer = Tokenizer;
|
|
1979
|
-
marked.Slugger = Slugger;
|
|
1980
|
-
marked.parse = marked;
|
|
1981
|
-
const options = marked.options;
|
|
1982
|
-
const setOptions = marked.setOptions;
|
|
1983
|
-
const use = marked.use;
|
|
1984
|
-
const walkTokens = marked.walkTokens;
|
|
1985
|
-
const parseInline = marked.parseInline;
|
|
1986
|
-
const parse = marked;
|
|
1987
|
-
const parser = Parser.parse;
|
|
1988
|
-
const lexer = Lexer.lex;
|
|
1989
|
-
export {Lexer, Parser, Renderer, Slugger, TextRenderer, Tokenizer, defaults, getDefaults, lexer, marked, options, parse, parseInline, parser, setOptions, use, walkTokens};
|
|
1990
|
-
export default null;
|