Skip to content

pullrequests Search Results · repo:rescript-lang/tree-sitter-rescript language:JavaScript

Filter by

166 results
 (110 ms)

166 results

inrescript-lang/tree-sitter-rescript (press backspace or delete to remove)

Tree-sitter now show unnecessary conflicts: Warning: unnecessary conflicts `record_type_field`, `object_type_field` `primary_expression`, `lazy_pattern` Close #242
  • aspeddro
  • 1
  • Opened 
    on Mar 23, 2024
  • #244

Tree-sitter now show unnecessary conflicts: Warning: unnecessary conflicts `record_type_field`, `object_type_field` `primary_expression`, `lazy_pattern` The command tree-sitter generate now generate ...
  • aspeddro
  • Opened 
    on Mar 23, 2024
  • #243

@Emilios1995, parser.c was not added
  • aspeddro
  • 2
  • Opened 
    on Mar 21, 2024
  • #240

Before the transfer, I made a fork and merged all the PRs that looked good to me. This set of PRs includes the one that refactors the repo so that it s easy to install everything without the separate nvim-treesitter-rescript. ...
  • Emilios1995
  • 10
  • Opened 
    on Mar 11, 2024
  • #239

It s been some time since Neovim switched to the official Tree-sitter syntax for injections. This PR fixes all the injections so they work with recent versions of Neovim, and also adds support for GraphQL ...
  • Emilios1995
  • 1
  • Opened 
    on Mar 1, 2024
  • #237

This fixes errors when parsing comments and newlines before else clauses and decorated and bindings.
  • zweimach
  • 2
  • Opened 
    on Feb 15, 2024
  • #236

This fixes a bug that I found while trying to parse unary negation operations like -ln and -lSum: image And this is the problematic node: image
  • zweimach
  • 1
  • Opened 
    on Feb 14, 2024
  • #235

Add support for partial application and variant type spread.
  • zweimach
  • Opened 
    on Feb 10, 2024
  • #234

Add support for dynamic imports and extensible records.
  • zweimach
  • 1
  • Opened 
    on Feb 9, 2024
  • #233