Skip to content

Commit

Permalink
fix: add toString to js reflexive calls (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
didroe authored Sep 18, 2023
1 parent bf59e80 commit 99c28a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/languages/javascript/analyzer/analyzer.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import (

// methods that use `this` in their result
var reflexiveMethods = []string{
"toString",
// String
"replace",
"replaceAll",
Expand Down

0 comments on commit 99c28a3

Please sign in to comment.