Make transpilation setup local to this repo (#4041)

Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
Francisco
2023-05-09 19:52:23 +01:00
committed by GitHub
parent 34d926dd7e
commit 51294b7480
19 changed files with 894 additions and 162 deletions

View File

@ -13,6 +13,7 @@ describe('migrate-imports.js', function () {
try {
await fs.access(path.join('contracts', p), F_OK);
} catch (e) {
if (p.startsWith('proxy/')) continue; // excluded from transpilation of upgradeable contracts
await fs.access(path.join('contracts', getUpgradeablePath(p)), F_OK);
}
}