Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 98f7faa

Browse files
authored
fix(chips): .d.ts file generated with syntax error (#5577)
Due to the way a comment was formatted in the chip foundation the .d.ts bundler ended up generating a file with a syntax error.
1 parent 136d78b commit 98f7faa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/mdc-chips/chip/foundation.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ export class MDCChipFoundation extends MDCFoundation<MDCChipAdapter> {
7171
};
7272
}
7373

74-
/**
75-
* Whether a trailing icon click should immediately trigger exit/removal of the chip.
76-
*/
74+
/** Whether a trailing icon click should immediately trigger exit/removal of the chip. */
7775
private shouldRemoveOnTrailingIconClick_ = true;
7876

7977
constructor(adapter?: Partial<MDCChipAdapter>) {

0 commit comments

Comments
 (0)