budgielang/ts-budgie

Strings should escape inner double quotes

Opened this issue · 0 comments

See ImportCommand.ts in GLS.

Input:

            throw new Error('A "use" parameter must be in import commands.');

Output:

                new : Error ("A "use" parameter must be in import commands")