Sami Jaber

Results 54 issues of Sami Jaber

Came out of a conversation with @mandx. Writing it here to not lose the idea. When building a Mitosis project whose outputs are all independent npm packages, there's one issue:...

enhancement
idea

## Description Add a short description of: - what changes you made, - why you made them, and - any other context that you think might be helpful for someone...

### I am interested in helping provide a fix! Yes ### Which generators are impacted? - [ ] All - [X] Angular - [ ] HTML - [ ] Qwik...

bug
core

We want to add some logic to toggle TS output on/off in the CLI commands, and select `.ts`/`.js` (or `.jsx`/`.tsx`) based on that. To do that: - have the core...

enhancement
cli

**Scope** - [ ] This impacts ALL Mitosis outputs - [x] This only impacts specific generators/outputs (please list them here): React **Describe the bug** Attributes like `srcset` are camelCased in...

good first issue
react
core

Spun out from https://github.com/BuilderIO/mitosis/issues/372 We would have to repeat step 3, but for Svelte: https://github.com/BuilderIO/mitosis/issues/372#issuecomment-1133471614 NOTE: `svelte` needs a `lang=ts` attribute added to its `` to handle TS code

enhancement
svelte
TypeScript

Spun out from https://github.com/BuilderIO/mitosis/issues/372 We would have to repeat step 3, but for Vue: https://github.com/BuilderIO/mitosis/issues/372#issuecomment-1133471614

enhancement
TypeScript
solid

Spun out from https://github.com/BuilderIO/mitosis/issues/372 We would have to repeat step 3, but for Vue: https://github.com/BuilderIO/mitosis/issues/372#issuecomment-1133471614

enhancement
vue
TypeScript

Our Fiddle still does not support TS, even though Mitosis itself knows how to handle it! This is weird because we set `language="typescript"`: https://github.com/BuilderIO/mitosis/blob/7bc921c4ef53fdaf1b902618aab34f8398c1ad93/packages/fiddle/src/components/Fiddle.tsx#L800 https://github.com/BuilderIO/mitosis/blob/7bc921c4ef53fdaf1b902618aab34f8398c1ad93/packages/fiddle/src/components/CodeEditor.tsx#L146 Not sure where the bug...

bug
good first issue
fiddle
TypeScript

Provide a way to override the mitosis config with CLI flags for `mitosis build`, like `--targets=[solid,react]` which will supersede whatever is in `mitosis.config.js` _Originally posted by @samijaber in https://github.com/BuilderIO/mitosis/pull/500#discussion_r904202348_

enhancement
cli