mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-29 18:36:10 +01:00
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:
parent
5870eb20f0
commit
5684685d5b
5 changed files with 48 additions and 21 deletions
8
demo/markdownlint-exports.js
Normal file
8
demo/markdownlint-exports.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// @ts-check
|
||||
|
||||
"use strict";
|
||||
|
||||
module.exports = {
|
||||
"library": require(".."),
|
||||
"helpers": require("../helpers")
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue