Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@samchon
Copy link
Owner

@samchon samchon commented Aug 10, 2025

This pull request adds the prettier-plugin-jsdoc package as a development dependency, along with all of its required dependencies and type definitions. The changes update both package.json and pnpm-lock.yaml to ensure the plugin and its ecosystem are correctly installed and resolved.

Dependency additions and updates:

  • Added prettier-plugin-jsdoc to devDependencies in package.json, enabling Prettier to format JSDoc comments.
  • Updated pnpm-lock.yaml to include prettier-plugin-jsdoc and all of its direct and transitive dependencies, such as binary-searching, comment-parser, mdast-util-from-markdown, micromark, and related utility packages. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16]

Type definitions:

  • Added type definition packages required by new dependencies, including @types/debug, @types/mdast, @types/ms, and @types/unist. [1] [2] [3] [4] [5] [6]

These changes ensure that JSDoc formatting is supported in the codebase and that all necessary dependencies are properly managed.

@samchon samchon requested a review from Copilot August 10, 2025 03:39
@samchon samchon self-assigned this Aug 10, 2025
@samchon samchon added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 10, 2025
@socket-security
Copy link

socket-security bot commented Aug 10, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedprettier-plugin-jsdoc@​1.3.310010010081100

View full report

@pkg-pr-new
Copy link

pkg-pr-new bot commented Aug 10, 2025

Open in StackBlitz

npm i https://pkg.pr.new/typia@1650

commit: 6275adf

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request sets up the prettier-plugin-jsdoc package to enable Prettier formatting of JSDoc comments. The change adds the plugin to development dependencies and configures it to automatically format comment-level styling throughout the codebase.

Key changes:

  • Added prettier-plugin-jsdoc plugin configuration to format JSDoc comments
  • Applied consistent JSDoc formatting across numerous TypeScript files
  • Updated package dependencies to include the new plugin

Reviewed Changes

Copilot reviewed 129 out of 130 changed files in this pull request and generated 6 comments.

File Description
test/package.json Added prettier-plugin-jsdoc to devDependencies
test/prettier.config.js Added prettier-plugin-jsdoc to plugins array
Multiple test/src files Applied consistent JSDoc formatting (single-line for simple comments, multi-line for complex ones)
Multiple src files Applied consistent JSDoc formatting throughout source code
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@samchon samchon merged commit 2cc2db3 into master Aug 10, 2025
22 of 28 checks passed
@samchon samchon deleted the feat/prettier branch August 10, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants