Skip to content

refactor: standardize entry points and project structure#408

Merged
Tony133 merged 1 commit into
mainfrom
refactor/standardize-entry-points
May 16, 2026
Merged

refactor: standardize entry points and project structure#408
Tony133 merged 1 commit into
mainfrom
refactor/standardize-entry-points

Conversation

@Tony133
Copy link
Copy Markdown
Member

@Tony133 Tony133 commented May 11, 2026

Proposal:

This PR renames the core files to index and updates the internal test suite to point to the new file names.

Changes:

  • Rename jwt.jsindex.js
  • Rename types/jwt.d.tstypes/index.d.ts
  • Rename types/jwt.tst.tstypes/index.tst.ts
  • Updated package.json and several test files (test/jwt-async.test.js, test/jwt.test.js, etc.) to ensure the test suite remains green.

See PR reference:

- Move main logic to root index.js
- Standardize types to types/index.d.ts
- Update internal test imports to match new structure
- Update package.json entry points
@Tony133 Tony133 marked this pull request as ready for review May 11, 2026 07:12
@Tony133 Tony133 requested a review from a team May 11, 2026 07:30
@Tony133 Tony133 changed the title refactor: standardize entry points and project structure refactor: standardize entry points May 11, 2026
@Tony133 Tony133 changed the title refactor: standardize entry points refactor: standardize entry points and project structure May 11, 2026
@Tony133 Tony133 merged commit 02d2b2c into main May 16, 2026
17 checks passed
@Tony133 Tony133 deleted the refactor/standardize-entry-points branch May 16, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants