The Deno Standard Library
Go to file
2019-02-23 11:18:43 -05:00
benching Fixed non-standard prefix on importing (#216) 2019-02-23 11:13:53 -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 Fixed non-standard prefix on importing (#216) 2019-02-23 11:13:53 -05:00
examples Reenable cat.ts test (#197) 2019-02-18 18:32:56 -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 Revert "Redesign of http server module (#188)" 2019-02-19 13:18:41 -05:00
io Revert "Redesign of http server module (#188)" 2019-02-19 13:18:41 -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 Add runIfMain method (#215) 2019-02-23 11:18:43 -05:00
textproto Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -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.3 (#204) 2019-02-19 09:58:40 -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 Fixed non-standard prefix on importing (#216) 2019-02-23 11:13:53 -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.