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

Replace source-map-support functionality #6067

Open
kanej opened this issue Dec 19, 2024 · 0 comments
Open

Replace source-map-support functionality #6067

kanej opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Milestone

Comments

@kanej
Copy link
Member

kanej commented Dec 19, 2024

In Hardhat 2 we used a library source-map-support. We need to replace that functionality.

Notes

  • Source-map-support lib converted class into string
  • we don’t use source-map-support so we need a custom inspect function that replicate
  • Add directly to SolidityCallSite
  • The conversion can be ad-hoc for the key errors, it does not need to be generic
@github-actions github-actions bot added the status:ready This issue is ready to be worked on label Dec 19, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Hardhat Dec 19, 2024
@kanej kanej added the v-next A Hardhat v3 development task label Dec 19, 2024
@kanej kanej added this to the Public Alpha milestone Dec 19, 2024
@kanej kanej moved this from Backlog to To-do in Hardhat Dec 19, 2024
@antico5 antico5 moved this from To-do to In Progress in Hardhat Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready This issue is ready to be worked on v-next A Hardhat v3 development task
Projects
Status: In Progress
Development

No branches or pull requests

2 participants