revert one
This commit is contained in:
2025-09-20 13:26:52 +00:00
parent c74f28caa7
commit a2271529a8
2539 changed files with 0 additions and 365006 deletions

12
node_modules/mongodb/etc/prepare.js generated vendored
View File

@@ -1,12 +0,0 @@
#! /usr/bin/env node
var cp = require('child_process');
var fs = require('fs');
var os = require('os');
if (fs.existsSync('src')) {
cp.spawn('npm', ['run', 'build:dts'], { stdio: 'inherit', shell: os.platform() === 'win32' });
} else {
if (!fs.existsSync('lib')) {
console.warn('MongoDB: No compiled javascript present, the driver is not installed correctly.');
}
}