File tree 1 file changed +16
-0
lines changed 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,22 @@ var knownGlobals = [][]string{
78
78
{"Object" , "prototype" , "valueOf" },
79
79
{"Object" , "prototype" , "watch" },
80
80
81
+ // Symbol: Static properties
82
+ // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol#static_properties
83
+ {"Symbol" , "asyncIterator" },
84
+ {"Symbol" , "hasInstance" },
85
+ {"Symbol" , "isConcatSpreadable" },
86
+ {"Symbol" , "iterator" },
87
+ {"Symbol" , "match" },
88
+ {"Symbol" , "matchAll" },
89
+ {"Symbol" , "replace" },
90
+ {"Symbol" , "search" },
91
+ {"Symbol" , "species" },
92
+ {"Symbol" , "split" },
93
+ {"Symbol" , "toPrimitive" },
94
+ {"Symbol" , "toStringTag" },
95
+ {"Symbol" , "unscopables" },
96
+
81
97
// Math: Static properties
82
98
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math#Static_properties
83
99
{"Math" , "E" },
You can’t perform that action at this time.
0 commit comments