summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArnold Chand <creativenull@outlook.com>2021-07-25 00:39:56 -0400
committerGitHub <noreply@github.com>2021-07-25 13:39:56 +0900
commit8c591996a83d623fb158fe090acbd89dabbfaf06 (patch)
tree048374b84da988f9a31297538f978a3957bb96fe /doc
parent7d8fb2ba1716a744446b811fc278ecf30d4eb771 (diff)
downloadale-8c591996a83d623fb158fe090acbd89dabbfaf06.zip
Add importMap option to deno Initialization Options (#3827)
* feat(deno): move init options to handlers * feat(deno): add deno lsp support for js files * feat(deno): use default map option * feat(docs): add deno import map option * feat(deno): add tests for importMap option * fix(deno): use full path in importMap * feat(deno): remove deno as linter for js, separate PR * fix(deno): test for executable * fix(deno-test): include filename to simplify function
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-typescript.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt
index a2446c2c..e2ee49c2 100644
--- a/doc/ale-typescript.txt
+++ b/doc/ale-typescript.txt
@@ -34,6 +34,12 @@ g:ale_deno_unstable *g:ale_deno_unstable*
Enable or disable unstable Deno features and APIs.
+g:ale_deno_importMap *g:ale_deno_importMap*
+ *b:ale_deno_importMap*
+ Type: |String|
+ Default: `'import_map.json'`
+
+ Specify the import map filename to load url maps in a deno project.
===============================================================================
eslint *ale-typescript-eslint*