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
/
globals.ts
Age
Commit message (
Expand
)
Author
2020-04-14
dedup various type definitions (#4741)
Ryan Dahl
2020-04-13
dedup Headers types (#4736)
Ryan Dahl
2020-04-13
refactor(core/js_error): Align JSStackFrame with CallSite (#4715)
Nayeem Rahman
2020-04-11
dedup URLSearchParams, URL, Location, DOMStringList (#4719)
Ryan Dahl
2020-04-11
refactor: Event and EventTarget implementations (#4707)
Kitson Kelly
2020-04-09
feat(cli/doc): Support doc for runtime built-ins (#4635)
Nayeem Rahman
2020-04-03
feat: Expose ReadableStream and make Blob more standardized (#4581)
Yusuke Sakurai
2020-03-30
console: print promise details (#4524)
Michał Sabiniarz
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-24
feat: window.close() (#4474)
Kevin (Kun) "Kassimo" Qian
2020-03-19
Simplify timer with macrotask callback (#4385)
Kevin (Kun) "Kassimo" Qian
2020-03-19
fix: stack traces for modules imported via std/node's require (#4035)
Nikolai Vavilov
2020-03-15
feat: Deno.core.{encode,decode}; standalone UTF-8 encoding/decoding (#4349)
Bartek Iwańczuk
2020-03-11
reorg: cli/js/compiler/, move more API to cli/js/web/ (#4310)
Bartek Iwańczuk
2020-03-05
move Web APIs to cli/js/web/
Bartek Iwańczuk
2020-03-05
Support async function and EventListenerObject as listeners (#4240)
Ryan Dahl
2020-03-02
Do not convert exceptions to JSON and back (#4214)
Bert Belder
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-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-21
refactor: Rename JS entry functions (#3732)
Bartek Iwańczuk
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
2020-01-20
Use globalThis to reference global scope (#3719)
Kitson Kelly
2020-01-17
workers: minimal error handling and async module loading (#3665)
Bartek Iwańczuk
2020-01-16
Add Deno.symbols and move internal fields for test (#3693)
Kevin (Kun) "Kassimo" Qian
2020-01-08
Runtime Compiler API (#3442)
Kitson Kelly
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-11-13
Update to TypeScript 3.7 (#3275)
Kitson Kelly
2019-10-28
Re-enable basic stream support for fetch bodies (#3192)
Nick Stott
2019-10-04
Merge deno_cli_snapshots into deno_cli (#3064)
Ryan Dahl