Skip to content

chore: check copilot review#601

Closed
alexander-akait wants to merge 1 commit into
mainfrom
check-copilor-review
Closed

chore: check copilot review#601
alexander-akait wants to merge 1 commit into
mainfrom
check-copilor-review

Conversation

@alexander-akait
Copy link
Copy Markdown
Member

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

Copilot AI review requested due to automatic review settings May 21, 2026 00:05
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 21, 2026

⚠️ No Changeset found

Latest commit: 9477f71

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies how the loader applies the additionalData option when it is provided as a function.

Changes:

  • Removed await when calling options.additionalData(...) inside lessLoader.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/index.js
data =
typeof options.additionalData === "function"
? `${await options.additionalData(data, this)}`
? `${options.additionalData(data, this)}`
@alexander-akait alexander-akait deleted the check-copilor-review branch May 21, 2026 00:12
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.

2 participants