react-code-dataset
/
next.js
/turbopack
/crates
/turbopack-ecmascript
/tests
/analyzer
/graph
/mongoose-reduced
/input.js
| const driver = global.MONGOOSE_DRIVER_PATH || "./drivers/node-mongodb-native"; | |
| /*! | |
| * Connection | |
| */ | |
| const Connection = require(driver + "/connection"); | |
| /*! | |
| * Collection | |
| */ | |
| const Collection = require(driver + "/collection"); | |