We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
type $T = $U
CLI: Version: 1.9.2 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_PATH: unset BIOME_LOG_PREFIX_NAME: unset BIOME_CONFIG_PATH: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v18.20.3" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: unset Biome Configuration: Status: Loaded successfully Formatter disabled: false Linter disabled: false Organize imports disabled: false VCS disabled: false Workspace: Open Documents: 0
biome search doesn't match type definitions using the type Foo = ... syntax.
biome search
type Foo = ...
`biome search '`type $T = $U`'
Search should match the expressions.
Gritql matches the expression as seen here: https://app.grit.io/studio?key=C3DktPmcrc3xKDiQX8fKj
The text was updated successfully, but these errors were encountered:
arendjr
Successfully merging a pull request may close this issue.
Environment information
What happened?
biome search
doesn't match type definitions using thetype Foo = ...
syntax.Expected result
Search should match the expressions.
Gritql matches the expression as seen here: https://app.grit.io/studio?key=C3DktPmcrc3xKDiQX8fKj
Code of Conduct
The text was updated successfully, but these errors were encountered: