Uh oh!
There was an error while loading. Please reload this page.
Add the Omit helper type - #30552
Conversation
Heya Daniel Rosenwasser (@DanielRosenwasser), I've started to run the Definitely Typed test suite on this PR at 53e76b3. You can monitor the build here. It should now contribute to this PR's status checks. |
The only breakages on DefinitelyTyped seem to be
And those all really come from |
A fix is now out to DefinitelyTyped's I used BigTSQuery to partially assess the breakage with the following query BigTSQuery isn't fully up to date (Uri Shaked (@urish) out of curiosity, how recent is the dataset?), but we saw three distinct results:
Also: |
We discussed this at #30738 and believe that the breakage can be easily communicated and is more limited than we initially anticipated. |
67a9357 to
71af02fCompareAleksey Levenstein (levenleven)
commented
Apr 7, 2019
Keys are not limited to |
Aleksey Levenstein (@levenleven)
🤔 |
|
Note, if you feel that shouldn't be the case, I'd encourage you to open up a separate issue to discuss it. |
Uri Shaked (urish)
commented
Apr 13, 2019
Daniel Rosenwasser (@DanielRosenwasser) the BigTSQuery dataset has last been updated around June 2018. If you find it useful, I can spend some time updating it |
Felix Becker (felixfbecker)
commented
May 16, 2019
Can |
Ryan Cavanaugh (RyanCavanaugh)
commented
May 17, 2019
Felix Becker (@felixfbecker) the definition was intentional. |
Daniel Rosenwasser (@DanielRosenwasser)
But how a bout the case of
As you can see, these 2 helper types are somehow complimentary. Looks pretty nature and intuitive when we use them together. How come When we make comparison, compare |
Oliver Joseph Ash (OliverJAsh)
commented
Jul 3, 2019
I've ran into a few bugs which would have been caught if |
TypeScript is not open-source, it's source-available. |
Fixes#30455.