boxednode icon indicating copy to clipboard operation
boxednode copied to clipboard

📦 boxednode – Ship a JS file with Node.js in a box

Results 7 boxednode issues
Sort by recently updated
recently updated
newest added

Hello. What to do if code use es6? Like this ```js import { readFileSync } from 'fs'; console.log(JSON.parse(readFileSync('package.json'))); ```

It would be nice to see a table in the readme that shows basic package sizes generated from the Hello World example.

Hi, great & useful package. I work on [node-raylib](https://github.com/RobLoach/node-raylib) and I am trying to help users make standalone games with it. I am not sure how to inline the native...

According to https://github.com/nodejs/node/pull/49051 the Node.js team dropped support for vs2019, so we need to upgrade BoxedNode to use vs2022 as the default toolchain. ~Compiling with vs2019 will still be possible...

Fixes: ../src/node_main.cc:945:52: warning: moving a temporary object prevents copy elision std::vector* str = new std::vector(std::move(GetBoxednodeCodeCacheVector())); ^ ../src/node_main.cc:945:52: note: remove std::move call here std::vector* str = new std::vector(std::move(GetBoxednodeCodeCacheVector())); ^~~~~~~~~~ ~ ../src/node_main.cc:986:52:...

Node 22.x is now active LTS. Building a binary fails because vs2019 is no longer supported. [Log](https://github.com/asamuzaK/withExEditorHost/actions/runs/11594296550/job/32280212148) ``` console Running cmd /c .\vcbuild.bat no-shared-roheap projgen release vs2019 link-module ./lib-boxednode/index.js ......