The Deno Standard Library
Go to file
2019-04-22 11:35:14 -04:00
bytes Rename assertEq to assertEquals (#242) 2019-03-06 19:42:24 -05:00
colors Documentation clean up (#288) 2019-03-18 11:08:01 -04:00
datetime Fix assertEquals for RegExp & Date (#305) 2019-03-26 08:15:16 -04:00
examples refactor: update for flag change in the next version (#327) 2019-04-07 20:30:45 -04:00
flags Docs: Added missing example in flags module - README.md (#348) 2019-04-21 08:59:38 -04:00
fs fs: add ensureLink/ensureLinkSync (#353) 2019-04-22 11:35:14 -04:00
http fix ts warning for http/server_test.ts (#342) 2019-04-19 11:25:44 -04:00
io Test reorganization (#290) 2019-03-18 12:49:54 -04:00
log Use Deno global var instead of built-in "deno" module (#247) 2019-03-07 19:25:16 -05:00
media_types Rename assertEq to assertEquals (#242) 2019-03-06 19:42:24 -05:00
multipart Test reorganization (#290) 2019-03-18 12:49:54 -04:00
prettier Fix eslint warnings and small clean ups (#339) 2019-04-14 10:53:19 -04:00
strings toml: add Stringify feature (#319) 2019-04-05 00:23:05 -04:00
testing Support Sets in asserts.equals (#350) 2019-04-22 09:39:33 -04:00
textproto Rename assertEq to assertEquals (#242) 2019-03-06 19:42:24 -05:00
toml Fix eslint warnings and small clean ups (#339) 2019-04-14 10:53:19 -04:00
util Add TOML module (#300) 2019-03-28 12:31:15 -04:00
ws fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
.editorconfig add charset & trim_trailing_whitespace (#158) 2019-01-26 14:09:53 -05:00
.eslintrc.json fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
.gitignore Add eslint for linting (#235) 2019-03-04 19:53:35 -05:00
azure-pipelines.yml refactor: update for flag change in the next version (#327) 2019-04-07 20:30:45 -04:00
format.ts fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
LICENSE Happy New Year (#58) 2019-01-02 09:56:17 -05:00
README.md doc: Add missing documentation (#336) 2019-04-13 15:30:56 -04:00
test.ts EOL add mixed detection (#325) 2019-04-13 15:24:36 -04:00
tsconfig.json Add eslint for linting (#235) 2019-03-04 19:53:35 -05:00

Deno Standard Modules

Build Status

These modules do not have external dependencies and they are reviewed by the Deno core team. The intention is to have a standard set of high quality code that all Deno projects can use fearlessly.

Contributions are welcome!

How to use

These modules are tagged in accordance with Deno releases. So, for example, the v0.3.0 tag is guaranteed to work with deno v0.3.0. You can link to v0.3.0 using the URL https://deno.land/std@v0.3.0/

It's strongly recommended that you link to tagged releases rather than the master branch. The project is still young and we expect disruptive renames in the future.

Documentation

Here are the dedicated documentations of modules:

Contributing

Follow the style guide.