We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why doesnt TS-expect-error work reee
https://github.com/JournalOfTrialAndError/JOTE/blob/4b292b06dc554e7a6e4e5bdce792f5a57d0bef81/libs/xast/xast-util-select/src/lib/attribute.ts#L18
import { zwitch } from 'zwitch' const handle = zwitch('operator', { /** * TODO: Why doesnt TS-expect-error work reee */ //// @ts-expect-error: hush. unknown: unknownOperator as any, //// @ts-expect-error: hush. invalid: exists as any, handlers: { '=': exact as any, '~=': spaceSeparatedList as any, '|=': exactOrPrefix as any, '^=': begins as any, '$=': ends as any, '*=': contains as any, }, })
80bcb1c0f9e4f44b5784cfac8fa59404320506ca
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Why doesnt TS-expect-error work reee
https://github.com/JournalOfTrialAndError/JOTE/blob/4b292b06dc554e7a6e4e5bdce792f5a57d0bef81/libs/xast/xast-util-select/src/lib/attribute.ts#L18
80bcb1c0f9e4f44b5784cfac8fa59404320506ca
The text was updated successfully, but these errors were encountered: