bili icon indicating copy to clipboard operation
bili copied to clipboard

Silence `prefer_named_exports` warning when there are no named exports

Open chocolateboy opened this issue 4 years ago • 2 comments

Set rollup's output.exports option to "auto" to avoid warnings about default exports when there are no named exports. Closes #425.

chocolateboy avatar Jul 31 '20 14:07 chocolateboy

This pull request is being automatically deployed with Vercel (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/egoist/bili/50zs5r30t ✅ Preview: https://bili-git-fork-chocolateboy-silence-default-export-warning.egoist.vercel.app

vercel[bot] avatar Jul 31 '20 14:07 vercel[bot]

Codecov Report

Merging #426 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #426   +/-   ##
=======================================
  Coverage   75.21%   75.21%           
=======================================
  Files          11       11           
  Lines         456      456           
  Branches      170      170           
=======================================
  Hits          343      343           
  Misses        108      108           
  Partials        5        5           
Impacted Files Coverage Δ
src/index.ts 73.68% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 88cbdbe...0f58259. Read the comment docs.

codecov[bot] avatar Jul 31 '20 14:07 codecov[bot]