-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Export strict Parser
#25
Comments
Do you need the strict parser? |
Yes, I'd like to try it in Refined GitHub; I have several APIs that make use of typed-query-selector so it would be good to also use it to validate the selectors (if it works as expected. I never used it) |
Actually, instead of exporting it from the same file than the one patching |
Oh, you're right. I'll fix it later. |
Could you release this change? |
Released v2.8.0. |
It seems that the
Parse
interface isn't exported from ./strict:typed-query-selector/strict.d.ts
Line 62 in 559be6c
so I can't replace
import type {ParseSelector} from 'typed-query-selector/parser'
with a stricter version in:https://github.com/refined-github/refined-github/blob/65c58aed2ceb98e50c9112e7ef0428821033742e/source/helpers/types.d.ts#L2
The text was updated successfully, but these errors were encountered: