Skip to content

Commit 91b00d5

Browse files
committed
Use workspace instead of importMap in deno.jsonc
1 parent 3d8f9fd commit 91b00d5

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

deno.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
"update:write": "deno task -q update --write",
1919
"update:commit": "deno task -q update --commit --prefix :package: --pre-commit=fmt,lint"
2020
},
21-
"importMap": "./denops/fall/import_map.json"
21+
"workspace": [
22+
"./denops/fall"
23+
]
2224
}

denops/fall/deno.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"imports": {
3+
"@core/asyncutil": "jsr:@core/asyncutil@^1.2.0",
4+
"@core/errorutil": "jsr:@core/errorutil@^1.2.0",
5+
"@core/errorutil/": "jsr:/@core/errorutil@^1.2.0/",
6+
"@core/iterutil": "jsr:@core/iterutil@^0.9.0",
7+
"@core/iterutil/": "jsr:/@core/iterutil@^0.9.0/",
8+
"@core/pipe": "jsr:@core/pipe@^0.4.0",
9+
"@core/unknownutil": "jsr:@core/unknownutil@^4.3.0",
10+
"@core/unknownutil/": "jsr:/@core/unknownutil@^4.3.0/",
11+
"@denops/std": "jsr:@denops/std@^7.3.2",
12+
"@denops/std/": "jsr:/@denops/std@^7.3.2/",
13+
"@denops/test": "jsr:@denops/test@^3.0.4",
14+
"@denops/test/": "jsr:/@denops/test@^3.0.4/",
15+
"@nick/dispose": "jsr:@nick/dispose@^1.1.0",
16+
"@std/assert": "jsr:@std/assert@^1.0.8",
17+
"@std/async": "jsr:@std/async@^1.0.7",
18+
"@std/async/": "jsr:/@std/async@^1.0.7/",
19+
"@std/collections": "jsr:@std/collections@^1.0.9",
20+
"@std/collections/": "jsr:/@std/collections@^1.0.9/",
21+
"@std/fs": "jsr:@std/fs@^1.0.5",
22+
"@std/fs/": "jsr:/@std/fs@^1.0.5/",
23+
"@std/path": "jsr:@std/path@^1.0.8",
24+
"@std/path/": "jsr:/@std/path@^1.0.8/",
25+
"@std/streams": "jsr:@std/streams@^1.0.8",
26+
"@std/streams/": "jsr:/@std/streams@^1.0.8/",
27+
"@std/testing": "jsr:@std/testing@^1.0.0",
28+
"@std/testing/": "jsr:/@std/testing@^1.0.0/",
29+
"@vim-fall/core": "jsr:@vim-fall/core@^0.3.0",
30+
"@vim-fall/core/": "jsr:/@vim-fall/core@^0.3.0/",
31+
"@vim-fall/custom": "jsr:@vim-fall/custom@^0.1.0",
32+
"@vim-fall/custom/": "jsr:/@vim-fall/custom@^0.1.0/",
33+
"@vim-fall/std": "jsr:@vim-fall/std@^0.10.0",
34+
"@vim-fall/std/": "jsr:/@vim-fall/std@^0.10.0/"
35+
}
36+
}

0 commit comments

Comments
 (0)