Jake Bailey
Jake Bailey
Is this codebase public? That definitely sounds like the opposite of how it should behave.
This looks fine, but you should run `hereby format`.
This turns out to be unsafe; it causes a data race when concurrently accessing processor diagnostics. We don't see the problem in main, though, only on a WIP branch I...
And, since it sorts the list on the fly, if something previously grabbed a list of diags (say, the global diags), and then they changed later, the list would potentially...
It's only undefined because Safari doesn't implement it yet: https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen We don't generally make everything potentially undefined because one browser is lagging behind. If two engines have the feature, then...
These will end up being in completions and so on (I see people do like `" brand": any` to derank them); is this a pattern taken from the existing trusted...
One thing I think we're going to have to try is to port this code into the main TS repo and run the extended suite.
The correct behavior is to return both the parameter and the interface property; checked against tsserver.
Based on the little differences I've noticed, the testing of this feature is not entirely complete...
@graphemecluster I'm not sure if you are around and willing to look at this, but since you are looking at regex stuff again maybe you're willing to look at this...