The Deno Standard Library
Go to file
Ryan Dahl eb5b1d9f53
Bump CI to v0.3.5 (#312)
Disable bench_test.ts because it hangs.
2019-03-30 15:03:43 -04:00
bytes Rename assertEq to assertEquals (#242) 2019-03-06 19:42:24 -05:00
colors Documentation clean up (#288) 2019-03-18 11:08:01 -04:00
datetime Fix assertEquals for RegExp & Date (#305) 2019-03-26 08:15:16 -04:00
examples Documentation clean up (#288) 2019-03-18 11:08:01 -04:00
flags move test file out of tests dir in flags module (#293) 2019-03-19 13:24:11 -04:00
fs remove unnecessary path.resolve in move/readJson/writeJson (#292) 2019-03-19 13:23:22 -04:00
http Test reorganization (#290) 2019-03-18 12:49:54 -04:00
io Test reorganization (#290) 2019-03-18 12:49:54 -04:00
log Use Deno global var instead of built-in "deno" module (#247) 2019-03-07 19:25:16 -05:00
media_types Rename assertEq to assertEquals (#242) 2019-03-06 19:42:24 -05:00
multipart Test reorganization (#290) 2019-03-18 12:49:54 -04:00
prettier Fix prettier check in empty files (#302) 2019-03-24 11:26:47 -04:00
strings Test reorganization (#290) 2019-03-18 12:49:54 -04:00
testing Bump CI to v0.3.5 (#312) 2019-03-30 15:03:43 -04:00
textproto Rename assertEq to assertEquals (#242) 2019-03-06 19:42:24 -05:00
toml toml: fix parsing comments (#311) 2019-03-29 10:51:23 -04:00
util Add TOML module (#300) 2019-03-28 12:31:15 -04:00
ws fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
.editorconfig add charset & trim_trailing_whitespace (#158) 2019-01-26 14:09:53 -05:00
.eslintrc.json fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
.gitignore Add eslint for linting (#235) 2019-03-04 19:53:35 -05:00
azure-pipelines.yml Bump CI to v0.3.5 (#312) 2019-03-30 15:03:43 -04:00
format.ts fix: eslint errors (#265) 2019-03-12 01:51:51 -04:00
LICENSE Happy New Year (#58) 2019-01-02 09:56:17 -05:00
README.md fixing readme link + version (#225) 2019-03-02 15:49:39 -05:00
test.ts Add TOML module (#300) 2019-03-28 12:31:15 -04:00
tsconfig.json Add eslint for linting (#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.