Tags: xlc/bun
Tags
fix(install) make sure node-gyp is available during lifecycle scripts (… …oven-sh#7622) * bunx node-gyp * add test * create temp node-gyp when used in script * windows reminder * closer? * Update bunx_command.zig * append fake node to end of path * Update install.zig * correct temp node-gyp dir, always append parent `node_modules/.bin` dir * make sure temp node-gyp doesnt run itself --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Handle holey arrays in console.log, don't omit `length` property, cle… …anup `logLevel` option (oven-sh#7557) * Add `fromJS` helper method to `ComptimeStringMap` and `logLevel` parsing better * Handle holey arrays * Update console-log.expected.txt * More tests * Add TODO * More fixture * [autofix.ci] apply automated fixes * Update bindings.cpp * Cleanup some spacing * update * Handle externals in `bun build` from package.json "imports" * Prevent recursion in Web Worker * Fix failing test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
choose correct resolved package for peer dependencies (oven-sh#7192) * fix sometimes failing install test * loop to make sure it happens
node modules bin directory fix (oven-sh#7151) * place binaries in `.bin` of package node_modules * test * fix tests
PreviousNext