Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Deno projects #7

Open
MarkBennett opened this issue Sep 15, 2022 · 2 comments
Open

Support Deno projects #7

MarkBennett opened this issue Sep 15, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@MarkBennett
Copy link

Interogate a Deno project and output a list of projects to support.

This could work by:

  1. accepting a list of project entry points (ie main.ts or mod.ts)
  2. Running deno info [url] (see deno cli docs)
  3. Mapping the deps output to a set of projects and outputting those in the stackaid json
@wescarr wescarr self-assigned this Sep 15, 2022
@wescarr wescarr added the enhancement New feature or request label Sep 15, 2022
@wescarr
Copy link
Member

wescarr commented Sep 15, 2022

Thanks @MarkBennett we're excited about adding support for Deno. Appreciate the pointer and will update this thread with progress.

@MarkBennett
Copy link
Author

Awesome, and congrats on the success on HN. You'll need to post again once the merge and Figma news settle down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants