You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm developer who loves typeorm that holy powerful and super comfortable ORM framework since using Hibernate.
I found the error on my front-end when use typeorm-shims with @Unique decorators in entity.
typeorm shim.js is set on tsconfig. but after when I add @unique decoration, In my case, Angular framework throw webpack_imported_module _9_ default(...) is not a function error.
I was manually patching Unique fake function to typeorm-model-shim.js, then fixing this issue.
Can you add Unique for typeorm shims? Or How can I support for you?
I hope to help typeorm. Typeorm has insufficient features but the best on all javascript ORM. I'm totally fan of you.
The text was updated successfully, but these errors were encountered:
this updates the shim to include all current decorators
exported from index.ts - adding @unique and a few others
fixes: typeorm#6288fixes: typeorm#5920
this updates the shim to include all current decorators
exported from index.ts - adding @unique and a few others
fixes: typeorm#6288fixes: typeorm#5920
Issue type:
[v] feature request
TypeORM version:
[v]
latest
Hello, I'm developer who loves typeorm that holy powerful and super comfortable ORM framework since using Hibernate.
I found the error on my front-end when use typeorm-shims with
@Unique
decorators in entity.typeorm shim.js is set on tsconfig. but after when I add @unique decoration, In my case, Angular framework throw
webpack_imported_module _9_ default(...) is not a function
error.I was manually patching Unique fake function to
typeorm-model-shim.js
, then fixing this issue.Can you add Unique for typeorm shims? Or How can I support for you?
I hope to help typeorm. Typeorm has insufficient features but the best on all javascript ORM. I'm totally fan of you.
The text was updated successfully, but these errors were encountered: