Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused imports with generated contracts #48

Closed
Stradivario opened this issue May 24, 2018 · 3 comments
Closed

remove unused imports with generated contracts #48

Stradivario opened this issue May 24, 2018 · 3 comments

Comments

@Stradivario
Copy link

Result:
tsconfig with noUnusedLocals is not compiling because of IPayableTxParams and ITxParams are not used sometimes but they present inside the compiled source.

Expected:
ITxParams and IPayableTxParams to not present inside build

Really good work !! Thank you for this repository :)

Regards,
Kristiyan Tachev

@desfero
Copy link
Contributor

desfero commented Aug 6, 2018

@krzkaczor @Stradivario I'm working on a fix.

@Stradivario
Copy link
Author

@desfero thank you man!!! You are more than welcome introducing this "shiet" :D

desfero added a commit to desfero/TypeChain that referenced this issue Aug 6, 2018
desfero added a commit to desfero/TypeChain that referenced this issue Aug 6, 2018
desfero added a commit to desfero/TypeChain that referenced this issue Aug 6, 2018
@krzkaczor
Copy link
Member

Released in typechain@0.2.5. Thanks for help!

not-thing pushed a commit to not-thing/TypeChain that referenced this issue Apr 25, 2023
Remove unused imports with generated contracts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants