Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2294ef8

Browse filesBrowse files
committed
Update utilities.ts
1 parent 911d07a commit 2294ef8
Copy full SHA for 2294ef8

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/compiler/utilities.ts‎

Copy file name to clipboardExpand all lines: src/compiler/utilities.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ namespace ts {
779779
* Given an super call\property node returns a closest node where either
780780
* - super call\property is legal in the node and not legal in the parent node the node.
781781
* i.e. super call is legal in constructor but not legal in the class body.
782-
* - node is arrow function (so caller might need to call getSuperContainer in case if he needs to climb higher)
782+
* - node is arrow function (so caller might need to call getSuperContainer in case it needs to climb higher)
783783
* - super call\property is definitely illegal in the node (but might be legal in some subnode)
784784
* i.e. super property access is illegal in function declaration but can be legal in the statement list
785785
*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.