Skip to content

link str may have to be a LangMap #11

@ORESoftware

Description

@ORESoftware

if we have this:

    zzz: setType({
              link: 'tragic.req'
            }),

then what if tragic.req doesn't actually map to anything, because certain languages re-mapped/renamed it?

it might have to be:

    zzz: setType({
              link: {golang:'tragic.Req', java: 'Tragic.req'} // etc 
            }),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions