The Deno Standard Library
Go to file
2019-04-13 15:24:36 -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 move test file out of tests dir in flags module (#293) 2019-03-19 13:24:11 -04:00
fs EOL add mixed detection (#325) 2019-04-13 15:24:36 -04:00
http Enforce HTTP/1.1 pipeline response order (#331) 2019-04-13 15:23:56 -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 prettier check in empty files (#302) 2019-03-24 11:26:47 -04:00
strings toml: add Stringify feature (#319) 2019-04-05 00:23:05 -04:00
testing Fix denoland/deno#2064 (#328) 2019-04-09 04:33:22 -04:00
textproto Rename assertEq to assertEquals (#242) 2019-03-06 19:42:24 -05:00
toml toml: add Stringify feature (#319) 2019-04-05 00:23:05 -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 fixing readme link + version (#225) 2019-03-02 15:49:39 -05: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.

Contributing

Follow the style guide.