Address new code analysis issues from previous commit.

This commit is contained in:
David Anson 2025-09-27 06:21:34 +00:00
parent 198aaa4c26
commit 91aad25389
6 changed files with 20 additions and 7 deletions

View file

@ -2,6 +2,8 @@
"use strict";
/* eslint-disable jsdoc/reject-any-type */
/**
* Calls require for markdownit.cjs. Used to synchronously defer loading because module.createRequire is buggy under webpack (https://github.com/webpack/webpack/issues/16724).
*