The Deno Standard Library
Go to file
2019-02-15 11:20:59 -05:00
benching Add benching (#185) 2019-02-12 10:55:01 -05:00
bytes feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00
colors support NO_COLOR in colors module (#182) 2019-02-09 19:13:44 -05:00
datetime Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
examples Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
flags Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
fs Add fs.walk (#192) 2019-02-15 11:20:59 -05:00
http Redesign of http server module (#188) 2019-02-15 11:03:57 -05:00
io Redesign of http server module (#188) 2019-02-15 11:03:57 -05:00
log Add colors to log module (#175) 2019-02-10 21:28:52 -05:00
media_types Add reusable prettier wrapper CLI (#165) 2019-02-01 10:16:39 -05:00
multipart feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00
prettier Bump CI to v0.2.11 (#183) 2019-02-09 15:41:05 -05:00
strings feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00
testing feat: Add pretty assert (#187) 2019-02-15 11:11:55 -05:00
textproto Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00
util Redesign of http server module (#188) 2019-02-15 11:03:57 -05:00
ws refactor: make acceptWebSocket independent from ServerRequest (#178) 2019-02-10 18:45:24 -05:00
.editorconfig add charset & trim_trailing_whitespace (#158) 2019-01-26 14:09:53 -05:00
.gitignore feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00
azure-pipelines.yml Bump CI to v0.2.11 (#183) 2019-02-09 15:41:05 -05:00
format.ts Bump CI to v0.2.11 (#183) 2019-02-09 15:41:05 -05:00
LICENSE Happy New Year (#58) 2019-01-02 09:56:17 -05:00
README.md Style guide has moved. (#191) 2019-02-12 18:23:49 -05:00
test.ts Add fs.walk (#192) 2019-02-15 11:20:59 -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.2.6 tag is guaranteed to work with deno v0.2.6. You can link to v0.2.6 using the URL https://deno.land/x/std@v0.2.6/

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.