1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-23 15:16:54 -05:00
A modern runtime for JavaScript and TypeScript. https://deno.com/
Find a file
2019-02-12 18:24:29 -05:00
benching Add benching (denoland/deno_std#185) 2019-02-12 10:55:01 -05:00
bytes feat: multipart, etc.. (denoland/deno_std#180) 2019-02-10 18:49:48 -05:00
colors support NO_COLOR in colors module (denoland/deno_std#182) 2019-02-09 19:13:44 -05:00
datetime Add missiong copyright headers (denoland/deno_std#177) 2019-02-07 11:45:47 -05:00
examples Add missiong copyright headers (denoland/deno_std#177) 2019-02-07 11:45:47 -05:00
flags Add missiong copyright headers (denoland/deno_std#177) 2019-02-07 11:45:47 -05:00
fs Clean up tests (denoland/deno_std#176) 2019-02-08 12:23:51 -05:00
http refactor: make acceptWebSocket independent from ServerRequest (denoland/deno_std#178) 2019-02-10 18:45:24 -05:00
io feat: multipart, etc.. (denoland/deno_std#180) 2019-02-10 18:49:48 -05:00
log Add colors to log module (denoland/deno_std#175) 2019-02-10 21:28:52 -05:00
media_types Add reusable prettier wrapper CLI (denoland/deno_std#165) 2019-02-01 10:16:39 -05:00
multipart feat: multipart, etc.. (denoland/deno_std#180) 2019-02-10 18:49:48 -05:00
prettier Bump CI to v0.2.11 (denoland/deno_std#183) 2019-02-09 15:41:05 -05:00
strings feat: multipart, etc.. (denoland/deno_std#180) 2019-02-10 18:49:48 -05:00
testing Pretty print exceptions (denoland/deno_std#190) 2019-02-12 18:24:29 -05:00
textproto Reorgnanize repos, examples and tests (denoland/deno_std#105) 2019-01-12 16:50:04 -05:00
ws refactor: make acceptWebSocket independent from ServerRequest (denoland/deno_std#178) 2019-02-10 18:45:24 -05:00
.editorconfig add charset & trim_trailing_whitespace (denoland/deno_std#158) 2019-01-26 14:09:53 -05:00
.gitignore feat: multipart, etc.. (denoland/deno_std#180) 2019-02-10 18:49:48 -05:00
azure-pipelines.yml Bump CI to v0.2.11 (denoland/deno_std#183) 2019-02-09 15:41:05 -05:00
format.ts Bump CI to v0.2.11 (denoland/deno_std#183) 2019-02-09 15:41:05 -05:00
LICENSE Happy New Year (denoland/deno_std#58) 2019-01-02 09:56:17 -05:00
README.md Style guide has moved. (denoland/deno_std#191) 2019-02-12 18:23:49 -05:00
test.ts Add benching (denoland/deno_std#185) 2019-02-12 10:55:01 -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.