Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uga-rosa/ddc-filter-matcher_denols_relative_import
https://github.com/uga-rosa/ddc-filter-matcher_denols_relative_import
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uga-rosa/ddc-filter-matcher_denols_relative_import
- Owner: uga-rosa
- License: mit
- Created: 2023-08-07T07:01:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T10:28:40.000Z (over 1 year ago)
- Last Synced: 2024-10-28T13:08:19.590Z (about 2 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddc-filter-matcher_denols_relative_import
For [ddc-source-nvim-lsp](https://github.com/Shougo/ddc-source-nvim-lsp).
The number of candidates for auto import returned by denols is very large,
because of including older versions of libraries. And It is also very
inconvenient because there is no way to distinguish between them. This filter
excludes all imports from `https: //deno.land` or other url
(`deno.suggest.imports.hosts`), leaving only relative imports from `deps.ts` or
other sources.