File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,21 +53,21 @@ declare namespace Options {
5353 alwaysChildren ?: boolean
5454 instructionHasAttributes ?: boolean
5555 captureSpacesBetweenElements ?: boolean
56- doctypeFn ?: ( value : string , parentElement : string ) => void ;
56+ doctypeFn ?: ( value : string , parentElement : object ) => void ;
5757 instructionFn ?: (
5858 instructionValue : string ,
5959 instructionName : string ,
6060 parentElement : string
6161 ) => void ;
62- cdataFn ?: ( value : string , parentElement : string ) => void ;
63- commentFn ?: ( value : string , parentElement : string ) => void ;
64- textFn ?: ( value : string , parentElement : string ) => void ;
62+ cdataFn ?: ( value : string , parentElement : object ) => void ;
63+ commentFn ?: ( value : string , parentElement : object ) => void ;
64+ textFn ?: ( value : string , parentElement : object ) => void ;
6565 instructionNameFn ?: (
6666 instructionName : string ,
6767 instructionValue : string ,
6868 parentElement : string
6969 ) => void ;
70- elementNameFn ?: ( value : string , parentElement : string ) => void ;
70+ elementNameFn ?: ( value : string , parentElement : object ) => void ;
7171 attributeNameFn ?: (
7272 attributeName : string ,
7373 attributeValue : string ,
You can’t perform that action at this time.
0 commit comments