google-api-typings-generator icon indicating copy to clipboard operation
google-api-typings-generator copied to clipboard

Handle interfaces with reserved names nicely

Open Maxim-Mazurok opened this issue 7 months ago • 0 comments

There are interfaces such as Function in types/gapi.client.cloudfunctions-v2/index.d.ts, for example.

This is kinda reserved word, similar to Object or Symbol, and we probably don't want to mess with that.

However it seems to be scoped, so isn't a big deal. Did cause some false-positives with eslint though.

Maxim-Mazurok avatar Nov 30 '23 07:11 Maxim-Mazurok