denoland / deno_std

The Deno Standard Library
https://jsr.io/@std
MIT License
2.83k stars 581 forks source link

stabilize `@std/toml` #4923

Open kt3k opened 1 month ago

kt3k commented 1 month ago

part of #4600

0f-0b commented 3 weeks ago

I suggest renaming parse to parseToml and stringify to stringifyToml. Same for other file format modules in std. This allows users to import from multiple of them without having to alias the names and is consistent with @std/encoding.

kt3k commented 3 weeks ago

The above is being discussed in https://github.com/denoland/deno_std/issues/4993

kt3k commented 3 weeks ago

@0f-0b We decided not to do that change. See the comment https://github.com/denoland/deno_std/issues/4993#issuecomment-2162108042