Giter Site home page Giter Site logo

concerto-metamodel's People

Contributors

dependabot[bot] avatar dselman avatar ekarademir avatar github-actions[bot] avatar jeromesimeon avatar jonathan-casey avatar mttrbrts avatar ragi-dayananda avatar salujajaskeerat avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

concerto-metamodel's Issues

Feature: add Import Alias types to metamodel

Context

Extend the metamodel.cto file to support the aliasing of imported types.

Possible Fix

A possible solution could be to introduce new concepts such as AliasType, ImportAliasType, and ImportAliasTypes to prevent any potential breaking changes. If the AliasType concept were directly used in ImportAll and ImportTypes, it could lead to breaking changes.

concept AliasType{
  o String name
  o String aliasName optional
}

concept ImportAliasType extends Import {
  o AliasType name
}

concept ImportAliasTypes extends Import {
  o AliasType[] types
}

Existing issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.