std/front_matter
Michael Ekstrand 06d83831fb
feat(front-matter/unstable): add pass-through ParseOptions argument for YAML parser (#5748)
* add options to front_matter/yaml/extract

* fix lint error on type import

* add unstable overload, add example

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-21 16:41:53 +10:00
..
testdata
_formats.ts fix(front-matter): allow whitespaces after the header (#5685) 2024-08-16 18:29:36 +09:00
_shared.ts refactor(archive,cache,datetime,fmt,front-matter): align error messages to the style guide (#5706) 2024-08-21 14:42:02 +09:00
_test_utils.ts docs(front-matter): improve docs for stabilization (#4789) 2024-05-27 18:14:52 -07:00
any_test.ts docs(front-matter): improve docs for stabilization (#4789) 2024-05-27 18:14:52 -07:00
any.ts refactor(front-matter): remove createExtractor() (#5378) 2024-07-11 15:43:36 +09:00
deno.json chore: release 2024.08.16 (#5687) 2024-08-16 15:33:08 +09:00
json_test.ts fix(front-matter): allow whitespaces after the header (#5685) 2024-08-16 18:29:36 +09:00
json.ts refactor(front-matter): remove createExtractor() (#5378) 2024-07-11 15:43:36 +09:00
mod.ts BREAKING(front-matter): remove createExtractor() (#5266) 2024-07-03 17:53:55 +10:00
test_test.ts BREAKING(front-matter): remove unknown from Format union type (#5367) 2024-07-09 20:51:24 +09:00
test.ts refactor(front-matter): remove Extractor type (#5659) 2024-08-08 23:02:08 +02:00
toml_test.ts fix(front-matter): allow whitespaces after the header (#5685) 2024-08-16 18:29:36 +09:00
toml.ts refactor(front-matter): remove createExtractor() (#5378) 2024-07-11 15:43:36 +09:00
types.ts docs(front-matter): fix description of Extract (#5383) 2024-07-10 19:35:19 +09:00
yaml_test.ts feat(front-matter/unstable): add pass-through ParseOptions argument for YAML parser (#5748) 2024-08-21 16:41:53 +10:00
yaml.ts feat(front-matter/unstable): add pass-through ParseOptions argument for YAML parser (#5748) 2024-08-21 16:41:53 +10:00