denoland / deno_std

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

proposal(json,csv): avoid repetition in entrypoint name if it has the same word as the pacakge name in the beginning #5177

Closed kt3k closed 19 hours ago

kt3k commented 5 days ago

In addition to #5162, the core team suggests the below entrypoint name changes to make the rule more consistent across std.

What do you think?

kt3k commented 2 days ago

Should we also do the rename of @std/json/concatenated-json-parse-stream -> @std/json/concatenated-parse-stream?

context: https://github.com/denoland/deno_std/pull/5173#discussion_r1658192661