deno/ext
David Sherret f091d1ad69
feat(node): stabilize detecting if CJS via "type": "commonjs" in a package.json (#26439)
This will respect `"type": "commonjs"` in a package.json to determine if
`.js`/`.jsx`/`.ts`/.tsx` files are CJS or ESM. If the file is found to
be ESM it will be loaded as ESM though.
2024-11-13 15:10:09 +00:00
..
broadcast_channel chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
cache chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
canvas chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
console chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
cron chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
crypto chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
fetch chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
ffi chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
fs feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801) 2024-11-13 13:35:04 +09:00
http feat: OpenTelemetry Tracing API and Exporting (#26710) 2024-11-13 10:38:46 +00:00
io feat(ext/fs): add ctime to Deno.stats and use it in node compat layer (#24801) 2024-11-13 13:35:04 +09:00
kv chore: make fields public on PermissionDeniedError and deno_kv::KvConfig (#26798) 2024-11-12 17:49:49 +00:00
napi chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
net chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
node feat(node): stabilize detecting if CJS via "type": "commonjs" in a package.json (#26439) 2024-11-13 15:10:09 +00:00
tls chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
url chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
web chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
webgpu chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
webidl chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30
websocket fix(ext/websocket): initialize error attribute of WebSocket ErrorEvent (#26796) 2024-11-12 17:10:07 +05:30
webstorage chore: forward v2.0.6 release commit to main (#26804) 2024-11-10 13:12:18 +05:30