interface can be used as a fee standing identifier in JavaScript/TypeScript.
This change uses the heuristic of whether it's followed by another identifier
as an indication.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Format/UnwrappedLineParser.cpp | ||
---|---|---|
1016 ↗ | (On Diff #54123) | I wonder whether you can reuse mustBeJSIdentOrValue (possibly splitting apart the ..OrValue part). |