0xSpaceShard / starknet-hardhat-plugin

A plugin for integrating Starknet tools into Hardhat projects
https://0xspaceshard.github.io/starknet-hardhat-plugin/
MIT License
197 stars 36 forks source link

utils.ts: fix finding constructors when a comment exists #349

Closed cfal closed 1 year ago

cfal commented 1 year ago

constructors aren't found correctly if a comment exists before it.

FabijanC commented 1 year ago

To better test this, #350 is created