home.social

#gritql — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gritql, aggregated by home.social.

fetched live
  1. Today we’re happy to share our plans for Biome 2.0 as well as the rest of our roadmap for 2025.

    Read all about it here: biomejs.dev/blog/roadmap-2025/

    for and , written in

  2. Small update on @biomejs’s #GritQL support: After merging a PR for supporting metavariables in their #JavaScript parser earlier this week, I was now able to match the first Grit snippet containing metavariables: github.com/biomejs/biome/pull/
    #OpenSource #Rust #WebDev #plugins

  3. Another progress report on our upcoming support and integration is available: github.com/biomejs/biome/discu

    As a proof-of-concept, a first iteration of the `biome search` command is now available in `main`. It’s still in a very rough shape, but it’s a good starting point for further improvements.

  4. Today I have been busy creating a lot of issues for @biomejs regarding our #GritQL progress as well as upcoming #JavaScript #plugins.

    They’re all bundled under this umbrella: github.com/biomejs/biome/issue

  5. #Coccinelle for #Rust

    rust-for-linux.com/coccinelle-

    "Coccinelle is a tool for automatic program matching and transformation that was originally developed for making large scale changes to the Linux kernel source #code (ie, C code)."

    #GritQL - GritQL is a #query language for searching, #linting, and modifying code.

    docs.grit.io/

    #ASTGrep - A #CLI tool for code structural search, lint and rewriting. Written in #RustLang :ferris:

    ast-grep.github.io/

    #CodeTool #AST #Parser #DevTools

  6. #GritQL in #Biome progress update: @biomejs 's parser is now merged. Next steps: Implementing GritQL formatting and integrating the Grit engine to perform some actual code matching transforms.

    github.com/biomejs/biome/pull/