Skip to content

link str may have to be a LangMap #11

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 
            }),

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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