Problem Description
"new Mongo()" doesn't work
Steps to Reproduce
run mongosh 0.13.2, doesn't matter if connected or not
run "new Mongo()"
Expected Results
creates a mongo connection
Actual Results
gives error "TypeError: Mongo is not a constructor"
Additional Notes
- plain "Mongo()" seems to work OK
- this will break compatibility with existing mongo shell scripts
- not sure if related to MONGOSH-661