mongodb-js / boxednode

📦 boxednode – Ship a JS file with Node.js in a box
Apache License 2.0
599 stars 10 forks source link

chore: remove source loading indirection #33

Closed addaleax closed 1 year ago

addaleax commented 1 year ago

MONGOSH-1343

Instead of writing a module that exports the main JS source to the generated binary, just include the string as a C++ string. This avoids an extra parsing pass and reduces binary size.