huseeiin

Results 35 issues of huseeiin

### What version of Bun is running? 1.0.26+c75e768a6 ### What platform is your computer? Linux 6.1.66-1-lts x86_64 unknown ### What steps can reproduce the bug? ```ts const obj = {...

bug
good first issue

### Feature request Read jsconfig.json when running .js/.jsx files. ### Why? Having to rename every .jsx file to .tsx when using preact/solid/inferno just for the jsx pragma to work is...

enhancement
tsconfig

pwaInfo.webManifest.linkTag points to "./manifest.json" when it should be "../manifest.json" this is resulting in a 404, i should add

### Describe the feature ```ERROR: Transforming JavaScript decorators to the configured target environment ("es2020") is not supported yet``` tsconfig.json: ```json { "compilerOptions": { "lib": ["ESNext", "DOM"], "target": "ESNext", "module": "ESNext",...

### What version of Bun is running? 1.1.0+5903a6141 ### What platform is your computer? Linux 6.5.0-26-generic x86_64 x86_64 ### What steps can reproduce the bug? Created a repo reprod here:...

bug

change lang from "js" to "cjs" for consistency fixes this (first cjs, second js) ![image](https://github.com/nodejs/nodejs.org/assets/122984423/47173e98-043e-44c5-8e28-8e2c8a4554f7) ## Description ## Validation ## Related Issues ### Check List - [ ] I have...

reproduction: ```tsx export function App() { return ( {[].length} items ); } const html = await renderToStringAsync(() => ); const head = getAssets(); ```

### What version of Bun is running? 1.1.6+e58d67b46 ### What platform is your computer? Linux 6.5.0-28-generic x86_64 x86_64 ### What steps can reproduce the bug? 1- bun create svelte 2....

bug

### What version of Bun is running? 1.1.8+89d25807f ### What platform is your computer? Linux 6.5.0-28-generic x86_64 x86_64 ### What steps can reproduce the bug? ``` bun build index.tsx --target...

bug

``` Argument of type 'ObjectSchema' is not assignable to parameter of type 'BaseSchema'. The types returned by '_parse(...)' are incompatible between these types. Type '_ParseResult' is not assignable to type...