File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5037,7 +5037,7 @@ var ts;
50375037 * Given an super call\property node returns a closest node where either
50385038 * - super call\property is legal in the node and not legal in the parent node the node.
50395039 * i.e. super call is legal in constructor but not legal in the class body.
5040- * - node is arrow function (so caller might need to call getSuperContainer in case if he needs to climb higher)
5040+ * - node is arrow function (so caller might need to call getSuperContainer in case it needs to climb higher)
50415041 * - super call\property is definitely illegal in the node (but might be legal in some subnode)
50425042 * i.e. super property access is illegal in function declaration but can be legal in the statement list
50435043 */
Original file line number Diff line number Diff line change @@ -5037,7 +5037,7 @@ var ts;
50375037 * Given an super call\property node returns a closest node where either
50385038 * - super call\property is legal in the node and not legal in the parent node the node.
50395039 * i.e. super call is legal in constructor but not legal in the class body.
5040- * - node is arrow function (so caller might need to call getSuperContainer in case if he needs to climb higher)
5040+ * - node is arrow function (so caller might need to call getSuperContainer in case it needs to climb higher)
50415041 * - super call\property is definitely illegal in the node (but might be legal in some subnode)
50425042 * i.e. super property access is illegal in function declaration but can be legal in the statement list
50435043 */
You can’t perform that action at this time.
0 commit comments