tink_sql icon indicating copy to clipboard operation
tink_sql copied to clipboard

Problem with import alias

Open kevinresol opened this issue 8 years ago • 0 comments

In tests/Db.hx: add import Db.User as DbUser; then change any Id<User> to Id<DbUser> then it fails with Type not found : _Db.Db

I think there are similar thing in tink_json/tink_web when you try to declare a route like so: public function post(body:{id:Id<DbUser>})

kevinresol avatar Apr 17 '17 13:04 kevinresol