summaryrefslogtreecommitdiff
path: root/cli/tests/subdir
AgeCommit message (Expand)Author
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