<div dir="ltr">Hi,<div><br></div><div>To work around the bootstrapping issue that is posed by the huge loop<br></div><div>of build-dependencies:</div><div>nodejs -> node-acorn -> rollup -> zillion things -> nodejs,</div><div>it is possible to make a stage 1 nodejs build that loads node-acorn *source* files,<br></div><div>instead of the compiled ones.</div><div><br></div><div>However, to do that, I wonder what's the best option:</div><div>- a new node-acorn-source provides /usr/share/nodejs/node-acorn/src/</div><div>and "stage 1 nodejs" depends on it ?</div><div>- nodejs source stops dfsg-excluding all of node-acorn from its tarball, keeps only</div><div>the source files and install them for the runtime in</div><div>/usr/share/nodejs/node/deps/acorn/acorn/src/</div><div><br></div><div>NB: likewise for node-acorn-walk</div><div><br></div><div>Jérémy</div><div><br></div><div><br></div><div><br></div></div>