Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add types entry in export map #12073

Merged
merged 4 commits into from Nov 29, 2021
Merged

Add types entry in export map #12073

merged 4 commits into from Nov 29, 2021

Commits on Nov 17, 2021

  1. Add types entry in export map

    Since the presence of an export map overrides any other entrypoint methods. Technically not required, since `./build/jest.d.ts` is adjacent to `./build/jest.js` and will be found via that adjacency, but can be included for completeness, just like the top-level `"types": "./build/jest.d.ts"` entry.
    weswigham committed Nov 17, 2021
    Copy the full SHA
    ae502cf View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. all others and build script

    SimenB committed Nov 29, 2021
    Copy the full SHA
    423682a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    33f33eb View commit details
    Browse the repository at this point in the history
  3. changelog

    SimenB committed Nov 29, 2021
    Copy the full SHA
    7e43b7f View commit details
    Browse the repository at this point in the history