UNPKG

216 BJSONView Raw
1{
2 "Exponentiation operator": "2**3",
3 "Rest destructuring": {
4 "Rest parameter destructuring": "function f(a,{b:{c}},...[d,...e]){}",
5 "Nested rest destructuring": "var {a:{b,c}}={a:{b:1,c:2}}"
6 }
7}