Update markdownlint-browser.(min.)js to export library and helpers objects (near-zero effect on file size), do not output markdownlint-rule-helpers-browser.(min.)js any more, update demo web page accordingly.

This commit is contained in:
David Anson 2022-12-29 00:43:53 +00:00
parent 5870eb20f0
commit 5684685d5b
5 changed files with 48 additions and 21 deletions

View file

@ -0,0 +1,8 @@
// @ts-check
"use strict";
module.exports = {
"library": require(".."),
"helpers": require("../helpers")
};