budgielang / ts-budgie

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

Operation: += '">' results in (increase by) """ #52

Open JoshuaKGoldberg opened 5 years ago

JoshuaKGoldberg commented 5 years ago

See CommentDocTagCommand.ts from GLS.

Input:

            starter += '">';

Output:

                starter += """;