1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext
Bartek Iwańczuk 1f54d87789
feat: add ext/node for require support (#15362)
This commit adds "ext/node" extension that implementes CommonJS module system.

In the future this extension might be extended to actually contain implementation of
Node compatibility layer in favor of "deno_std/node".

Currently this functionality is not publicly exposed, it is available via "Deno[Deno.internal].require"
namespace and is meant to be used by other functionality to be landed soon.

This is a minimal first pass, things that still don't work:

support for dynamic imports in CJS
conditional exports
2022-08-09 21:06:01 +02:00
..
broadcast_channel chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
console chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
crypto chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
fetch feat(ext/fetch): Add socks proxy support (#15372) 2022-08-05 12:49:25 +02:00
ffi chore(ext/ffi): remove flaky test (#15426) 2022-08-08 22:45:24 +05:30
http chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
net chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
node feat: add ext/node for require support (#15362) 2022-08-09 21:06:01 +02:00
tls chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
url chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
web chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
webgpu chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
webidl chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
websocket chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00
webstorage chore: forward v1.24.2 release commit to main (#15410) 2022-08-05 00:10:47 +02:00