Skip to content

Commit

Permalink
Remove unused @deprecated exports from lexical-playground generated b…
Browse files Browse the repository at this point in the history
…y autofix
  • Loading branch information
etrepum committed Apr 27, 2024
1 parent dc84270 commit 9ad8642
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export function $convertDetailsElement(
node,
};
}
/** @deprecated renamed to $convertDetailsElement by @lexical/eslint-plugin rules-of-lexical */
export const convertDetailsElement = $convertDetailsElement;

export class CollapsibleContainerNode extends ElementNode {
__open: boolean;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ export function $convertCollapsibleContentElement(
node,
};
}
/** @deprecated renamed to $convertCollapsibleContentElement by @lexical/eslint-plugin rules-of-lexical */
export const convertCollapsibleContentElement =
$convertCollapsibleContentElement;

export class CollapsibleContentNode extends ElementNode {
static getType(): string {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export function $convertSummaryElement(
node,
};
}
/** @deprecated renamed to $convertSummaryElement by @lexical/eslint-plugin rules-of-lexical */
export const convertSummaryElement = $convertSummaryElement;

export class CollapsibleTitleNode extends ElementNode {
static getType(): string {
Expand Down

0 comments on commit 9ad8642

Please sign in to comment.