stable

Clone or download

Read-only

fix: TypeScript warnings at build step in `@tuleap/plugin-pullrequest-comments`

Closes request #38629 TypeScript warnings during build in @tuleap/plugin-pullrequests-comments How to test: - run `pnpm --filter @tuleap/commonmark-popover build` - run `pnpm --filter @tuleap/plugin-pullrequest-comments build` --> No warnings are displayed --> No functional changes in the pull-request overview and file-diff apps Change-Id: Iea8eb667581c0fcb4bd2217ff7c3bf20f044e5e9

Modified Files

Name
M lib/frontend/commonmark-popover/src/index.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/comment-reply/PullRequestCommentReply.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/edition/EditionForm.ts +2 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/comment/main.ts +3 −4 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/description-comment/PullRequestDescriptionComment.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/description-comment/main.ts +3 −4 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/new-comment-form/NewCommentForm.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/new-comment-form/main.ts +3 −4 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/skeleton/PullRequestCommentSkeleton.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/skeleton/main.ts +3 −4 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/timeline-event/TimelineEvent.ts +1 −1 Go to diff View file
M plugins/pullrequest/scripts/lib/pullrequest-comments/src/timeline-event/main.ts +1 −1 Go to diff View file