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

fix: type resolution in node16 environments #60

Merged
merged 1 commit into from
May 17, 2023

Conversation

samuelstroschein
Copy link
Contributor

3251584 introduced a bug in node16 environments. Line

export * from "./dist/helpers.d";
must include the file extension. Thus, `export * from "./dist/helpers.d.ts";

@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #60 (f673edb) into main (c6897eb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #60   +/-   ##
=======================================
  Coverage   92.05%   92.05%           
=======================================
  Files          24       24           
  Lines        1612     1612           
  Branches      293      293           
=======================================
  Hits         1484     1484           
  Misses        128      128           

@antfu antfu merged commit bcda027 into unjs:main May 17, 2023
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.

None yet

2 participants