summaryrefslogtreecommitdiff
path: root/cli/js
AgeCommit message (Expand)Author
2020-02-24Add missing node os.release() implementation (#4065)ecyrbe
2020-02-23fetch: proper error for unsupported protocol (#4085)Kevin (Kun) "Kassimo" Qian
2020-02-23Move WebAsssembly namespace to shared_globals (#4084)Kevin (Kun) "Kassimo" Qian
2020-02-22feat(std/node): add os.loadavg() (#4075)ecyrbe
2020-02-21feat: Deno.fsEvents() (#3452)Bartek Iwańczuk
2020-02-21feat: support UDP sockets (#3946)hazæ41
2020-02-21refactor: remove unneeded ErrorKinds (#3936)Bartek Iwańczuk
2020-02-21fix: add io ops to worker to fix fetch (#4054)Bartek Iwańczuk
2020-02-19fix: mis-detecting imports on JavaScript when there is no checkJs (#4040)Kitson Kelly
2020-02-19fix: emit when bundle contains single module (#4042)Kitson Kelly
2020-02-19Enable TS strict mode by default (#3899)Maximilien Mellen
2020-02-19Support loading additional TS lib files (#3863)Kitson Kelly
2020-02-18feat: Deno.makeTempFile (#4024)Kevin (Kun) "Kassimo" Qian
2020-02-16Fix issue with detecting AMD like imports (#4009)Kitson Kelly
2020-02-12Improvements to bundling. (#3965)Kitson Kelly
2020-02-11refactor: rewrite deno test, add Deno.test() (#3865)Bartek Iwańczuk
2020-02-11workers: basic event loop (#3828)Bartek Iwańczuk
2020-02-07toAsyncIterable: Remove unnecessary EOF check (#3914)Brad Dunbar
2020-02-07Improve support for diagnostics from runtime compiler APIs (#3911)Kitson Kelly
2020-02-07feat: add std/signal/mod.ts (#3913)Yoshiya Hinosawa
2020-02-05fix: basic web worker message passing (#3893)Ryan Dahl
2020-02-05Fix: jsDoc for Deno.dir() (#3888)Chris Knight
2020-02-05fix: Validate all tests included in unit_tests.ts (#3879)Chris Knight
2020-02-04refactor: CLI subcommands and argv (#3886)Bartek Iwańczuk
2020-02-03Make fetch API more standards compliant (#3667)serverhiccups
2020-02-03fix: Deno.remove() to properly remove dangling symlinks (#3860)Rafael Vargas
2020-02-02Remove //tests symlink (#3849)Luka Hartwig
2020-01-29workers: proper TS libs, more spec-compliant APIs (#3812)Bartek Iwańczuk
2020-01-27refactor: isomorphic snapshot for CLI (#3728)Bartek Iwańczuk
2020-01-24Break out runtime lib to main and worker (#3771)Kitson Kelly
2020-01-24Mark signal APIs as unstable (#3779)Ryan Dahl
2020-01-24Add signal handlers (#3757)Yoshiya Hinosawa
2020-01-23update readmes (#3765)Ryan Dahl
2020-01-22refactor: snapshotting (#3753)Bartek Iwańczuk
2020-01-22Reland "Create an old program to be used in snapshot." (#3747)Bartek Iwańczuk
2020-01-21Revert "Create an old program to be used in snapshot. (#3644)"Ry Dahl
2020-01-21change copyrights from 2019 to 2020 (#3733)Takashi Idobe
2020-01-21refactor: Rename JS entry functions (#3732)Bartek Iwańczuk
2020-01-21Implemented alternative open mode in files (#3119)Michał Sabiniarz
2020-01-21refactor: split worker and worker host logic (#3722)Bartek Iwańczuk
2020-01-20refactor: reduce number of ErrorKind variants (#3662)Bartek Iwańczuk
2020-01-20Use globalThis to reference global scope (#3719)Kitson Kelly
2020-01-18stabilize net Addr (#3709)Bartek Iwańczuk
2020-01-18rename dial to connect and dialTLS to connectTLS (#3710)Bartek Iwańczuk
2020-01-17Mark various APIs in window.Deno as unstable (#3701)Ry Dahl
2020-01-17workers: minimal error handling and async module loading (#3665)Bartek Iwańczuk
2020-01-17Fix compile and bundle api types (#3703)Klaus Hvam
2020-01-17feat: support individual async handler for each op (#3690)Andy Finch
2020-01-16Add Deno.symbols and move internal fields for test (#3693)Kevin (Kun) "Kassimo" Qian
2020-01-16feat(fs): add more unix-only fields to FileInfo (#3680)Kevin (Kun) "Kassimo" Qian