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

Add no unused variables lint warning #4718

Merged
merged 4 commits into from
Aug 23, 2023
Merged

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Aug 23, 2023

This shows a warning while compiling, so demo bundling will still happen but it will be rejected when a PR is made. Imports are automatically cleaned up when organizing imports in VS Code (alt+shift+o).

This also ended up removing some runtime variables that weren't used.

This shows a warning while compiling, so demo bundling will still happen but
it will be rejected when a PR is made.
@Tyriar Tyriar added this to the 5.3.0 milestone Aug 23, 2023
@Tyriar Tyriar self-assigned this Aug 23, 2023
@Tyriar
Copy link
Member Author

Tyriar commented Aug 23, 2023

This doesn't play nice with doc references:

image

@Tyriar Tyriar marked this pull request as ready for review August 23, 2023 11:48
@Tyriar Tyriar merged commit 2268ae3 into xtermjs:master Aug 23, 2023
12 of 14 checks passed
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

Successfully merging this pull request may close these issues.

1 participant