Skip to content

Use native Deno API to start subprocess #75

Description

@link2xt

Deno has its own API: https://docs.deno.com/api/deno/subprocess

Currently the bot is using Node.js API:

import process from "node:process";


In #74 I moved Deno example out of Node.js folder, but it is using Node.js packages and Node.js APIs for everything thanks to some Node.js compatibility Deno 2 introduced. This issue is part of migrating Deno example away from this Node.js compatibility.

See also #76

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions