Zilliqa / hardhat-scilla-plugin

MIT License
3 stars 0 forks source link

Use json output of scilla-fmt instead of s-expression #2

Closed its-saeed closed 1 year ago

its-saeed commented 1 year ago

scilla-fmt --json --deannot --human-readable

sal-zilliqa commented 1 year ago

I'm working on this at the moment.

sal-zilliqa commented 1 year ago

The JSON output of scilla-fmt contains less information than the s-expression one. We use some of the information in the s-expression output that isn't in the JSON one so switching to the JSON isn't possible.