-
Notifications
You must be signed in to change notification settings - Fork 18
Commit 2814a0e
committed
📦 Update Deno dependencies
Update dependencies by udd:
/home/runner/work/deno-denops-std/deno-denops-std/scripts/utils_test.ts
[1/2] Looking for releases: https://deno.land/std@0.183.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.183.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.183.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/std@0.183.0/testing/mock.ts
[2/2] Attempting update: https://deno.land/std@0.183.0/testing/mock.ts -> 0.186.0
[2/2] Update successful: https://deno.land/std@0.183.0/testing/mock.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-function/parse.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-function/types.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-function/transform.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-function/gen-function.ts
[1/3] Looking for releases: https://deno.land/x/set_operations@v1.1.0/mod.ts
[1/3] Using latest: https://deno.land/x/set_operations@v1.1.0/mod.ts
[2/3] Looking for releases: https://deno.land/std@0.183.0/path/mod.ts
[2/3] Attempting update: https://deno.land/std@0.183.0/path/mod.ts -> 0.186.0
[2/3] Update successful: https://deno.land/std@0.183.0/path/mod.ts -> 0.186.0
[3/3] Looking for releases: https://raw.githubusercontent.com/vim/vim/v/runtime/doc/builtin.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/channel.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/eval.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/terminal.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/testing.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/textprop.txtDownload from https://raw.githubusercontent.com/neovim/neovim/v/runtime/doc/builtin.txthttps://raw.githubusercontent.com/neovim/neovim/v/runtime/doc/eval.txthttps://raw.githubusercontent.com/neovim/neovim/v/runtime/doc/api.txtDownload from ,
,
,
,
,
,
];
for (const vimHelpDownloadUrl of vimHelpDownloadUrls) {
console.log();
}
const vimHelps = await Promise.all(vimHelpDownloadUrls.map(downloadString));
const vimDefs = vimHelps.map(parse).flat();
const vimFnSet = difference(new Set(vimDefs.map((def) => def.fn)), manualFnSet);
const nvimHelpDownloadUrls = [
,
,
,
];
for (const nvimHelpDownloadUrl of nvimHelpDownloadUrls) {
console.log();
}
const nvimHelps = await Promise.all(nvimHelpDownloadUrls.map(downloadString));
const nvimDefs = nvimHelps.map(parse).flat();
const nvimFnSet = difference(
new Set(nvimDefs.map((def) => def.fn)),
manualFnSet,
);
const nvimDefMap = new Map(nvimDefs.map((def) => [def.fn, def]));
const commonDefs = vimDefs
.map((vimDef) =>
DOCS_OVERRIDES[vimDef.fn] ===
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-function/override.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-function/format.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/markdown.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/markdown_test.ts
[1/1] Looking for releases: https://deno.land/std@0.183.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.183.0/testing/asserts.ts -> 0.186.0
[1/1] Update successful: https://deno.land/std@0.183.0/testing/asserts.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/scripts/utils.ts
[1/1] Looking for releases: https://deno.land/std@0.183.0/streams/mod.ts
[1/1] Attempting update: https://deno.land/std@0.183.0/streams/mod.ts -> 0.186.0
[1/1] Update successful: https://deno.land/std@0.183.0/streams/mod.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/scripts/transform.ts
[1/2] Looking for releases: https://deno.land/std@0.183.0/path/mod.ts
[1/2] Attempting update: https://deno.land/std@0.183.0/path/mod.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.183.0/path/mod.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/set_operations@v1.1.0/mod.ts
[2/2] Using latest: https://deno.land/x/set_operations@v1.1.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-option/parse.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-option/gen-option.ts
[1/3] Looking for releases: https://deno.land/x/set_operations@v1.1.0/mod.ts
[1/3] Using latest: https://deno.land/x/set_operations@v1.1.0/mod.ts
[2/3] Looking for releases: https://deno.land/std@0.183.0/path/mod.ts
[2/3] Attempting update: https://deno.land/std@0.183.0/path/mod.ts -> 0.186.0
[2/3] Update successful: https://deno.land/std@0.183.0/path/mod.ts -> 0.186.0
[3/3] Looking for releases: https://raw.githubusercontent.com/vim/vim/v/runtime/doc/options.txtDownload from https://raw.githubusercontent.com/neovim/neovim/v/runtime/doc/options.txtDownload from ,
];
for (const vimHelpDownloadUrl of vimHelpDownloadUrls) {
console.log();
}
const vimHelps = await Promise.all(vimHelpDownloadUrls.map(downloadString));
const vimDefs = vimHelps.map(parse).flat();
const vimOptionSet = difference(
new Set(vimDefs.map((def) => def.name)),
manualOptionSet,
);
const nvimHelpDownloadUrls = [
,
];
for (const nvimHelpDownloadUrl of nvimHelpDownloadUrls) {
console.log();
}
const nvimHelps = await Promise.all(nvimHelpDownloadUrls.map(downloadString));
const nvimDefs = nvimHelps.map(parse).flat();
const nvimOptionSet = difference(
new Set(nvimDefs.map((def) => def.name)),
manualOptionSet,
);
const nvimDefMap = new Map(nvimDefs.map((def) => [def.name, def]));
const commonDefs = vimDefs
.map((vimDef) =>
DOCS_OVERRIDES[vimDef.name] ===
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-option/types.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-option/transform.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-option/override.ts
/home/runner/work/deno-denops-std/deno-denops-std/scripts/gen-option/format.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/util.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/register.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/option.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/option_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/register_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/environment_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/environment.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/variable_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/types.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/variable.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/variable/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/helper/execute_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/helper/load_test.ts
[1/3] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/3] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/3] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/3] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/3] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/3] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[3/3] Looking for releases: https://raw.githubusercontent.com/vim-denops/deno-denops-std/v1.9.1/denops_std/helper/#=
[3/3] Using latest: https://raw.githubusercontent.com/vim-denops/deno-denops-std/v1.9.1/denops_std/helper/#=
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/helper/echo.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/helper/execute.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/helper/input.ts
[1/2] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/2] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
[2/2] Looking for releases: https://deno.land/x/unknownutil@v2.1.0/mod.ts
[2/2] Using latest: https://deno.land/x/unknownutil@v2.1.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/helper/input_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/helper/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/helper/load.ts
[1/3] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/3] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
[2/3] Looking for releases: https://deno.land/std@0.171.0/fs/mod.ts
[2/3] Attempting update: https://deno.land/std@0.171.0/fs/mod.ts -> 0.186.0
[2/3] Update successful: https://deno.land/std@0.171.0/fs/mod.ts -> 0.186.0
[3/3] Looking for releases: https://deno.land/std@0.171.0/path/mod.ts
[3/3] Attempting update: https://deno.land/std@0.171.0/path/mod.ts -> 0.186.0
[3/3] Update successful: https://deno.land/std@0.171.0/path/mod.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/helper/echo_test.ts
[1/1] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[1/1] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[1/1] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/buffer.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/various.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/_generated.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/nvim/_generated.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/nvim/_manual.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/nvim/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/vim/_generated.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/vim/_manual.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/vim/prop_add_list.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/vim/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/_manual.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/cursor.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/types.ts
[1/1] Looking for releases: https://deno.land/x/unknownutil@v2.1.0/mod.ts
[1/1] Using latest: https://deno.land/x/unknownutil@v2.1.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/cursor_test.ts
[1/3] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/3] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/3] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/3] Looking for releases: https://deno.land/x/unknownutil@v2.1.0/mod.ts
[2/3] Using latest: https://deno.land/x/unknownutil@v2.1.0/mod.ts
[3/3] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[3/3] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[3/3] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/getreginfo.ts
[1/2] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/2] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
[2/2] Looking for releases: https://deno.land/std@0.171.0/semver/mod.ts
[2/2] Attempting update: https://deno.land/std@0.171.0/semver/mod.ts -> 0.186.0
[2/2] Update successful: https://deno.land/std@0.171.0/semver/mod.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/input.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/input_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/common.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/function/various_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/autocmd/common_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/autocmd/group_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/autocmd/types.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/autocmd/group.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/autocmd/utils.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/autocmd/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/autocmd/common.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/buffer/buffer.ts
[1/2] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/2] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
[2/2] Looking for releases: https://deno.land/x/unknownutil@v2.1.0/mod.ts
[2/2] Using latest: https://deno.land/x/unknownutil@v2.1.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/buffer/fileformat_test.ts
[1/1] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/1] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/buffer/decoration.ts
[1/3] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/3] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
[2/3] Looking for releases: https://deno.land/x/itertools@v1.1.0/mod.ts
[2/3] Using latest: https://deno.land/x/itertools@v1.1.0/mod.ts
[3/3] Looking for releases: https://deno.land/x/unreachable@v0.1.0/mod.ts
[3/3] Using latest: https://deno.land/x/unreachable@v0.1.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/buffer/fileencoding.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/buffer/decoration_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/buffer/fileencoding_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://cdn.skypack.dev/encoding-japanese@2.0.0/
[2/2] Using latest: https://cdn.skypack.dev/encoding-japanese@2.0.0/
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/buffer/buffer_test.ts
[1/3] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/3] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/3] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/3] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/3] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/3] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[3/3] Looking for releases: https://cdn.skypack.dev/encoding-japanese@2.0.0/
[3/3] Using latest: https://cdn.skypack.dev/encoding-japanese@2.0.0/
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/buffer/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/buffer/fileformat.ts
[1/1] Looking for releases: https://deno.land/x/unknownutil@v2.1.0/mod.ts
[1/1] Using latest: https://deno.land/x/unknownutil@v2.1.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/anonymous/mod_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/anonymous/mod.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/mapping/parser.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/mapping/parser_test.ts
[1/1] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/1] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/mapping/types.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/mapping/mod_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/mapping/mod.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/bufname/utils_test.ts
[1/1] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/1] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/bufname/bufname.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/bufname/utils.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/bufname/bufname_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/std@0.171.0/path/mod.ts
[2/2] Attempting update: https://deno.land/std@0.171.0/path/mod.ts -> 0.186.0
[2/2] Update successful: https://deno.land/std@0.171.0/path/mod.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/bufname/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/option/_generated.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/option/nvim/_generated.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/option/nvim/_manual.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/option/nvim/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/option/vim/_generated.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/option/vim/_manual.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/option/vim/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/option/_manual.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/option/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/lambda/mod_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/lambda/mod.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/mod.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/batch/batch.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/batch/batch_test.ts
[1/3] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/3] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/3] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/3] Looking for releases: https://deno.land/std@0.171.0/testing/mock.ts
[2/3] Attempting update: https://deno.land/std@0.171.0/testing/mock.ts -> 0.186.0
[2/3] Update successful: https://deno.land/std@0.171.0/testing/mock.ts -> 0.186.0
[3/3] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[3/3] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[3/3] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/batch/gather_test.ts
[1/2] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/2] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/2] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[2/2] Looking for releases: https://deno.land/x/denops_test@v1.0.1/mod.ts
[2/2] Attempting update: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
[2/2] Update successful: https://deno.land/x/denops_test@v1.0.1/mod.ts -> v1.1.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/batch/gather.ts
[1/1] Looking for releases: https://deno.land/x/denops_core@v4.0.0/mod.ts
[1/1] Using latest: https://deno.land/x/denops_core@v4.0.0/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/batch/mod.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/argument/util.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/argument/opts_test.ts
[1/1] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/1] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/argument/opts.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/argument/flags.ts
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/argument/mod_test.ts
[1/1] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/1] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/argument/flags_test.ts
[1/1] Looking for releases: https://deno.land/std@0.171.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
[1/1] Update successful: https://deno.land/std@0.171.0/testing/asserts.ts -> 0.186.0
/home/runner/work/deno-denops-std/deno-denops-std/denops_std/argument/mod.ts
Already latest version:
https://deno.land/x/set_operations@v1.1.0/mod.ts == v1.1.0
https://raw.githubusercontent.com/vim/vim/v/runtime/doc/builtin.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/channel.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/eval.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/terminal.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/testing.txthttps://raw.githubusercontent.com/vim/vim/v/runtime/doc/textprop.txtDownload from https://raw.githubusercontent.com/neovim/neovim/v/runtime/doc/builtin.txthttps://raw.githubusercontent.com/neovim/neovim/v/runtime/doc/eval.txthttps://raw.githubusercontent.com/neovim/neovim/v/runtime/doc/api.txtDownload from ,
];
for (const vimHelpDownloadUrl of vimHelpDownloadUrls) {
console.log();
}
const vimHelps = await Promise.all(vimHelpDownloadUrls.map(downloadString));
const vimDefs = vimHelps.map(parse).flat();
const vimOptionSet = difference(
new Set(vimDefs.map((def) => def.name)),
manualOptionSet,
);
const nvimHelpDownloadUrls = [
,
];
for (const nvimHelpDownloadUrl of nvimHelpDownloadUrls) {
console.log();
}
const nvimHelps = await Promise.all(nvimHelpDownloadUrls.map(downloadString));
const nvimDefs = nvimHelps.map(parse).flat();
const nvimOptionSet = difference(
new Set(nvimDefs.map((def) => def.name)),
manualOptionSet,
);
const nvimDefMap = new Map(nvimDefs.map((def) => [def.name, def]));
const commonDefs = vimDefs
.map((vimDef) =>
DOCS_OVERRIDES[vimDef.name] === == v
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://raw.githubusercontent.com/vim-denops/deno-denops-std/v1.9.1/denops_std/helper/#= == v1.9.1
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/unknownutil@v2.1.0/mod.ts == v2.1.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/unknownutil@v2.1.0/mod.ts == v2.1.0
https://deno.land/x/unknownutil@v2.1.0/mod.ts == v2.1.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/unknownutil@v2.1.0/mod.ts == v2.1.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/itertools@v1.1.0/mod.ts == v1.1.0
https://deno.land/x/unreachable@v0.1.0/mod.ts == v0.1.0
https://cdn.skypack.dev/encoding-japanese@2.0.0/ == 2.0.0
https://cdn.skypack.dev/encoding-japanese@2.0.0/ == 2.0.0
https://deno.land/x/unknownutil@v2.1.0/mod.ts == v2.1.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
https://deno.land/x/denops_core@v4.0.0/mod.ts == v4.0.0
Successfully updated:
https://deno.land/std@0.183.0/testing/asserts.ts 0.183.0 -> 0.186.0
https://deno.land/std@0.183.0/testing/mock.ts 0.183.0 -> 0.186.0
https://deno.land/std@0.183.0/path/mod.ts 0.183.0 -> 0.186.0
https://deno.land/std@0.183.0/testing/asserts.ts 0.183.0 -> 0.186.0
https://deno.land/std@0.183.0/streams/mod.ts 0.183.0 -> 0.186.0
https://deno.land/std@0.183.0/path/mod.ts 0.183.0 -> 0.186.0
https://deno.land/std@0.183.0/path/mod.ts 0.183.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/fs/mod.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/path/mod.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/semver/mod.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/path/mod.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/mock.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/x/denops_test@v1.0.1/mod.ts v1.0.1 -> v1.1.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.0
https://deno.land/std@0.171.0/testing/asserts.ts 0.171.0 -> 0.186.01 parent 033dcbf commit 2814a0eCopy full SHA for 2814a0e
File tree
Expand file treeCollapse file tree
36 files changed
+59
-59
lines changedFilter options
- denops_std
- anonymous
- argument
- autocmd
- batch
- buffer
- bufname
- function
- helper
- lambda
- mapping
- variable
- scripts
- gen-function
- gen-option
Expand file treeCollapse file tree
36 files changed
+59
-59
lines changeddenops_std/anonymous/mod_test.ts
Copy file name to clipboardExpand all lines: denops_std/anonymous/mod_test.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
denops_std/argument/flags_test.ts
Copy file name to clipboardExpand all lines: denops_std/argument/flags_test.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
denops_std/argument/mod_test.ts
Copy file name to clipboardExpand all lines: denops_std/argument/mod_test.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
denops_std/argument/opts_test.ts
Copy file name to clipboardExpand all lines: denops_std/argument/opts_test.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
denops_std/autocmd/common_test.ts
Copy file name to clipboardExpand all lines: denops_std/autocmd/common_test.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
denops_std/autocmd/group_test.ts
Copy file name to clipboardExpand all lines: denops_std/autocmd/group_test.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
denops_std/batch/batch_test.ts
Copy file name to clipboardExpand all lines: denops_std/batch/batch_test.ts+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
denops_std/batch/gather_test.ts
Copy file name to clipboardExpand all lines: denops_std/batch/gather_test.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
denops_std/buffer/buffer_test.ts
Copy file name to clipboardExpand all lines: denops_std/buffer/buffer_test.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
denops_std/buffer/decoration_test.ts
Copy file name to clipboardExpand all lines: denops_std/buffer/decoration_test.ts+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
0 commit comments