Age | Commit message (Collapse) | Author |
|
individually (#13325)
|
|
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
Closes: #13272
|
|
WebSocket (#13172)
|
|
|
|
|
|
|
|
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
|
|
|
|
|
|
|
|
|
|
This commit adds preloading of built-in Node.js modules in
the REPL if running with "deno repl --compat --unstable".
|
|
Implements "forgiving" in JWK decode passing suitable config to base64::decode_config
|
|
Fixes #13201.
|
|
|
|
|
|
|
|
|
|
is sent (#13191)
This commit changes flow in inspector code to no longer require
"Runtime.runIfWaitingForDebugger" message to complete a handshake.
Even though clients like Chrome DevTools always send this message on startup,
it is against the protocol to require this message to start an inspector
session.
Instead "Runtime.runIfWaitingForDebugger" is required only when running with
"--inspect-brk" flag, which matches behavior of Node.js.
|
|
|
|
|
|
Enabling op-middleware for overrides in lieu of imperative .replace_op() etc...
Impacts #13219, #12938, #13122
|
|
Fixes: #13216
|
|
|
|
Fixes #13150
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #13153
|
|
|
|
|
|
Closes: #13130
|
|
|
|
|
|
This commit fixes prompts printed to the terminal when
running with "--inspect" or "--inspect-brk" flags.
When debugger disconnects error is no longer printed as
users don't care about the reason debugger did disconnect.
A message suggesting to go to "chrome://inspect" is printed
if debugger is active.
Additionally and information that process is waiting for
debugger to connect is printed if running with "--inspect-brk"
flag.
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Luca Casonato <hello@lcas.dev>
|
|
|
|
|
|
|