1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
Commit graph

51 commits

Author SHA1 Message Date
Ryan Dahl
0f00676e8f
Add run to shebangs (#380) 2019-05-06 17:07:43 -04:00
Vincent LE GOFF
bb92c44c64 EOL add mixed detection (#325) 2019-04-13 15:24:36 -04:00
Vincent LE GOFF
fa1664e6cc Add TOML module (#300) 2019-03-28 12:31:15 -04:00
Vincent LE GOFF
0bb040e8d4 Test reorganization (#290) 2019-03-18 12:49:54 -04:00
Axetroy
da4abcd9a3 extract internal method isSubdir to fs/utils.ts (#285) 2019-03-17 12:34:55 -04:00
Vincent LE GOFF
6e0bec1f94 Add strings/pad (#282) 2019-03-15 12:02:38 -04:00
Axetroy
e9d104a424 feat: add writeJson/writeJsonSync for fs modules (#271) 2019-03-14 10:26:12 -04:00
Axetroy
e4485d722a feat: add readJson/readJsonSync for fs modules (#269) 2019-03-13 12:06:40 -04:00
Axetroy
a1fcfb2744 feat: add move/moveSync for fs modules (#266) 2019-03-12 05:11:30 -04:00
Axetroy
9ae941338a feat: add ensureDir/ensureFile for fs modules (#264) 2019-03-12 01:52:43 -04:00
chiefbiiko
4de86f04de Move benching into testing. (#258) 2019-03-11 14:21:13 -04:00
Axetroy
64d6bfca56 feat: add emptyDir for fs modules (#263) 2019-03-11 14:19:52 -04:00
Axetroy
142a1c6cf8 add fs/exists (#260) 2019-03-11 13:14:26 -04:00
Vincent LE GOFF
0c3ba838fa Glob integration for the FS walker (#219) 2019-03-02 14:56:19 -05:00
EnokMan
f65fda8336 Fixed non-standard prefix on importing (#216) 2019-02-23 11:13:53 -05:00
Ryan Dahl
57c9176b19 Revert "Redesign of http server module (#188)"
We need to consider the API changes here more carefully.

This reverts commit da188a7d30.
and commit 8569f15207.
2019-02-19 13:18:41 -05:00
Andy Hayden
3be908facd Add fs.walk (#192) 2019-02-15 11:20:59 -05:00
Yusuke Sakurai
8569f15207 Redesign of http server module (#188) 2019-02-15 11:03:57 -05:00
chiefbiiko
0a160c3925 Add benching (#185) 2019-02-12 10:55:01 -05:00
Yusuke Sakurai
fda9c98d05 feat: multipart, etc.. (#180) 2019-02-10 18:49:48 -05:00
Ryan Dahl
1abdc2efc0
Bump CI to v0.2.11 (#183) 2019-02-09 15:41:05 -05:00
Dmitry Sharshakov
f2d23f8fcd Clean up tests (#176) 2019-02-08 12:23:51 -05:00
Dmitry Sharshakov
5440377495 Add missiong copyright headers (#177) 2019-02-07 11:45:47 -05:00
Ryan Dahl
e79cb5a31a
Rename http/http.ts to http/server.ts (#170)
Remove http/mod.ts
2019-02-02 18:57:38 -05:00
Yoshiya Hinosawa
e7837ff0f0 Add reusable prettier wrapper CLI (#165)
This also fixes an issue with the path on azure-pipelines.
2019-02-01 10:16:39 -05:00
James Garbutt
4b054d69ad log: add tests (#136) 2019-01-27 10:21:00 -05:00
Ryan Dahl
ec1675a8ca
testing: Don't automatically run on import (#129) 2019-01-24 16:25:13 -05:00
Max Graey
2081f03a07 fix possible range issues for copyBytes in io/util (#146) 2019-01-21 21:56:35 -06:00
Ryan Dahl
4283c26b89
Remove mkdirp - deno.mkdir is already recursive (#118) 2019-01-17 13:14:48 -05:00
Andy Hayden
e28c9a4079 Remove race-condition in file_server tests (#125) 2019-01-17 13:08:59 -05:00
Andy Hayden
c5e6e015b5 Reorgnanize repos, examples and tests (#105) 2019-01-12 16:50:04 -05:00
木杉
41312ad39f refactor(mkdirp): reorg (#103) 2019-01-12 13:07:18 -05:00
Kitson Kelly
0e00fe9cd3 Add media_types collection (#97) 2019-01-11 00:16:47 -05:00
Kitson Kelly
92bbca8166 Reorg colors (#96) 2019-01-10 20:18:21 -05:00
木杉
5be16ba599 refactor(path): reorg (#101) 2019-01-10 17:11:44 -05:00
Dmitry Sharshakov aka. sh7dm
b490638746 Add datetime utils (#72) 2019-01-03 10:19:20 -05:00
Ryan Dahl
61fdae51a7 Add testing module 2019-01-02 13:45:42 -05:00
chiefbiiko
7a3c70e74b Add mkdirp (#59) 2019-01-01 18:45:41 -05:00
Kevin (Kun) "Kassimo" Qian
731f03829c Add CORS option to file_server (#45) 2018-12-23 22:50:49 -05:00
Ryan Dahl
14be9a0e82
Add examples/ directory (#28)
Previously https://github.com/denoland/deno_examples
2018-12-19 13:50:48 -05:00
Bartek Iwańczuk
25b88bcf8c Add logging module (#33) 2018-12-19 13:16:45 -05:00
Bartek Iwańczuk
b15b0d20d7 Add flags module (#32) 2018-12-19 13:06:31 -05:00
Kitson Kelly
54787f172c Add colors module (#30) 2018-12-18 23:30:44 -05:00
木杉
1a35f9daf5 migrate deno_path to deno_std (#26)
Previously https://github.com/zhmushan/deno_path
2018-12-18 21:29:39 -05:00
Ryan Dahl
99e276eb89 Rename project to deno_std
Move typescript files to net/
2018-12-18 18:27:05 -05:00
Kevin (Kun) "Kassimo" Qian
abeb19890e Add BufReader.readFull (#24) 2018-12-17 22:57:45 -05:00
Ryan Dahl
5abec6efc5 Remove buffer.ts and use the one built in to deno. 2018-12-17 22:40:42 -05:00
Bartek Iwańczuk
269665873a First pass at streaming http response (#16) 2018-12-17 11:49:10 -05:00
Kevin (Kun) "Kassimo" Qian
b78f4e9fbd Serve directory for file server & Fix bufio flush bug (#15) 2018-12-11 17:56:32 -05:00
Ryan Dahl
31ab43b919 First pass at TextProtoReader. 2018-11-08 12:26:20 -05:00