wso2 / ballerina-vscode

To keep Ballerina VSCode plugin related issues, discussions, etc.
Apache License 2.0
41 stars 20 forks source link

[Data Mapper] Not rendering when the output record type is complex #520

Closed madushajg closed 10 months ago

madushajg commented 11 months ago

Description: An issue raised in discord: https://discord.com/channels/957996897782616114/1133988606525059102

Steps to reproduce: Sample source:

import ballerinax/health.fhir.r4.aubase410;

type Patient record {
    string name;
    string id;
};

function tranform(Patient patient) returns aubase410:AUBasePatient => {};

Affected Versions: Plugin v4.4.1 Ballerina 2201.7.0