···5757 # Stripping takes way too long with the amount of files required by a typical Node.js project.
5858 dontStrip = args.dontStrip or true;
59596060- passthru = { inherit npmDeps; } // (args.passthru or { });
6161-6260 meta = (args.meta or { }) // { platforms = args.meta.platforms or nodejs.meta.platforms; };
6361})