Skip to content

Parse readonly properties#134

Merged
cfroystad merged 1 commit intotree-sitter:masterfrom
Sjord:readonly-properties
May 31, 2022
Merged

Parse readonly properties#134
cfroystad merged 1 commit intotree-sitter:masterfrom
Sjord:readonly-properties

Conversation

@Sjord
Copy link
Contributor

@Sjord Sjord commented May 31, 2022

E.g.

class A {
   public readonly string $prop;
}

Checklist:

  • All tests pass in CI
  • There are sufficient tests for the new fix/feature
  • Grammar rules have not been renamed unless absolutely necessary (0 rules renamed)
  • The conflicts section hasn't grown too much (0 new conflicts)
  • The parser size hasn't grown too much (master: 2338, PR: 2340) (check the value of STATE_COUNT in src/parser.c)

E.g.
```
class A {
   public readonly string $prop;
}
```
@Sjord Sjord force-pushed the readonly-properties branch from 3a1f14b to e20eeef Compare May 31, 2022 11:59
@cfroystad cfroystad merged commit b2e0b03 into tree-sitter:master May 31, 2022
@cfroystad cfroystad mentioned this pull request May 31, 2022
32 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants