1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
David Sherret c5887708a9
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-06 00:36:24 +01:00
..
broadcast_channel 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
cache 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
canvas 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
console 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
cron 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
crypto 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
fetch 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
ffi 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
fs 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
http 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
io 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
kv 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
napi 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
net 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
node fix: improved support for cjs and cts modules (#26558) 2024-11-06 00:36:24 +01:00
tls 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
url 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
web 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
webgpu 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
webidl 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
websocket 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00
webstorage 2.0.4 (#26630) 2024-10-30 01:15:35 +01:00