Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

fix(rome_json_syntax): Update JSON AST Facade #2470

Merged
merged 1 commit into from
Apr 20, 2022

Commits on Apr 20, 2022

  1. fix(rome_json_syntax): Update JSON AST Facade

    #2463 refactored the `Ast*` traits to use associated types, but I forgot to re-run the grammar generator after merging the JSON grammar #2466. This PR updates the JSON grammar to use associated types as well and suppresses two unused warnings if a syntax isn't using any `AstNodeList`s.
    MichaReiser committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    0d001d5 View commit details
    Browse the repository at this point in the history