interface icon indicating copy to clipboard operation
interface copied to clipboard

> ** import clause with single quote causes the flattener stop resolving:**

Open behzad1191 opened this issue 1 year ago • 0 comments

** import clause with single quote causes the flattener stop resolving:**

import './interfaces/IUniswapV3PoolDeployer.sol'; import './UniswapV3Pool.sol' ;

replaced the single quote with double quote can solve the problem import "./interfaces/IUniswapV3PoolDeployer.sol"; import "./UniswapV3Pool.sol" ;

the log file would show something like: ............. 2021/08/27 17:22:23 pre processing contracts'./interfaces/IUniswapV3PoolDeployer.sol' 2021/08/27 17:22:23 pre processing contracts'./UniswapV3Pool.sol' ..............

Originally posted by @bigg27 in https://github.com/DaveAppleton/SolidityFlattery/issues/1#issuecomment-2372346227

behzad1191 avatar Oct 30 '24 22:10 behzad1191