tani/vim-glance

Fix around asciidoctor

Closed this issue · 1 comments

import type { Asciidoctor } from "https://deno.land/x/asciidoctor@2.2.6-xhr-fix/mod.js";

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.

https://lint.deno.land/?q=any

tani commented

Thank you! I solve this issue with 'npm:@asciidoctor/core' !