Files
openclaw/packages/markdown-core
zengLingbiao acdaf8ae31 fix(markdown-core): use Object.hasOwn instead of in operator in parseFrontmatterBlock (#99129)
* fix(markdown-core): use Object.hasOwn instead of in operator in parseFrontmatterBlock

* test(markdown-core): add regression test for prototype-named null frontmatter keys

* style(markdown-core): fix unbound-method lint in regression test

---------

Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
2026-07-03 22:39:25 -07:00
..