Skip to content

Commit

Permalink
chore: comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Aug 10, 2023
1 parent 1c55aca commit 5273513
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ const formatOutputType = (componentClassName: string, event: ComponentCompilerEv
/**
* Replaces a complex type reference within a generic type.
* For example, remapping a type like `EventEmitter<CustomEvent<MyEvent<T>>>` to
* `EventEmitter<CustomEvent<IMyComponentMyEvent<IMyComponentT>>`.
* `EventEmitter<CustomEvent<IMyComponentMyEvent<IMyComponentT>>>`.
*/
return [p1, `I${componentClassName}${v.substring(1, v.length - 1)}`, p2].join('');
}
Expand Down

0 comments on commit 5273513

Please sign in to comment.