Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoadEvent is not exported by typeorm #6395

Closed
saulotoledo opened this issue Jul 14, 2020 · 0 comments · Fixed by #6396
Closed

LoadEvent is not exported by typeorm #6395

saulotoledo opened this issue Jul 14, 2020 · 0 comments · Fixed by #6396

Comments

@saulotoledo
Copy link
Contributor

Issue type:

[ ] question
[X] bug report
[ ] feature request
[ ] documentation issue

Database system/driver:

[X] cordova
[X] mongodb
[X] mssql
[X] mysql / mariadb
[X] oracle
[X] postgres
[X] cockroachdb
[X] sqlite
[X] sqljs
[X] react-native
[X] expo

TypeORM version:

[X] latest
[ ] @next
[ ] 0.x.x (or put your version here)

Steps to reproduce or a small repository showing the problem:

The following imports are available in TypeORM:

import { InsertEvent, LoadEvent, UpdateEvent } from 'typeorm';

But for the LoadEvent we need to do the following:

import { LoadEvent } from 'typeorm/subscriber/event/LoadEvent';

I believe that LoadEvent should be exported in the same way as previous imports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant