We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71844d commit 51de935Copy full SHA for 51de935
analysis/src/PartialParser.ml
@@ -108,7 +108,7 @@ let skipOptVariantExtension text i =
108
ctx ::= <M args id
109
arg ::= id | id = [?] atomicExpr
110
atomicExpr ::= id | "abc" | 'a' | 42 | `...` | optVariant {...} | optVariant (...) | <...> | [...]
111
- optVariant ::= a | A | #a | #A | _nothing_
+ optVariant ::= id | #id | %id | _nothing_
112
*)
113
let findJsxContext text offset =
114
let rec loop identsSeen i =
0 commit comments