Delete src/additional-typings.d.ts#3325
Merged
robertbrignull merged 1 commit intomainfrom Feb 7, 2024
Merged
Conversation
Contributor
I can confirm it works both on It looks like your graph is trying to use the wrong query 🤔 ( |
Contributor
|
I think this is safe since this is only about making
Either way, if it's compiling, then it's safe to remove. |
aeisenberg
approved these changes
Feb 7, 2024
Contributor
Author
|
Thanks both for investigating and confirming. I agree if tsc is happy then it should be fine. I just wanted to check. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

I'm looking at this file because I'm trying to remove uses of
any. In this case it's not clear whether to change it tounknownor delete the entire file.The comment in this file says it is needed to make compilation succeed, but if I delete it then compilation still works. Therefore hopefully that means this file is no longer needed. It was introduced back in #1111 and hasn't been touched since, and we've changed the build system quite a bit since then.
I've tried using the graph viewer to see if it still works and unfortunately I can't get it to work on
mainor this branch. In both cases I get a blank screen 🤷🏼@aeisenberg, @hvitved, @nickrolfe, I believe you were the originators of the graph viewer. What do you think?
Checklist
ready-for-doc-reviewlabel there.