Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle interfaces with reserved names nicely #975

Open
Maxim-Mazurok opened this issue Nov 30, 2023 · 0 comments
Open

Handle interfaces with reserved names nicely #975

Maxim-Mazurok opened this issue Nov 30, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Maxim-Mazurok
Copy link
Owner

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 Maxim-Mazurok added enhancement New feature or request help wanted Extra attention is needed labels Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant