Skip to content

Conversation

samchon
Copy link
Owner

@samchon samchon commented Apr 10, 2025

This pull request includes several changes to improve functionality and add new features. The most important changes include a version update in package.json, a refactor in iterate_metadata_native.ts, and a new test case for native class handling.

Version update:

Refactors and new functions:

New test case:

@samchon samchon added the enhancement New feature or request label Apr 10, 2025
@samchon samchon requested a review from Copilot April 10, 2025 04:33
@samchon samchon self-assigned this Apr 10, 2025
Copy link
Contributor

@Copilot 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.

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

Files not reviewed (1)
  • package.json: Language not supported
Comments suppressed due to low confidence (1)

src/factories/internal/metadata/iterate_metadata_native.ts:121

  • The condition in getNativeName may lead to incorrect slicing if the expected '"."' substring is not found (i.e. indexOf returns -1). Consider verifying the result of name.indexOf('"."', 1) before slicing to avoid potential errors.
if (name.startsWith('"') && name.slice(0).includes('"."'))

Copy link

pkg-pr-new bot commented Apr 10, 2025

Open in StackBlitz

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

commit: 500786d

@samchon samchon changed the title Close #1588: native type from @types/node Close #1568: native type from @types/node Apr 10, 2025
@samchon samchon merged commit 535260f into master Apr 10, 2025
8 checks passed
@samchon samchon deleted the feat/native branch April 10, 2025 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant