defuddle 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.d.ts +1 -0
- package/dist/index.full.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const PRESERVE_ELEMENTS: Set<string>;
|
|
|
5
5
|
export declare const INLINE_ELEMENTS: Set<string>;
|
|
6
6
|
export declare const HIDDEN_ELEMENT_SELECTORS: string;
|
|
7
7
|
export declare const EXACT_SELECTORS: string[];
|
|
8
|
+
export declare const TEST_ATTRIBUTES: string[];
|
|
8
9
|
export declare const PARTIAL_SELECTORS: string[];
|
|
9
10
|
export declare const FOOTNOTE_INLINE_REFERENCES: string;
|
|
10
11
|
export declare const FOOTNOTE_LIST_SELECTORS: string;
|