mattpocock / ts-error-translator

VSCode extension to turn TypeScript errors into plain English
https://ts-error-translator.vercel.app
2.36k stars 91 forks source link

feat: add translation for 2329 #171

Closed pratyushly closed 1 year ago

pratyushly commented 1 year ago

Error: Index signature for type '{0}' is missing in type '{1}'. Translation: I was expecting '{1}' to have a property with type '{0}'.

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: a47da91fa23b72f9da6834ec31adbbf4e66f634d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ts-error-translator ❌ Failed (Inspect) Jul 2, 2023 7:39am
mattpocock commented 1 year ago

Closing for reasons described in #179