Skip to content

docs: clarify that result.result is an array#87

Merged
alexander-akait merged 1 commit intomainfrom
claude/fix-issue-51-vrE15
Apr 23, 2026
Merged

docs: clarify that result.result is an array#87
alexander-akait merged 1 commit intomainfrom
claude/fix-issue-51-vrE15

Conversation

@alexander-akait
Copy link
Copy Markdown
Member

fixes #51

The README incorrectly documented result.result as Buffer | String, but it is actually an array of all arguments passed by the final normal loader (typically [content, sourceMap, meta]).

Summary

What kind of change does this PR introduce?

Did you add tests for your changes?

Does this PR introduce a breaking change?

If relevant, what needs to be documented once your changes are merged or what have you already documented?

Use of AI

Closes #51

The README incorrectly documented `result.result` as `Buffer | String`, but
it is actually an array of all arguments passed by the final normal loader
(typically [content, sourceMap, meta]).
@linux-foundation-easycla
Copy link
Copy Markdown

CLA Not Signed

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.31%. Comparing base (2776643) to head (6d66cbf).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #87   +/-   ##
=======================================
  Coverage   94.31%   94.31%           
=======================================
  Files           3        3           
  Lines         264      264           
=======================================
  Hits          249      249           
  Misses         15       15           
Flag Coverage Δ
integration 94.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@alexander-akait alexander-akait merged commit 61272a8 into main Apr 23, 2026
31 of 32 checks passed
@alexander-akait alexander-akait deleted the claude/fix-issue-51-vrE15 branch April 23, 2026 20:57
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.

Should result.result be an array?

2 participants