This release is 2 versions behind 0.6.0 — the latest version of @4513echo/ddu-kind-url. Jump to latest
@4513echo/ddu-kind-url@0.4.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
URL kind for ddu.vim
This package works with Deno
JSR Score
94%
Published
a month ago (0.4.0)
{ "name": "@4513echo/ddu-kind-url", "version": "0.4.0", "exports": "./denops/@ddu-kinds/url.ts", "publish": { "include": [ "**/*.ts" ] }, "compilerOptions": { "noUncheckedIndexedAccess": true, "useUnknownInCatchVariables": true }, "lint": { "rules": { "include": [ "eqeqeq" ], "tags": [ "recommended" ] } }, "lock": false, "tasks": { "check": "deno fmt --check && deno lint && deno check **/*.ts **/*.tsx" } }