index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
js
Age
Commit message (
Expand
)
Author
2020-02-29
refactor(cli/js): Replace constructError() with getErrorClass() (#4189)
Nayeem Rahman
2020-02-29
add assertResources sanitizer to cli/js/ unit tests (#4161)
Bartek Iwańczuk
2020-02-28
Revert "perf: use subarray instead of slice in dispatch minimal (#4173)" (#4174)
Bartek Iwańczuk
2020-02-28
perf: use subarray instead of slice in dispatch minimal (#4173)
Bartek Iwańczuk
2020-02-28
Clean up lib.deno.ns.d.ts JSDoc (#4170)
Kitson Kelly
2020-02-28
rewrite permission revoke test as integration test (#4164)
Bartek Iwańczuk
2020-02-27
Merge mod_evaluate() and mod_evaluate_dyn_import() methods (#4167)
Bert Belder
2020-02-27
feat: Support types compiler option in compiler APIs (#4155)
Kitson Kelly
2020-02-26
stream output of js unit tests (#4146)
Bartek Iwańczuk
2020-02-26
Bundles can be sync or async based on top level await (#4124)
Kitson Kelly
2020-02-26
add window.self read-only property (#4131)
Bartek Iwańczuk
2020-02-26
tty: Deno.setRaw(rid, mode) to turn on/off raw mode (#3958)
Kevin (Kun) "Kassimo" Qian
2020-02-25
upgrade: TypeScript 3.8 (#4100)
Kitson Kelly
2020-02-25
Clean up how we use opIds (#4118)
Ryan Dahl
2020-02-25
Fix issues with JavaScript importing JavaScript. (#4120)
Kitson Kelly
2020-02-24
Add Deno.Err change missing from previous commit (#4113)
Ryan Dahl
2020-02-24
rename Deno.Err -> Deno.errors (#4093)
Bartek Iwańczuk
2020-02-24
feat: Add Deno.formatDiagnostics (#4032)
Kitson Kelly
2020-02-24
Add missing node os.release() implementation (#4065)
ecyrbe
2020-02-23
fetch: proper error for unsupported protocol (#4085)
Kevin (Kun) "Kassimo" Qian
2020-02-23
Move WebAsssembly namespace to shared_globals (#4084)
Kevin (Kun) "Kassimo" Qian
2020-02-22
feat(std/node): add os.loadavg() (#4075)
ecyrbe
2020-02-21
feat: Deno.fsEvents() (#3452)
Bartek Iwańczuk
2020-02-21
feat: support UDP sockets (#3946)
hazæ41
2020-02-21
refactor: remove unneeded ErrorKinds (#3936)
Bartek Iwańczuk
2020-02-21
fix: add io ops to worker to fix fetch (#4054)
Bartek Iwańczuk
2020-02-19
fix: mis-detecting imports on JavaScript when there is no checkJs (#4040)
Kitson Kelly
2020-02-19
fix: emit when bundle contains single module (#4042)
Kitson Kelly
2020-02-19
Enable TS strict mode by default (#3899)
Maximilien Mellen
2020-02-19
Support loading additional TS lib files (#3863)
Kitson Kelly
2020-02-18
feat: Deno.makeTempFile (#4024)
Kevin (Kun) "Kassimo" Qian
2020-02-16
Fix issue with detecting AMD like imports (#4009)
Kitson Kelly
2020-02-12
Improvements to bundling. (#3965)
Kitson Kelly
2020-02-11
refactor: rewrite deno test, add Deno.test() (#3865)
Bartek Iwańczuk
2020-02-11
workers: basic event loop (#3828)
Bartek Iwańczuk
2020-02-07
toAsyncIterable: Remove unnecessary EOF check (#3914)
Brad Dunbar
2020-02-07
Improve support for diagnostics from runtime compiler APIs (#3911)
Kitson Kelly
2020-02-07
feat: add std/signal/mod.ts (#3913)
Yoshiya Hinosawa
2020-02-05
fix: basic web worker message passing (#3893)
Ryan Dahl
2020-02-05
Fix: jsDoc for Deno.dir() (#3888)
Chris Knight
2020-02-05
fix: Validate all tests included in unit_tests.ts (#3879)
Chris Knight
2020-02-04
refactor: CLI subcommands and argv (#3886)
Bartek Iwańczuk
2020-02-03
Make fetch API more standards compliant (#3667)
serverhiccups
2020-02-03
fix: Deno.remove() to properly remove dangling symlinks (#3860)
Rafael Vargas
2020-02-02
Remove //tests symlink (#3849)
Luka Hartwig
2020-01-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-27
refactor: isomorphic snapshot for CLI (#3728)
Bartek Iwańczuk
2020-01-24
Break out runtime lib to main and worker (#3771)
Kitson Kelly
2020-01-24
Mark signal APIs as unstable (#3779)
Ryan Dahl
2020-01-24
Add signal handlers (#3757)
Yoshiya Hinosawa
[next]