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-11 14:19:52 -04:00
benching Replace deno.land/x/ with deno.land/std/ (denoland/deno_std#239) 2019-03-06 10:24:53 -05:00
bytes Rename assertEq to assertEquals (denoland/deno_std#242) 2019-03-06 19:42:24 -05:00
colors Rename assertEq to assertEquals (denoland/deno_std#242) 2019-03-06 19:42:24 -05:00
datetime Datetime module improvement (denoland/deno_std#259) 2019-03-11 11:00:30 -04:00
examples Use Deno global var instead of built-in "deno" module (denoland/deno_std#247) 2019-03-07 19:25:16 -05:00
flags Rename assertEq to assertEquals (denoland/deno_std#242) 2019-03-06 19:42:24 -05:00
fs feat: add emptyDir for fs modules (denoland/deno_std#263) 2019-03-11 14:19:52 -04:00
http Eslint Fix http (denoland/deno_std#257) 2019-03-09 11:46:53 -05:00
io Use Deno global var instead of built-in "deno" module (denoland/deno_std#247) 2019-03-07 19:25:16 -05:00
log Use Deno global var instead of built-in "deno" module (denoland/deno_std#247) 2019-03-07 19:25:16 -05:00
media_types Rename assertEq to assertEquals (denoland/deno_std#242) 2019-03-06 19:42:24 -05:00
multipart Use Deno global var instead of built-in "deno" module (denoland/deno_std#247) 2019-03-07 19:25:16 -05:00
prettier refactor: use execPath where appropriate (denoland/deno_std#255) 2019-03-08 12:41:47 -05:00
strings feat: multipart, etc.. (denoland/deno_std#180) 2019-02-10 18:49:48 -05:00
testing Use AssertionError instead of Error in testing (denoland/deno_std#254) 2019-03-08 16:04:43 -05:00
textproto Rename assertEq to assertEquals (denoland/deno_std#242) 2019-03-06 19:42:24 -05:00
ws Use Deno global var instead of built-in "deno" module (denoland/deno_std#247) 2019-03-07 19:25:16 -05:00
.editorconfig add charset & trim_trailing_whitespace (denoland/deno_std#158) 2019-01-26 14:09:53 -05:00
.eslintignore Eslint Fix http (denoland/deno_std#257) 2019-03-09 11:46:53 -05:00
.eslintrc.json Add eslint for linting (denoland/deno_std#235) 2019-03-04 19:53:35 -05:00
.gitignore Add eslint for linting (denoland/deno_std#235) 2019-03-04 19:53:35 -05:00
azure-pipelines.yml Bump CI to v0.3.2 (denoland/deno_std#245) 2019-03-07 09:07:12 -05:00
format.ts refactor: use execPath where appropriate (denoland/deno_std#255) 2019-03-08 12:41:47 -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 feat: add emptyDir for fs modules (denoland/deno_std#263) 2019-03-11 14:19:52 -04:00
tsconfig.json Add eslint for linting (denoland/deno_std#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.