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-11-14
build: update dlint to v0.2.10 (#8284)
Yusuke Tanaka
2020-11-08
chore: remove dead code (#8298)
Bartek Iwańczuk
2020-11-08
fix(cli): ensure that transitory dependencies are emitted (#8275)
Kitson Kelly
2020-11-06
fix(cli): correct libs sent to tsc for unstable worker (#8260)
Kitson Kelly
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
2020-11-02
fix(cli): inject helpers when transpiling via swc (#8221)
Kitson Kelly
2020-10-28
fix(cli): module graph handles redirects properly (#8159)
Kitson Kelly
2020-10-27
fix(cli): do not throw on empty typescript files (#8143)
Kitson Kelly
2020-10-26
fix(cli): properly handle roots with extensions that don't match media type (...
Kitson Kelly
2020-10-20
fix(cli/worker): Print error stacks from the origin Worker (#7987)
Nayeem Rahman
2020-10-12
fix(cli/rt/main): Add global interface objects (#7875)
Nayeem Rahman
2020-10-08
fix: update worker types to better align to lib.dom.d.ts (#7843)
Kitson Kelly
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-08-24
feat: update to TypeScript 4.0 (#6514)
Kitson Kelly
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