worker-tools/html-rewriter

Cannot find module './vendor/html_rewriter.d.d.js' or its corresponding type declarations.

Deester4x4jr opened this issue · 0 comments

Seems to be an error in the type import statement here:

@worker-tools/html-rewriter/types/index.d.ts:

import type { ContentTypeOptions, Element, EndTag, Comment, TextChunk, Doctype, DocumentEnd, ElementHandlers, DocumentHandlers } from "./vendor/html_rewriter.d.d.js";

I think html_rewriter.d.d.js should be html_rewriter.d.ts, no?

image