|
|
|
|
|
by tarruda
1867 days ago
|
|
> It is my main gripe with JavaScript (and with typescript): a lack of a standard library that everyone uses and trusts. Something that should be predictable and boring, is absolute chaos in the js world This is something that Deno is attempting to build with its stdlib: https://deno.land/std While the stdlib is not shipped with Deno (it is downloaded like any other third party dep), the code there is reviewed and audited by the core team. |
|