File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1- // TypeScript Version: 4.7
1+ // TypeScript Version: 5.0
22/* eslint-disable no-undef, no-unused-vars */
33
44import {
55 Comment ,
66 Element ,
77 Node ,
88 ProcessingInstruction ,
9- Text ,
10- type DomHandlerOptions
9+ Text
1110} from 'domhandler' ;
11+ import type { DomHandlerOptions } from 'domhandler' ;
1212import htmlToDOM from 'html-dom-parser' ;
1313import { ParserOptions } from 'htmlparser2' ;
1414
Original file line number Diff line number Diff line change 1- // TypeScript Version: 4.7
1+ // TypeScript Version: 5.0
2+ /* eslint-disable no-unused-vars */
23
34export type Attributes = Record < string , string > ;
45
Original file line number Diff line number Diff line change 1- // TypeScript Version: 4.7
1+ // TypeScript Version: 5.0
2+ /* eslint-disable no-undef, no-unused-vars */
23
34import { DOMNode , HTMLReactParserOptions } from '..' ;
45
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " dtslint/dtslint.json" ,
3+ "rules" : {
4+ "no-duplicate-imports" : false
5+ }
6+ }
You can’t perform that action at this time.
0 commit comments