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

builtin support for js projects #1170

Open
Gankra opened this issue Jun 25, 2024 · 1 comment
Open

builtin support for js projects #1170

Gankra opened this issue Jun 25, 2024 · 1 comment

Comments

@Gankra
Copy link
Contributor

Gankra commented Jun 25, 2024

The goal of this would be to support much the same things we support for cargo projects:

  • We can read your workspace/package metadata
    • largely already provided by axoproject
    • work needs to potentially be done to remove pervasive assumptions of cargo-ness
      • probably most of that work is already done by generic workspaces!
      • where does dist-specific metadata go?
  • We can announce/publish libraries
  • We can build and package your binaries
    • what this means is ambiguous but for dist providing something like bun compile-based self-contained executables sounds desirable
    • what is "the" build command?
      • where does it output?
      • what is it expected to produce?

I'm sure there's something I'm missing but all the work on generic/shared workspaces has put us surprisingly close to this Just Working.

@Gankra Gankra self-assigned this Aug 8, 2024
@Gankra Gankra removed their assignment Sep 30, 2024
@Gankra
Copy link
Contributor Author

Gankra commented Sep 30, 2024

This issue is partially ill-defined in scope -- when it's time to tackle it in earnest, negotiate what the boundary of it is.

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

No branches or pull requests

1 participant