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

We could use a CLI interface for jsweet compliation #752

Open
adligo opened this issue Apr 12, 2023 · 2 comments
Open

We could use a CLI interface for jsweet compliation #752

adligo opened this issue Apr 12, 2023 · 2 comments

Comments

@adligo
Copy link

adligo commented Apr 12, 2023

Hi All,

The Gradle plugin relies on a Maven plugin that was removed from Gradle, and after 25 years of build system hell, I'm probably going to write yet another build system. Fabricate 2 (fab) will likely be a TypeScript build system that can make use of some Java Concurrency stuff I wrote in Fabricate (one). The basic idea will be to leverage TypeScript to call CLI tasks in a Linux or Mac OS shell or using Git Bash on Windows. Then TypeScript can also call Java which can do concurrency stuff calling back to TypeScript to interact with the CLI. If anyone is interesting in collaborating on a jsweet CLI please reach out :)

Cheers,
Scott

@lgrignon
Copy link
Collaborator

Hello @adligo

We have a simple command line for JSweet, you can find it here: https://github.com/cincheo/jsweet/blob/develop/transpiler/src/main/java/org/jsweet/JSweetCommandLineLauncher.java

You can find usages in jsweet-examples.

Would it be suitable for you?

Cheers

@adligo
Copy link
Author

adligo commented Apr 13, 2023

TY I will check it out!

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

No branches or pull requests

2 participants