Skip to content

Alias system #9

@A-312

Description

@A-312

I was thinking about something like that:

{
  javascript: {
    engines: { /* ... */ }
  },
  js: {
    alias: "javascript"
  }
}

or :

{
  javascript: {
    alias: "js",
    format: "children",
    children: {
      engines: { /* ... */ }
    }
  }
}

But have several way in a framework to do something is not a good thing. (I think) 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions