Cannot find module './vendor/html_rewriter.d.d.js' or its corresponding type declarations.
Deester4x4jr opened this issue · 0 comments
Deester4x4jr commented
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?