David Anson
|
1e71f6f44e
|
Convert markdownlint library to an ECMAScript module, replace markdownlint-micromark with micromark, stop publishing (large) markdownlint-browser.js, see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for guidance.
|
2024-11-29 18:29:21 -08:00 |
|
David Anson
|
16512bba25
|
Reorder operations in getDescendantsByType helper for ~1% runtime reduction.
|
2024-10-23 22:05:44 -07:00 |
|
David Anson
|
e6e799d145
|
Reorder checks in filterByTypes helper predicate for ~2% runtime reduction.
|
2024-10-23 21:44:36 -07:00 |
|
David Anson
|
d22c1f19ef
|
Refactor various code to do shallow/constrained search instead of deep search for better performance, make cache key for filterByTypesCached unique.
|
2024-10-09 22:42:36 -07:00 |
|
David Anson
|
5182911acc
|
Refactor to remove helpers addErrorContextForLine and blockquotePrefixRe, add micromark helper getBlockQuotePrefixText.
|
2024-10-04 22:41:46 -07:00 |
|
David Anson
|
33631a5984
|
Split micromark.cjs into separate -parse and -helpers files.
|
2024-09-28 16:26:38 -07:00 |
|
David Anson
|
5701d0bf52
|
Prepare to split micromark.cjs into separate -parse and -helpers files.
|
2024-09-28 15:57:25 -07:00 |
|