UNPKG

126 BJSONView Raw
1{
2 "async/await": "async function f(){await Promise.resolve(42)}",
3 "Trailing parameter commas": "function f(a,b,){}"
4}