Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

types are not being exported

Open
#4,921 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale

Research direction

Start with package.json and compare its types field with the exports section, using the linked pull request as context for the change. Update the exports metadata so the package's TypeScript declarations are exposed, then verify that the types can be loaded from a TypeScript project.

Written by the indexing model from the issue text.

Description

stale

In version 3.7.2 the package.json contains a types and a exports section. The export section does not include the types so the types cannot be exported.

I guess its introduced here: https://github.com/codeceptjs/CodeceptJS/pull/4703/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519

The export section must at least also expose the typing map to be able to load it into typescript project

Dominant language
JavaScript
Stars
4.2k
Forks
756
Avg merge
2d 9h
Merged PRs (30d)
16

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from codeceptjs/CodeceptJS

All issues in codeceptjs/CodeceptJS

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.