Add a custom CompileFile #3

Closed
opened 2023-07-28 08:44:08 +00:00 by fyrchik · 0 comments
Owner

To avoid having to use neo-go with replace in go.mod, we can copy CompileFile implementation and return a new struct instead:

type ContractWithDebugInfo struct {
   Contract *neotest.Contract
   DebugInfo *compiler.DebugInfo
}
To avoid having to use `neo-go` with `replace` in `go.mod`, we can copy `CompileFile` implementation and return a new struct instead: ``` type ContractWithDebugInfo struct { Contract *neotest.Contract DebugInfo *compiler.DebugInfo } ```
elebedeva was assigned by fyrchik 2023-07-28 08:51:11 +00:00
Sign in to join this conversation.
No description provided.