denolib / typeorm

Forked from https://github.com/typeorm/typeorm
MIT License
117 stars 17 forks source link

SyntaxError with MongoEntityManager version v0.2.23-rc10 #134

Open eaaliprantis opened 3 years ago

eaaliprantis commented 3 years ago

Issue type: Bug with Loading EntityManager

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

Database system/driver: mysql

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

TypeORM version:

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

Deno version:

typeorm@v0.2.23-rc10

Steps to reproduce or a small repository showing the problem:

Was attempting to run my project and it returns:

error: Uncaught SyntaxError: The requested module '../driver/mongodb/typings.ts' does not provide an export named 'Cursor' Cursor,


    at <anonymous> (<https://deno.land/x/typeorm@v0.2.23-rc10/src/entity-manager/MongoEntityManager.ts>:18:1)