Yoshiya Hinosawa

Results 644 comments of Yoshiya Hinosawa

@iuioiua Yup, closing (without merge) in favor of #2977 @plohm12 Thanks for your suggestion anyway

Let's track in `tools/node_compat/TODO.md` in denoland/deno repo.

Thanks for the ping. Closing as these APIs have been deprecated in #3640

let's track in https://github.com/denoland/manual/issues/235

ping @beeker1121

The diff looks good to me. @waldyrious > Here's a screenshot of the failing (newly added) test: I don't see the failing test cases. Have you fixed them already?

If I add `import "npm:better-sqlite3";` at the top of the script, I see further different error. ``` $ deno run -A --unstable a.js sqlite does not support inserting default values....

Is it correct for #17269 to close this? @dsherret

Now `deno run -` seems handling the stdin as JavaScript by default: ```shellsession $ echo "console.log(1 as any)" | deno run - error: The module's source code could not be...