Skip to content

fix(grit): match bare imports#6758

Merged
arendjr merged 1 commit intobiomejs:mainfrom
arendjr:grit-match-bare-imports
Jul 7, 2025
Merged

fix(grit): match bare imports#6758
arendjr merged 1 commit intobiomejs:mainfrom
arendjr:grit-match-bare-imports

Conversation

@arendjr
Copy link
Copy Markdown
Contributor

@arendjr arendjr commented Jul 7, 2025

Summary

Fixed #6573: Grit plugins can now match bare imports.

Example

The following snippet:

`import $source`

will now match:

import "main.css";

Test Plan

Test added

@arendjr arendjr requested review from a team July 7, 2025 16:09
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 7, 2025

🦋 Changeset detected

Latest commit: 2084f33

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 13 packages
Name Type
@biomejs/biome Patch
@biomejs/cli-win32-x64 Patch
@biomejs/cli-win32-arm64 Patch
@biomejs/cli-darwin-x64 Patch
@biomejs/cli-darwin-arm64 Patch
@biomejs/cli-linux-x64 Patch
@biomejs/cli-linux-arm64 Patch
@biomejs/cli-linux-x64-musl Patch
@biomejs/cli-linux-arm64-musl Patch
@biomejs/wasm-web Patch
@biomejs/wasm-bundler Patch
@biomejs/wasm-nodejs Patch
@biomejs/backend-jsonrpc Patch

Not sure what this means? Click here to learn what changesets are.

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

@github-actions github-actions Bot added A-Parser Area: parser L-JavaScript Language: JavaScript and super languages L-Grit Language: GritQL labels Jul 7, 2025
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Jul 7, 2025

CodSpeed Performance Report

Merging #6758 will not alter performance

Comparing arendjr:grit-match-bare-imports (2084f33) with main (0727800)

Summary

✅ 114 untouched benchmarks

@arendjr arendjr merged commit 28dc49e into biomejs:main Jul 7, 2025
29 of 30 checks passed
@github-actions github-actions Bot mentioned this pull request Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Parser Area: parser L-Grit Language: GritQL L-JavaScript Language: JavaScript and super languages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

💅 Plugins can't analyze bare imports

1 participant