The Deno Standard Library
Go to file
2023-12-01 01:02:18 +01:00
_tools chore: centralise dev dependencies in deno.json (#3821) 2023-11-20 11:03:51 +11:00
.devcontainer chore: add development container configuration (#1938) 2022-02-21 14:23:43 +11:00
.github chore: group Dependabot PRs (#3865) 2023-11-28 14:14:29 +11:00
archive chore: use Array.fromAsync() where possible (#3788) 2023-11-11 06:00:28 +11:00
assert fix(assert): fix diff of long string in objects (#3867) 2023-11-28 15:46:01 +09:00
async BREAKING(async): remove deprecated deferred() (#3852) 2023-11-24 19:11:32 +11:00
bytes BREAKING(bytes): remove spread concat() overload (#3854) 2023-11-24 19:19:11 +11:00
cli feat(cli): promptSecret() (#3777) 2023-11-30 12:58:42 +11:00
collections BREAKING(collections): remove deprecated APIs (#3853) 2023-11-24 19:16:52 +11:00
console chore(console): improve console test coverage (#3839) 2023-11-24 18:36:10 +11:00
crypto chore(deps): bump the dependencies group in /crypto/_wasm with 6 updates (#3866) 2023-11-29 11:42:00 +11:00
csv chore(csv): use TextDecoderStream() in test (#3801) 2023-11-17 20:05:06 +11:00
data_structures feat: std/data_structures (#3734) 2023-11-15 21:17:44 +11:00
datetime BREAKING(datetime): remove toIMF() (#3849) 2023-11-24 19:09:04 +11:00
dotenv refactor(dotenv): move parse() to own file (#3873) 2023-11-29 04:42:14 +00:00
encoding docs: improve deprecation notices (#3804) 2023-11-16 05:33:11 +11:00
expect feat: add std/expect (#3814) 2023-11-21 23:52:38 +09:00
flags BREAKING: move std/flags to new std/cli sub-module (#3530) 2023-11-16 11:08:51 +09:00
fmt refactor(fmt): replace enums with const objects (#3842) 2023-11-23 22:24:14 +09:00
front_matter docs: improve deprecation notices (#3804) 2023-11-16 05:33:11 +11:00
fs BREAKIING(fs): remove EOL enum, add OS-dependent EOL (#3850) 2023-11-24 19:15:58 +11:00
html BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
http chore(http): rename test file (#3882) 2023-12-01 01:02:18 +01:00
io docs: improve deprecation notices (#3804) 2023-11-16 05:33:11 +11:00
json chore: use Array.fromAsync() where possible (#3788) 2023-11-11 06:00:28 +11:00
jsonc chore(jsonc): rename testdata file (#3883) 2023-12-01 01:00:38 +01:00
log deprecate(log): remove enums and add deprecation notices (#3855) 2023-11-28 06:26:21 +11:00
media_types Revert "BREAKING(media_types): remove typeByExtension()" (#3877) 2023-11-29 20:00:04 +11:00
msgpack fix(msgpack): encode huge objects (#3698) 2023-11-08 17:30:22 +09:00
path docs(path): correct globToRegExp() deprecation notice (#3817) 2023-11-19 06:02:45 +11:00
permissions docs: improve deprecation notices (#3804) 2023-11-16 05:33:11 +11:00
regexp BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
semver feat(semver): canParse (#3709) 2023-10-24 13:39:55 +09:00
signal docs: improve deprecation notices (#3804) 2023-11-16 05:33:11 +11:00
streams BREAKING(bytes): remove spread concat() overload (#3854) 2023-11-24 19:19:11 +11:00
testing chore(testing): remove examples (#3833) 2023-11-22 18:39:15 +11:00
text feat: add std/text with word-similarity helpers (#3488) 2023-11-05 21:49:00 +09:00
toml refactor(toml): replace ArrayType enum with union (#3840) 2023-11-24 08:25:24 +00:00
ulid chore: remove public link to _util (#3881) 2023-11-30 16:08:19 +01:00
url BREAKING(path): split path into per-os modules, deprecate legacy os-specific exports (#3649) 2023-09-28 19:54:53 +09:00
uuid BREAKING(bytes): deprecate concat() signatures that don't use Uint8Array[] argument (#3784) 2023-11-13 16:34:32 +11:00
yaml refactor: remove top-level arrow sytnax use (#3687) 2023-10-11 16:19:48 +09:00
.editorconfig chore(node): add asn1.js (#1971) 2022-02-28 20:55:56 +09:00
.gitattributes Remove std/node, it was merged into Deno itself (#3206) 2023-02-22 10:28:55 -05:00
.gitignore chore: add cov:* tasks (#3743) 2023-10-29 13:23:03 +09:00
badge.svg docs: "Built with deno_std" badge (#3797) 2023-11-24 13:54:28 +11:00
browser-compat.tsconfig.json fix: improve type safety for browser-compatible modules (#995) 2021-07-06 11:15:37 +09:00
deno.json chore(deps): bump the dependencies group in /crypto/_wasm with 6 updates (#3866) 2023-11-29 11:42:00 +11:00
LICENSE chore: update copyright header (#1871) 2022-02-02 23:21:39 +09:00
README.md docs: "Built with deno_std" badge (#3797) 2023-11-24 13:54:28 +11:00
Releases.md 0.208.0 (#3846) 2023-11-24 03:48:39 +01:00
types.d.ts chore(tools): improved web-compatibility checks (#3263) 2023-03-18 21:36:00 +09:00
version.ts 0.208.0 (#3846) 2023-11-24 03:48:39 +01:00

Deno Standard Library

codecov ci

High-quality APIs for Deno and the web. Use fearlessly.

Get Started

import { copy } from "https://deno.land/std@$STD_VERSION/fs/copy.ts";

await copy("./foo", "./bar");

See here for recommended usage patterns.

Documentation

Check out the documentation here.

  1. Include the version of the library in the import specifier.

    Good:

    import { copy } from "https://deno.land/std@$STD_VERSION/fs/copy.ts";
    
  2. Only import modules that you require.

    Bad (when using only one function):

    import * as fs from "https://deno.land/std@$STD_VERSION/fs/mod.ts";
    

    Good (when using only one function):

    import { copy } from "https://deno.land/std@$STD_VERSION/fs/copy.ts";
    

    Good (when using multiple functions):

    import * as fs from "https://deno.land/std@$STD_VERSION/fs/mod.ts";
    
  3. Do not import symbols with an underscore in the name.

    Bad:

    import { _format } from "https://deno.land/std@$STD_VERSION/path/_common/format.ts";
    
  4. Do not import modules with an underscore in the path.

    Bad:

    import { filterInPlace } from "https://deno.land/std@$STD_VERSION/collections/_utils.ts";
    
  5. Do not import test modules or test data.

    Bad:

    import { test } from "https://deno.land/std@$STD_VERSION/front_matter/test.ts";
    

Stability

Sub-module Status
archive Unstable
assert Stable
async Stable
bytes Stable
collections Stable
console Unstable
csv Stable
datetime Unstable
dotenv Unstable
encoding Unstable
flags Unstable
fmt Stable
front_matter Unstable
fs Stable
html Unstable
http Unstable
io Deprecated
json Stable
jsonc Stable
log Unstable
media_types Stable
msgpack Unstable
path Unstable
permissions Deprecated
regexp Unstable
semver Unstable
signal Deprecated
streams Unstable
testing Stable
toml Stable
ulid Unstable
url Unstable
uuid Stable
yaml Stable

For background and discussions regarding the stability of the following sub-modules, see #3489.

Deprecation Policy

We deprecate the APIs in the Standard Library when they get covered by new JavaScript language APIs or new Web Standard APIs. These APIs are usually removed after 3 minor versions.

If you still need to use such APIs after the removal for some reason (for example, the usage in Fresh island), please use the URL pinned to the version where they are still available.

For example, if you want to keep using readableStreamFromIterable, which was deprecated and removed in favor of ReadableStream.from in v0.195.0, please use the import URL pinned to v0.194.0:

import { readableStreamFromIterable } from "https://deno.land/std@0.194.0/streams/readable_stream_from_iterable.ts";

Contributing

Check out the contributing guidelines here.

Releases

The Standard Library is versioned independently of the Deno CLI. This will change once the Standard Library is stabilized. See here for the compatibility of different versions of the Deno Standard Library and the Deno CLI.

A new minor version of the Standard Library is published at the same time as every new version of the Deno CLI (including patch versions).

Badge

Built with the Deno Standard Library

<a href="https://deno.land/std">
  <img
    width="135"
    height="20"
    src="https://raw.githubusercontent.com/denoland/deno_std/main/badge.svg"
    alt="Built with the Deno Standard Library"
  />
</a>
[![Built with the Deno Standard Library](https://raw.githubusercontent.com/denoland/deno_std/main/badge.svg)](https://deno.land/std)