Zilliqa / hardhat-scilla-plugin

MIT License
3 stars 0 forks source link

Parse scilla libraries #23

Closed its-saeed closed 1 year ago

its-saeed commented 1 year ago

scilla-fmt doesn't support libraries and it complains like:

            Failure("Formatting of Scilla library modules is not implemented yet")

So we need to parse it manually. We need the library name to map it to the library file path.