mizulu
mizulu
> The optimization only apply when there is a function call > > ```js > count()>1 && Date.now() // Memo > count()> 1 ? Date.now() : "B" // Memo >...
### Describe the bug throwing in `onCleanup` breaks reactivity For example a `` is conditionally rendered and it has a cleanup hook when the condition become falsy, the cleanup will...
### Describe the problem currently ```js export function showModal(){} ``` compiles to ```js return $.pop({ showModal}); ``` and exporting a rune or a variable is not allowed ```js export let...
TLDR 1. need ability to specify **mimetype** when using `loader:dataurl` in result of the plugin `onLoad` 2. need ability to specify if dataurl will be encoded with **base64** ```js build.onLoad({...
This feature request proposes an enhancement to esbuild's `--define` flag: granular assignment protection for individual define mappings. ## Problem Currently, using `--define:VAR1=window.location` will replace all occurrences of `VAR1` with `window.location`....
#### What version of Bun is running? 1.2.18 #### What platform is your computer? Windows (issue), Linux (no issue) #### What steps can reproduce the bug? 1. Run the following...
### Describe the bug `createAsync`/`createResource` mixes results when run server side, when component has "unstable" execution. due to secondary rerun of the suspended component. and incorrect mapping. ### Your Example...
### What is the problem this feature would solve? When bundling a project that uses an index.html pointing to a module like main.tsx, there is currently no way to inject...