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
/
tsc.rs
Age
Commit message (
Expand
)
Author
2020-06-05
ci: upgrade to Rust 1.44.0 (#6113)
Bert Belder
2020-05-29
refactor: TS compiler and module graph (#5817)
Bartek Iwańczuk
2020-05-22
fix: SWC lexer settings and silent errors (#5752)
Bartek Iwańczuk
2020-05-22
fix: ts type imports (#5733)
Bartek Iwańczuk
2020-05-20
refactor: reorganize TS compiler (#5603)
Bartek Iwańczuk
2020-05-18
refactor: rewrite TS dependency analysis in Rust (#5029)
Bartek Iwańczuk
2020-05-17
Return error if more than one listener calls `WorkerHandle::get_event()` (#5461)
Yiyu Lin
2020-05-16
tsc: use serde to (de)serialize CompiledFileMetadata (#5481)
Yiyu Lin
2020-05-16
Fix a bunch of spelling errors (#5314)
Bert Belder
2020-05-13
Make --inspect-brk pause on the first line of _user_ code (#5250)
Bert Belder
2020-05-12
fix: source maps in inspector for local files (#5245)
Bartek Iwańczuk
2020-05-11
fix: source maps in inspector (#5223)
Bartek Iwańczuk
2020-05-11
refactor: check permissions in SourceFileFetcher (#5011)
Bartek Iwańczuk
2020-05-08
refactor: Remove cli::compilers module (#5138)
Bartek Iwańczuk