go.mod: upgrade goja (#23721)

This update adds support for some more ES6 functionality, notably
arrow functions.
This commit is contained in:
Felix Lange
2021-10-13 14:42:00 +02:00
committed by GitHub
parent 633e7ef478
commit f9d683b07f
10 changed files with 31 additions and 297 deletions

View File

@ -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",