onflow / flow-cli

The Flow CLI is a command-line interface that provides useful utilities for building Flow applications
https://onflow.org
Apache License 2.0
206 stars 62 forks source link

Use type change checker from `flow-go` #1497

Closed jribbink closed 2 months ago

jribbink commented 3 months ago

Description

Cleans up the temporary fix made for the type change checker. This method was previously not exported from flow-go, but now that it has been & this change has been picked up in the CLI, we can merge this PR.


For contributor use: