Closed productdevbook closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5213717
) 86.98% compared to head (fc2f980
) 87.10%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for reproduction dear @productdevbook. I have pushed fixes on top of it ๐๐ผ
Followup: https://github.com/unjs/mlly/issues/218
issua: https://github.com/unjs/mlly/issues/209
๐ Linked issue
โ Type of change
๐ Description
In package json the paths to bun and import are the same, but you don't have a bun file and you don't have a ts file. Therefore this output
/../node_modules/.pnpm/postgres@3.4.3/node_modules/postgres/bun'
is wrong. it should give the import path instead of bun.๐ Checklist