MasatoDev / boostest

14 stars 0 forks source link

Target function range extension. #25

Closed MasatoDev closed 1 month ago

MasatoDev commented 1 month ago

cullentry

const hoge = boostestHoge();

The following patterns are not supported.

let hoge;
hoge = boostestHoge();
MasatoDev commented 1 month ago

https://github.com/MasatoDev/boostest/pull/33