Description
Chatted with @raymondfeng
context see #580 (comment)
Some files under /repository like mixin.ts, common-types.ts could be organized to /lang to export language specific library functions.
From Raymond
I think some of them should be refactored into a common module such as @loopback/common
or @loopback/lang
There are a few things related to language
such as Constructor, Mixin etc
We’ll have @loopback/model and/or @loopback/types etc
loopback/lang sounds more straightforward to me.