const x = () => {};
function fn() {}
return true;
if (a) {}
let i = 0;
for (;;) {}
class C {}
import x from '';
=> { }
{ } [ ]
/* */
0x1 null undefined
async await
Promise
.then() catch
throw new
{ } <>
( ) " ' `
export default
import from '.'
true false
1 0 [] {}
fn() =>
</