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

Add JSON Export #32

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add JSON Export #32

wants to merge 2 commits into from

Conversation

benbdb
Copy link

@benbdb benbdb commented Dec 7, 2023

This pull request introduces a JSON export option as an alternative to the binary export format. A json format can improve usability in certain scenarios where JSON is a more suitable format and improves data readability.

Changes Made:

  1. Added boolean json flag option to command line.
  2. Changed output path to switch to json from yarnc if json flag is true
  3. Added write CompilerOutput results if json flag is true (code same as EmitCompilationResult Method)

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

Successfully merging this pull request may close these issues.

None yet

1 participant