budgielang / ts-budgie

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

Multiline dictionaries aren't being recognized. #51

Open JoshuaKGoldberg opened 6 years ago

JoshuaKGoldberg commented 6 years ago

See Java.ts in GLS.

Input:

projects.metadataFiles = {
            "pom.xml": [
                `<?xml version="1.0" encoding="UTF-8"?>`,
                // ...
                `</project>`,
            ],
        };

Output:

            operation : { member variable : public projects metadataFiles } equals { dictionary initialize start : string { list type : string } }