svelte-eslint-parser icon indicating copy to clipboard operation
svelte-eslint-parser copied to clipboard

Add types for parser services

Open marekdedic opened this issue 1 year ago • 2 comments

The parser services are currently typed as Record<string, any> - see

https://github.com/sveltejs/svelte-eslint-parser/blob/d42120a95bbae5c0a7feb23c135f76ef6db33865/src/parser/index.ts#L53

Would it be possible to add stricter types for them?

marekdedic avatar Jun 19 '23 11:06 marekdedic