| ▲ | wonger_ 4 days ago |
| How is this different than npm? It looks like a bunch of third-party packages, just prefixed with std. |
|
| ▲ | tracker1 4 days ago | parent | next [-] |
| They are separate packages, curated by the Deno team[1]. The interfaces are pretty consistent and useful. 1. https://github.com/denoland/std |
|
| ▲ | SahAssar 4 days ago | parent | prev [-] |
| It's not, and a third of them are tagged as unstable. JSR also still seems to not encourage proper versioning. |
| |
| ▲ | tracker1 4 days ago | parent [-] | | They are published as separate packages, but managed in the same repo by the Deno team. Versioning works fine with JSR. A fully-formed standard library doesn't spring into existence in a day. | | |
| ▲ | DimmieMan 3 days ago | parent [-] | | They seem pretty cautious with that unstable flag too. UUID v7 for example is unstable and one would be pretty confident in that not changing at this stage. Many unstable functions have less churn than a lot of other “stable” packages. It’s a standard library so it’s the right place to measure twice before cementing it forever. |
|
|