Gabe
Gabe
> IIFE transformed modules are incompatible with babel plugins which transform es modules. Sort of a mouthful but I'll try to explain what's happening below. Consider this CJS module ```js...
Ignore computed export properties. The name is auto generated from the variable name so it isn't relational to the actual `exports` name. It could be possible to read the variable,...
Replaced top level `this` exports with simpler logic. It now renames the top level `this` keywords to `exports`. IIFE is now only used for `ReturnStatement`. Fixes: https://github.com/tbranyen/babel-plugin-transform-commonjs/issues/15
Add updated node-gyp dep. This fixes better-sqlite3 from using an old version of node-gyp to build from source. better-sqlite3 does not specify a node-gyp version so it was using `v7.1.2`...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Nixpacks isn't building as expected when using multiple platforms. ```sh...
https://github.com/discord/embedded-app-sdk/issues/37 Repo uses pnpm
Dependencies are referrenced from `node_modules` or Yarn Plug'n'Play instead of vendoring within this bundle. This shaves 130KiB off the gzip tar or ~700KiB uncompressed tar. This is better for the...
### Description When nesting a `Stack.Navigator` (`@react-navigation/native-stack`) all application touches are disable (full app freeze). I confirmed this wasn't a react-navigation or a react-native-pager-view regression. iOS logs this warning when...
I see that this support was added in this diff: https://github.com/facebook/sapling/pull/772 but removed between then and now. Custom branch prefixes would be helpful for larger repo organization. ``` $ sl...
Useful for testing out specific versions, given you have Golang installed.