neo-one
neo-one copied to clipboard
Cleanup and abstract getting debug into for CLI
The logic for extracting debug info from the compiler output is duplicated in the CLI and the Compiler. We should abstract that logic into a function or class and put it into a separate package.
See writeContract.ts
, DebugInfoProcessor.ts
, and getSmartContractInfo.ts