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

'revfd' is declared but its value is never read #693

Open
awhitford opened this issue Aug 30, 2024 · 1 comment
Open

'revfd' is declared but its value is never read #693

awhitford opened this issue Aug 30, 2024 · 1 comment

Comments

@awhitford
Copy link

var revfd = _b[1];

This line emits a TypeScript warning:

warning ts(6133): 'revfd' is declared but its value is never read.

I am using this library through Starlight. This appears during the astro check step of a build.

@bglw
Copy link
Contributor

bglw commented Sep 23, 2024

Hi @awhitford — this file is vendored in from another package, so updating the source is likely to revert back at some point. It would be better to have this file ignored by typescript; I can chuck a ts-ignore comment at the top of the file to silence any warnings there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants