Skip to content

issues Search Results · repo:rescript-lang/tree-sitter-rescript language:C

Filter by

85 results
 (64 ms)

85 results

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

When running tree-sitter parse A.res with let a = () = 5 I got: (source_file [0, 0] - [0, 15] (ERROR [0, 0] - [0, 15] (let_binding [0, 4] - [0, 15] pattern: (value_identifier [0, 4] - [0, ...
  • nojaf
  • 2
  • Opened 
    on Jan 9
  • #256

ReScript 12 reformats %re() to /RE/ which cannot be parsed correctly.
  • leoliu
  • Opened 
    on Jan 2
  • #255

external toString: [ ] = string = %identity #Hello- toString- Js.log [Playground](https://rescript-lang.org/try?version=v11.1.2 code=KYDwLsBOB2CGA2ACMB7AymSBLaBzAXIgNoB8iAuogLxkDOmOu1iARAKRYAmw0YWYATxYAoYQGIAEsHjwUAWhKoM2PAoBStAHSzcwoA) ...
  • CarlOlson
  • Opened 
    on Jun 27, 2024
  • #252

module type T = { type t } module T = { type t } let make = (): module(T) = module(T) module T2 = unpack(make(): T) [Playground](https://rescript-lang.org/try?version=v11.1.2 code=LYewJgrgNgpgBAFwJ4Ad4BU4F44G8BQciq8C+AvvvqJLHJjgUcmohVbAnMAIYDW8HAAoAlAC5u4aDCHoR2AHyTaMuVRrT6AJmxwIAOxQ8AxnyG8BoiWqA) ...
  • CarlOlson
  • Opened 
    on Jun 27, 2024
  • #251

type t a = float let zero = () = 0. let _ = { value : (zero() : t [#Label] ), } [Playground](https://rescript-lang.org/try?version=v11.1.2 code=C4TwDgpgBMA8DkBDAfFAvFAZgGwPaOAChDsJgoAvCAJ13SgAoBKdVABgDpjTyB9egN6EoUAEQA3RNgCuEUQC5GVWsyjzUcANoBiADKIARhGwBdZEwA0hAL6EgA) ...
  • CarlOlson
  • Opened 
    on Jun 27, 2024
  • #250

I noticed syntax highlighting completely failed for a source file. This example prevents recovery after an error: let _ = Component values={values- Array.filter(value = value.A.B.c)} onChange={values ...
  • CarlOlson
  • 1
  • Opened 
    on Jun 14, 2024
  • #247

where is the src/parser.c file?
  • Jack126
  • 2
  • Opened 
    on May 22, 2024
  • #246

We need update tree-sitter cli to v0.22.2. Neovim generate the parser with tree-sitter binary installed on system, but this project are using v0.20.8 ./node_modules/.bin/tree-sitter --version tree-sitter ...
bug
  • aspeddro
  • Opened 
    on Mar 23, 2024
  • #242

I acknowledge and am deeply grateful for the work @nkrkv put into this parser. However, it hasn t been updated for a long time, even with multiple PRs open. I think that rescript deserves proper support ...
  • Emilios1995
  • 10
  • Opened 
    on Mar 4, 2024
  • #238

Tracking ReScript v11 syntax changes: - [x] Extensible records (e.g. type t = {...t1, x:int, ...t2} https://github.com/rescript-lang/rescript-compiler/issues/5659 - [x] Partial application of ...
  • aspeddro
  • 1
  • Opened 
    on Aug 28, 2023
  • #231
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub