File tree 4 files changed +13
-5
lines changed
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
2
2
/* eslint-disable no-undef, no-unused-vars */
3
3
4
4
import {
5
5
Comment ,
6
6
Element ,
7
7
Node ,
8
8
ProcessingInstruction ,
9
- Text ,
10
- type DomHandlerOptions
9
+ Text
11
10
} from 'domhandler' ;
11
+ import type { DomHandlerOptions } from 'domhandler' ;
12
12
import htmlToDOM from 'html-dom-parser' ;
13
13
import { ParserOptions } from 'htmlparser2' ;
14
14
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 */
2
3
3
4
export type Attributes = Record < string , string > ;
4
5
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 */
2
3
3
4
import { DOMNode , HTMLReactParserOptions } from '..' ;
4
5
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