Conversation
Allows the extension to run in Deno.
|
I don't think we should merge PRs containing code that never gets meaningfully exercised anywhere in testing or CI. I'm also not thrilled about adding support for non-Node execution engines. |
In general, I agree, but for this particular change, I don't know the Node/JavaScript world well, but I think I have tested the code in CI to ensure that everything works even if we always use |
|
Completely agree with @waahm7 on this one. This has nothing to do with alternative runtimes and more to do with not using private methods from external codebases. Is there some reason this library has to use this |
Duplicate of #590.
When running under Deno instead of NodeJS I get the following stack trace when the native extension is loaded:
Deno does not provide
console._rawDebugso fall back toconsole.errorinstead.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.