Kitson Kelly
|
fdcc78500c
|
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Fixes #8060
|
2020-11-02 13:51:56 +11:00 |
|
Nayeem Rahman
|
6be6c517d0
|
fix(cli/fmt): Strip "\\?\" prefix when displaying Windows paths (#8135)
|
2020-10-30 03:19:03 +01:00 |
|
Kitson Kelly
|
b0482400c9
|
fix(cli): make hashes of tsconfig deterministic (#8167)
Fixes #8163
|
2020-10-29 21:18:18 +11:00 |
|
Bartek Iwańczuk
|
57cad53945
|
refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
|
2020-10-26 14:03:03 +01:00 |
|
Nayeem Rahman
|
a3024a6dc5
|
BREAKING(cli/tsc): Enable isolatedModules by default (#8050)
|
2020-10-23 12:38:35 +02:00 |
|
Kitson Kelly
|
7e2c7fb6c5
|
refactor(cli): migrate run and cache to new infrastructure (#7996)
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
|
2020-10-23 11:50:15 +11:00 |
|
Kitson Kelly
|
57e95032c8
|
feat(cli): add support for bundle --no-check (#8023)
Fixes #6686
|
2020-10-20 14:10:42 +11:00 |
|
Kitson Kelly
|
ef5ae4547a
|
chore: ensure cache is 'valid' during benchmarks (#7770)
|
2020-10-01 20:32:05 +10:00 |
|
Kitson Kelly
|
dcd0595058
|
fix: check cached versions during transpile (#7760)
Fixes: #7759
|
2020-09-30 21:46:42 +10:00 |
|
Kitson Kelly
|
b014a98534
|
refactor: improve graph and tsc_config (#7747)
|
2020-09-29 17:16:12 +10:00 |
|
Kitson Kelly
|
c489589e2b
|
refactor: new module graph used for no check (#7621)
|
2020-09-25 08:31:17 +10:00 |
|
Bartek Iwańczuk
|
92edc36442
|
refactor: use futures and serde_json from deno_core (#7614)
|
2020-09-21 18:36:37 +02:00 |
|
Bert Belder
|
f5b40c918c
|
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
|
2020-09-15 01:50:52 +02:00 |
|
Bartek Iwańczuk
|
c82c3b982e
|
refactor: Compiler config in Rust (#7228)
* port tsc_config.rs
* cleanup options
* bring back allowNonTsExtension
* try
* fix test
* fix test2
* move config for bundling
* remove Transpile compile request
* remove dead code
* remove more dead code
* remove checkJs regex
* fix
* handle config str for runtime APIs
* lint
* runtimeCompile config in Rust
* runtimeCompile and runtimeTranspile config in Rust
* fix
* remove lint supression
* upgrade: jsonc-parser 0.13.0
* remove unneeded to_string()
* upgrade: jsonc-parser 0.14.0
* remove AsRef<str>
|
2020-08-31 20:12:24 +02:00 |
|