Anna Bocharova

Results 204 comments of Anna Bocharova

I made a reproduction at https://stackblitz.com/edit/stackblitz-starters-gdqm5hwa?file=package.json so you could run `npm run lint` and see only one warning despite two files having same content.

Yeah, it's the problem, @fasttime . Config inspector tells that both config entries are applied to `src/file.ts`, but in fact one overrides another, which I'd day is unexpected behaviour, and...

There is a tab "Files" where I can pick the file and see which rules are applied to it, @antfu It also indicates which flat config entry the rules comes...

The author of the [original PR to DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/69846) is sick. I began my own approach [here](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70563), but it's promising to be massive: dozens of packages have internal references to express'...

OK. I fixed all issues in my PR to types of Express 5 — https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70563 I welcome advises and suggestions on how to make it better and release faster.

Perhaps, @jonkoops . Did you already start doing that? My job is finished meanwhile — everything is ready and needs only an approval to release the types for Express 5...

> I have not > I would > I could You know, in _my_ system of values getting things done is more important and cherished rather than - ruminating for...

Exactly, @jonkoops ! Express always has been pure-JS repo, having no types. So that adding them is a brand new feature, requiring either: - rewriting the code in Typescript with...

This is it ![image](https://github.com/user-attachments/assets/ad53b312-1d0d-4df9-b6cf-21e9ab956f32) ![image](https://github.com/user-attachments/assets/9c40a548-f408-4026-aa25-017221d96f26)

This part wasn't changed, @walmartwarlord . If that augmentation did work for v4, it should work for v5 as well.