ashi009 / ashi009/node-fast-html-parser
Problems with TS validator
Open
- Dominant language
- JavaScript
- Stars
- 166
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
TS2345: Argument of type '{ script: boolean; }' is not assignable to parameter of type '{ lowerCaseTagName?: boolean; noFix?: boolean; }'.
Object literal may only specify known properties, and 'script' does not exist in type '{ lowerCaseTagName?: boolean; noFix?: boolean; }'
The function is declared like
export function parse(data: string, options?: {
lowerCaseTagName?: boolean;
noFix?: boolean;
}) {
So the params of the func are not declared, and not pass TS validation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.