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",
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -13635,4 +13635,4 @@ if (typeof window !== 'undefined' && typeof window.Web3 === 'undefined') {
|
||||
module.exports = Web3;
|
||||
|
||||
},{"./lib/web3":22}]},{},["web3"])
|
||||
//# sourceMappingURL=web3-light.js.map
|
||||
|
||||
|
Reference in New Issue
Block a user