You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for posting this issue.
Hmm. However we also use another parser within this parser.
We don't know what that parser provides through services. And export it as it is.
So the current type is correct.
I think it might be nice if only the services that this parser explicitly provides can be correctly typed, and any otherwise.
The parser services are currently typed as
Record<string, any>
- seesvelte-eslint-parser/src/parser/index.ts
Line 53 in d42120a
Would it be possible to add stricter types for them?
The text was updated successfully, but these errors were encountered: