budgielang / ts-budgie

Converts TypeScript code to Budgie. 🦜
https://budgielang.org
MIT License
2 stars 0 forks source link

Allow inline unsupported complaints #41

Closed JoshuaKGoldberg closed 6 years ago

JoshuaKGoldberg commented 6 years ago

Right now, whenever most visitors encounter an UnsupportedComplaint, they just bail out early and directly return the complaint. That means most of the nodes don't get converted.

:(.

Instead, GLS should allow an "unsupported" command for these, so the rest of nodes can still be converted.