Closed deer closed 10 months ago
As per https://github.com/markedjs/marked/pull/3103#issuecomment-1831377190, we now need to explicitly set async: false and cast as string if we want to maintain the same API. Because the types were previously broken, I guess this isn't too bad.
async: false
as string
tangential: We probably should switch all the esm.sh deps to be npm specifiers
As per https://github.com/markedjs/marked/pull/3103#issuecomment-1831377190, we now need to explicitly set
async: false
and castas string
if we want to maintain the same API. Because the types were previously broken, I guess this isn't too bad.