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
/
tests
/
subdir
Age
Commit message (
Expand
)
Author
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-07-08
feat: add --no-check option (#6456)
Kitson Kelly
2020-06-09
fix(cli/js/web/worker): Disable relative module specifiers (#5266)
Nayeem Rahman
2020-05-08
feat(workers): "crypto" global accessible in Worker scope (#5121)
Oliver Lenehan
2020-05-01
BREAKING: feat(cli/installer): Support guessing the executable name (#5036)
Nayeem Rahman
2020-04-16
feat: support Deno namespace in Worker API (#4784)
Bartek Iwańczuk
2020-04-14
fix(worker): make worker name spec compliant (#4746)
Bartek Iwańczuk
2020-04-13
feat: implement EventTarget for worker scope (#4737)
Bartek Iwańczuk
2020-04-13
feat(worker): add MessageEvent, ErrorEvent and handling to Worker API (#4391)
crowlKats
2020-04-10
implement Worker.terminate() and self.close() (#4684)
Bartek Iwańczuk
2020-04-01
Support dynamic import in bundles. (#4561)
Kitson Kelly
2020-03-28
Update to Prettier 2 and use ES Private Fields (#4498)
Kitson Kelly
2020-03-03
add assertOps sanitizer in cli/js/ unit tests (#4209)
Bartek Iwańczuk
2020-02-27
feat: Support types compiler option in compiler APIs (#4155)
Kitson Kelly
2020-02-25
upgrade: TypeScript 3.8 (#4100)
Kitson Kelly
2020-02-25
Fix issues with JavaScript importing JavaScript. (#4120)
Kitson Kelly
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-12
Improvements to bundling. (#3965)
Kitson Kelly
2020-02-11
workers: basic event loop (#3828)
Bartek Iwańczuk
2020-02-05
fix: basic web worker message passing (#3893)
Ryan Dahl
2020-01-29
workers: proper TS libs, more spec-compliant APIs (#3812)
Bartek Iwańczuk
2020-01-26
Improve support of type definitions (#3755)
Kitson Kelly
2020-01-21
refactor: split worker and worker host logic (#3722)
Bartek Iwańczuk
2020-01-17
workers: minimal error handling and async module loading (#3665)
Bartek Iwańczuk
2019-10-26
Support named imports/exports for subset of properties in JSON modules (#3210)
Kevin (Kun) "Kassimo" Qian
2019-10-16
fix: remote jsx/tsx files were compiled as js/ts (#3125)
Yusuke Sakurai
2019-09-16
Move integration tests to //cli/tests/ (#2964)
Ryan Dahl