summaryrefslogtreecommitdiff
path: root/cli/tsc.rs
AgeCommit message (Expand)Author
2020-07-15fix: panic for runtime error in TS compiler (#6758)Bartek Iwańczuk
2020-07-11fix: harden pragma and reference parsing in module analysis (#6702)Bartek Iwańczuk
2020-07-11chore: upgrade deno_lint, remove direct dprint dep (#6679)Bartek Iwańczuk
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-07-07feat: add lockfile support to bundle (#6624)Takahiko Inayama
2020-06-30refactor: Improvements to TsCompiler and its tests (#6576)Kitson Kelly
2020-06-29refactor: util functions take slices instead of heap values (#6547)Valentin Anger
2020-06-26'Compile' messages changed to 'Check' messages (#6504)Ryan Dahl
2020-06-26fix: Omit buildinfo when --reload passed (#6489)Kitson Kelly
2020-06-24Incremental compilation for TypeScript (#6428)Bartek Iwańczuk
2020-06-24Add ability to output compiler performance information (#6434)Kitson Kelly
2020-06-19refactor(compiler): split code paths for compile and bundle (#6304)Bartek Iwańczuk
2020-06-10fix: several regressions in TS compiler (#6177)Bartek Iwańczuk
2020-06-05ci: upgrade to Rust 1.44.0 (#6113)Bert Belder
2020-05-29refactor: TS compiler and module graph (#5817)Bartek Iwańczuk
2020-05-22fix: SWC lexer settings and silent errors (#5752)Bartek Iwańczuk
2020-05-22fix: ts type imports (#5733)Bartek Iwańczuk
2020-05-20refactor: reorganize TS compiler (#5603)Bartek Iwańczuk
2020-05-18refactor: rewrite TS dependency analysis in Rust (#5029)Bartek Iwańczuk
2020-05-17Return error if more than one listener calls `WorkerHandle::get_event()` (#5461)Yiyu Lin
2020-05-16tsc: use serde to (de)serialize CompiledFileMetadata (#5481)Yiyu Lin
2020-05-16Fix a bunch of spelling errors (#5314)Bert Belder
2020-05-13Make --inspect-brk pause on the first line of _user_ code (#5250)Bert Belder
2020-05-12fix: source maps in inspector for local files (#5245)Bartek Iwańczuk
2020-05-11fix: source maps in inspector (#5223)Bartek Iwańczuk
2020-05-11refactor: check permissions in SourceFileFetcher (#5011)Bartek Iwańczuk
2020-05-08refactor: Remove cli::compilers module (#5138)Bartek Iwańczuk