go.mod: upgrade goja (#23721)
This update adds support for some more ES6 functionality, notably arrow functions.
This commit is contained in:
@ -72,6 +72,7 @@ func TestCompleteKeywords(t *testing.T) {
|
||||
{
|
||||
input: "x.gazonk.",
|
||||
want: []string{
|
||||
"x.gazonk.__proto__",
|
||||
"x.gazonk.constructor",
|
||||
"x.gazonk.hasOwnProperty",
|
||||
"x.gazonk.isPrototypeOf",
|
||||
|
Reference in New Issue
Block a user