1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/util
David Sherret 826e42a5b5
fix: improved support for cjs and cts modules (#26558)
* cts support
* better cjs/cts type checking
* deno compile cjs/cts support
* More efficient detect cjs (going towards stabilization)
* Determination of whether .js, .ts, .jsx, or .tsx is cjs or esm is only
done after loading
* Support `import x = require(...);`

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-11-01 12:27:00 -04:00
..
progress_bar fix(install): percent encodings in interactive progress bar (#26600) 2024-10-29 23:35:42 +00:00
sync fix: support npm:bindings and npm:callsites packages (#24727) 2024-07-26 09:08:15 +02:00
v8 refactor(lsp): Have JS drive TSC event loop in LSP (#23565) 2024-05-09 13:49:10 -07:00
archive.rs fix: Don't shell out to unzip in deno upgrade/compile (#24926) 2024-08-08 00:19:05 -07:00
checksum.rs perf(cli): use faster_hex (#22761) 2024-03-07 10:00:43 -07:00
console.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
diff.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
display.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
draw_thread.rs fix: handle showing warnings while the progress bar is shown (#25187) 2024-08-23 22:07:59 +00:00
extract.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
file_watcher.rs fix(cli): Make --watcher CLEAR_SCREEN clear scrollback buffer as well as visible screen (#25997) 2024-10-27 00:12:40 +02:00
fs.rs chore: upgrade to rust 1.81.0 (#26261) 2024-10-15 21:40:07 +05:30
logger.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
mod.rs fix(install): retry downloads of registry info / tarballs (#26278) 2024-10-15 16:46:42 -07:00
path.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
result.rs refactor(lsp): Have JS drive TSC event loop in LSP (#23565) 2024-05-09 13:49:10 -07:00
retry.rs fix(install): retry downloads of registry info / tarballs (#26278) 2024-10-15 16:46:42 -07:00
text_encoding.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
unix.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
v8.rs refactor(lsp): Have JS drive TSC event loop in LSP (#23565) 2024-05-09 13:49:10 -07:00
windows.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00