Sebastian "Sebbie" Silbermann
Sebastian "Sebbie" Silbermann
Possibly caused by https://github.com/lquixada/cross-fetch/commit/f3b2fc48fb57ffaeabd9f2f9e598b76cb511831b which added [`no-default-lib` triple slash directives](https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-no-default-libtrue). Once I remove that directive from my local typings, everything is back to normal. The directive will instruct TypeScript to...
> Are there other packages that utilize a similar method of bundle splitting? If this is unique to material-ui maybe it would be better to work with them to figure...
> How would we detect a "top-level" package.json? I don't know since I'm not using api-extractor nor involved with its implementation. I'm just pointing out that this pattern is not...
> I just merged in the TL/R update, so maybe that will fix the issue here? I'm not seeing where it's coming from, because I only have the line of...
> What's the actual issue this PR is supposed to fix? Using modern timers (including missing mocks) which have better support in the latest testing library versions which you'll probably...
Would like to see this implemented for the basic case: ```ts interface Options { /** * description */ param?: string; } const options: Options = {}; // `param` has no...
Verified that the new approach will allow landing https://github.com/DefinitelyTyped/DefinitelyTyped/pull/60691/: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/61166
> We're aware that import 'trusted-types' will break when Trusted Types are added to lib.dom.d.ts Are you aware that you're breaking ecosystem conventions that block any other library from assuming...
At this point it shouldn't warn about this in dependencies at all. The dependencies might be using a package manager that uses that field differently. For example, in yarn v2...
> An alternative solution is similar to add a role option similar to the selector option that some queries in @testing-libary/dom has. @babramczyk With https://github.com/testing-library/dom-testing-library/pull/408 you'll be able to use...