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-09-08
feat(unstable): enable isolatedModules by default (#7327)
Luca Casonato
2020-09-07
feat(info): Dependency count and sizes (#6786)
KrisChambers
2020-09-06
refactor(core): rename CoreIsolate to JsRuntime (#7373)
Bartek Iwańczuk
2020-09-06
Move JSON ops to deno_core (#7336)
Bert Belder
2020-09-04
fix: regex for TS refereces and deno-types (#7333)
Bartek Iwańczuk
2020-09-03
refactor: use dependency analyzer from SWC (#7334)
Bartek Iwańczuk
2020-09-02
fix: support missing features in --no-check (#7289)
Bartek Iwańczuk
2020-08-31
refactor: Compiler config in Rust (#7228)
Bartek Iwańczuk
2020-08-26
refactor: remove OpError, use ErrBox everywhere (#7187)
Bert Belder
2020-08-19
refactor: move cli/doc/ to separate crate (#7103)
Bartek Iwańczuk
2020-08-19
Make Rc/Arc wrapper around State/GlobalState visible (#7104)
Bert Belder
2020-08-03
fix(cli): add support for non-UTF8 source files (#6789)
Maayan Hanin
2020-07-31
upgrade: deno_lint, dprint, swc (#6928)
Bartek Iwańczuk
2020-07-28
refactor: Use SWC to strip types for "--no-check" flag (#6895)
Bartek Iwańczuk
2020-07-28
fix: downcast from SwcDiagnosticBuffer to OpError (#6909)
Bartek Iwańczuk
2020-07-28
chore: use matches macro for bool matches (#6904)
Kitson Kelly
2020-07-23
refactor: remove more compiler runtime code (#6841)
Bartek Iwańczuk
2020-07-15
fix: panic for runtime error in TS compiler (#6758)
Bartek Iwańczuk
2020-07-11
fix: harden pragma and reference parsing in module analysis (#6702)
Bartek Iwańczuk
2020-07-11
chore: upgrade deno_lint, remove direct dprint dep (#6679)
Bartek Iwańczuk
2020-07-08
feat: add --no-check option (#6456)
Kitson Kelly
2020-07-07
feat: add lockfile support to bundle (#6624)
Takahiko Inayama
2020-06-30
refactor: Improvements to TsCompiler and its tests (#6576)
Kitson Kelly
2020-06-29
refactor: 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-26
fix: Omit buildinfo when --reload passed (#6489)
Kitson Kelly
2020-06-24
Incremental compilation for TypeScript (#6428)
Bartek Iwańczuk
2020-06-24
Add ability to output compiler performance information (#6434)
Kitson Kelly
2020-06-19
refactor(compiler): split code paths for compile and bundle (#6304)
Bartek Iwańczuk
2020-06-10
fix: several regressions in TS compiler (#6177)
Bartek Iwańczuk
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
[prev]