1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
let x = 1; // Flow in `template ${x} string`; // ^ defined: 1 `template ${y = 1} ${y} string`; // ^ defined: 8 // Flow out /**/ y; // ^ defined: 8 // Flow around /**/ x; // ^ defined: 1