summaryrefslogtreecommitdiff
path: root/js/deno.ts
AgeCommit message (Expand)Author
2019-01-06Revert "Split Runner from Compiler" (#1462)Ryan Dahl
2019-01-06Add deno.pid (#1464)Ryan Dahl
2019-01-02Happy new year!Ryan Dahl
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-12-19Expose deno.inspect (#1378)Kevin (Kun) "Kassimo" Qian
2018-12-13Fix deno.open permission check (#1336)Kevin (Kun) "Kassimo" Qian
2018-11-30Add deno.readAll() (#1234)DanSnow
2018-11-20Split Runner from CompilerKitson Kelly
2018-11-16First pass at running subprocesses (#1156)Bert Belder
2018-11-13Support streaming response bodies from fetch()Ryan Dahl
2018-11-04Add deno.Buffer (#1121)Ryan Dahl
2018-10-31Add helper to turn deno.Reader into async iterator (#1130)Bartek Iwańczuk
2018-10-30Add resources op (#1119)Bartek Iwańczuk
2018-10-26Remove broken feature: trace()Ryan Dahl
2018-10-26Add chmod/chmodSync on unix (and fix Cargo.toml) (#1088)Kevin (Kun) "Kassimo" Qian
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-13Add cwd() and chdir() (#907)Shiva Prasanth
2018-10-11Add deno.metrics()Bartek Iwańczuk
2018-10-08FormatBert Belder
2018-10-06Export missing io types from denons
2018-10-05Hide compiler module (#909)Kitson Kelly
2018-10-04Use underscores in filenames.Ryan Dahl
2018-10-03First pass at support for TCP servers and clients. (#884)Ryan Dahl
2018-10-03Implemented readDirSync, readDirJ2P
2018-10-03Clean up deno.platformRyan Dahl
2018-10-03timers: implement timers in javascriptBert Belder
2018-09-30Add copyFile/copyFileSync (#863)Kevin (Kun) "Kassimo" Qian
2018-09-30Add deno.truncate (#805)ztplz
2018-09-28Adds basic File I/O and FD table.Ryan Dahl
2018-09-25Add SetGlobalTimeout().Ryan Dahl
2018-09-25Implement deno.readlink() (#797)Mani Maghsoudlou
2018-09-22Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)ztplz
2018-09-22Implement deno.trace() (#795)Kevin (Kun) "Kassimo" Qian
2018-09-20Add deno.arch/deno.platform (#773)Kevin (Kun) "Kassimo" Qian
2018-09-18Implement deno.symlink() (#742)Mani Maghsoudlou
2018-09-12feat: add deno.makeTempDirYoshiya Hinosawa
2018-09-12Add support for fetch() headers (#727)qti3e
2018-09-12Implement deno.rename() (#731)Mani Maghsoudlou
2018-09-12Add remove(), removeAll().Kevin (Kun) "Kassimo" Qian
2018-09-11Implement deno.stat() and deno.lstat()Sajjad Hashemian
2018-09-11Move writeFileSync to write_file.ts, add writeFile and tests (#728)Kevin (Kun) "Kassimo" Qian
2018-09-10Implement deno.mkdir()Sajjad Hashemian
2018-09-10Implement deno.readFile()Ryan Dahl
2018-09-09Expose deno.ErrorKindRyan Dahl
2018-09-04lStat -> lstatRyan Dahl
2018-09-04Implement renameSyncMani Maghsoudlou
2018-09-03Implement mkdirSyncSajjad Hashemian
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-08-31Implemented deno.env and refactored flags.rsAaron Power
2018-08-30Implemented statSync and lStatSyncAaron Power