* fix(babel-parser): chain off optionally chained keys named class and function Fixes #11197 * Extract override as variable to satisfy typechecker Flow did not trust that curContext.override would be defined
5 lines
72 B
JavaScript
5 lines
72 B
JavaScript
foo?.class.bar
|
|
foo?.function.bar
|
|
foo?.bar?.class.bar
|
|
foo?.function?.bar
|