Fix around asciidoctor
Closed this issue · 1 comments
uga-rosa commented
vim-glance/denops/glance/asciidoc.ts
Line 1 in 082a35a
https://github.com/fardjad/deno-asciidoctor
deno-asciidoctor
is public archived. It would be better to use npm:asciidoctor@3.0.2
.
Also, deno lint prohibits explicit any by default; you should set the type imported from asciidoctor, or at least disable no-explicit-any.
tani commented
Thank you! I solve this issue with 'npm:@asciidoctor/core' !