Age | Commit message (Collapse) | Author |
|
|
|
Ref: denoland/deno_graph#166
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Phosra <phosra@tutanota.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#15391)
|
|
|
|
|
|
|
|
|
|
|
|
Fixes: #15252
|
|
Fixes #15359
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.24.1 (#15333)
Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes: #15287
|
|
|
|
|
|
|
|
This commit adds P-384 curve support for crypto.subtle.deriveBits.
Co-authored-by: James Diacono <james@diacono.com.au>
|
|
Fixes an edge in "unhandledrejection" event that prevent synchronous
errors being surfaced when throw from a top-level scope.
|
|
|