jsii-rosetta icon indicating copy to clipboard operation
jsii-rosetta copied to clipboard

fix(go): properties on interfaces should be uppercased

Open DanielMSchmidt opened this issue 2 years ago • 0 comments
trafficstars

I'm trying to adjust rosetta so that it aligns with what JSII is doing. I am seeing consistently lower-cased property / method names, where JSII would uppercase them. One example from the cdktf aws pre-built provider is this interface in TS and the coresponding go struct. Rosetta would lower-case the names the JSII puts in uppercase.

DanielMSchmidt avatar Aug 08 '23 12:08 DanielMSchmidt