neo-one icon indicating copy to clipboard operation
neo-one copied to clipboard

Cleanup and abstract getting debug into for CLI

Open spencercorwin opened this issue 3 years ago • 0 comments

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

spencercorwin avatar Jun 17 '21 01:06 spencercorwin