summaryrefslogtreecommitdiff
path: root/cli/tests/subdir
AgeCommit message (Expand)Author
2020-11-14build: update dlint to v0.2.10 (#8284)Yusuke Tanaka
2020-11-08chore: remove dead code (#8298)Bartek Iwańczuk
2020-11-08fix(cli): ensure that transitory dependencies are emitted (#8275)Kitson Kelly
2020-11-06fix(cli): correct libs sent to tsc for unstable worker (#8260)Kitson Kelly
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
2020-11-02fix(cli): inject helpers when transpiling via swc (#8221)Kitson Kelly
2020-10-28fix(cli): module graph handles redirects properly (#8159)Kitson Kelly
2020-10-27fix(cli): do not throw on empty typescript files (#8143)Kitson Kelly
2020-10-26fix(cli): properly handle roots with extensions that don't match media type (...Kitson Kelly
2020-10-20fix(cli/worker): Print error stacks from the origin Worker (#7987)Nayeem Rahman
2020-10-12fix(cli/rt/main): Add global interface objects (#7875)Nayeem Rahman
2020-10-08fix: update worker types to better align to lib.dom.d.ts (#7843)Kitson Kelly
2020-09-27feat(fmt): Sort named import and export specifiers (#7711)David Sherret
2020-08-24feat: update to TypeScript 4.0 (#6514)Kitson Kelly
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-06-09fix(cli/js/web/worker): Disable relative module specifiers (#5266)Nayeem Rahman
2020-05-08feat(workers): "crypto" global accessible in Worker scope (#5121)Oliver Lenehan
2020-05-01BREAKING: feat(cli/installer): Support guessing the executable name (#5036)Nayeem Rahman
2020-04-16feat: support Deno namespace in Worker API (#4784)Bartek Iwańczuk
2020-04-14fix(worker): make worker name spec compliant (#4746)Bartek Iwańczuk
2020-04-13feat: implement EventTarget for worker scope (#4737)Bartek Iwańczuk
2020-04-13feat(worker): add MessageEvent, ErrorEvent and handling to Worker API (#4391)crowlKats
2020-04-10implement Worker.terminate() and self.close() (#4684)Bartek Iwańczuk
2020-04-01Support dynamic import in bundles. (#4561)Kitson Kelly
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2020-03-03add assertOps sanitizer in cli/js/ unit tests (#4209)Bartek Iwańczuk
2020-02-27feat: Support types compiler option in compiler APIs (#4155)Kitson Kelly
2020-02-25upgrade: TypeScript 3.8 (#4100)Kitson Kelly
2020-02-25Fix issues with JavaScript importing JavaScript. (#4120)Kitson Kelly
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-12Improvements to bundling. (#3965)Kitson Kelly
2020-02-11workers: basic event loop (#3828)Bartek Iwańczuk
2020-02-05fix: basic web worker message passing (#3893)Ryan Dahl
2020-01-29workers: proper TS libs, more spec-compliant APIs (#3812)Bartek Iwańczuk
2020-01-26Improve support of type definitions (#3755)Kitson Kelly
2020-01-21refactor: split worker and worker host logic (#3722)Bartek Iwańczuk
2020-01-17workers: minimal error handling and async module loading (#3665)Bartek Iwańczuk
2019-10-26Support named imports/exports for subset of properties in JSON modules (#3210)Kevin (Kun) "Kassimo" Qian
2019-10-16fix: remote jsx/tsx files were compiled as js/ts (#3125)Yusuke Sakurai
2019-09-16Move integration tests to //cli/tests/ (#2964)Ryan Dahl