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-03-04 14:19:03 -05:00
benching Fixing default parameters of runBenchmarks (denoland/deno_std#229) 2019-03-04 11:02:49 -05:00
bytes feat: multipart, etc.. (denoland/deno_std#180) 2019-02-10 18:49:48 -05:00
colors Re-enabling colors after color testing (denoland/deno_std#226) 2019-03-03 17:21:24 -05:00
datetime Fixed non-standard prefix on importing (denoland/deno_std#216) 2019-02-23 11:13:53 -05:00
examples Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218) 2019-02-26 00:35:50 -05:00
flags Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218) 2019-02-26 00:35:50 -05:00
fs Refactoring + Enhance UTs + Enhance doc (denoland/deno_std#230) 2019-03-04 13:06:05 -05:00
http Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218) 2019-02-26 00:35:50 -05:00
io Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218) 2019-02-26 00:35:50 -05:00
log Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218) 2019-02-26 00:35:50 -05:00
media_types Add reusable prettier wrapper CLI (denoland/deno_std#165) 2019-02-01 10:16:39 -05:00
multipart Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218) 2019-02-26 00:35:50 -05:00
prettier Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218) 2019-02-26 00:35:50 -05:00
strings feat: multipart, etc.. (denoland/deno_std#180) 2019-02-10 18:49:48 -05:00
testing feat: parallel testing (denoland/deno_std#224) 2019-03-04 14:19:03 -05:00
textproto Reorgnanize repos, examples and tests (denoland/deno_std#105) 2019-01-12 16:50:04 -05:00
ws Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218) 2019-02-26 00:35:50 -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.3.1 (denoland/deno_std#220) 2019-03-01 02:54:21 -05:00
format.ts Change import { x } from "deno" to const { x } = Deno (denoland/deno_std#218) 2019-02-26 00:35:50 -05:00
LICENSE Happy New Year (denoland/deno_std#58) 2019-01-02 09:56:17 -05:00
README.md fixing readme link + version (denoland/deno_std#225) 2019-03-02 15:49:39 -05:00
test.ts Glob integration for the FS walker (denoland/deno_std#219) 2019-03-02 14:56:19 -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.