Sami Jaber

Results 309 comments of Sami Jaber

It could be simpler than I am anticipating! We will soon switch the Builder SDKs to the `ts` output, and then build `js`+`.d.ts` files from that so that the final...

Thinking out loud some more. Another set of Mitosis-specific concerns I realized we will encounter is: Say I have Mitosis source-code that I compile to React. If the `tsc` command...

@rhengles Ah right, it auto-closed. Looks like the remaining issues are in React/Solid now, where the spaces are missing

> (Also, why is the dest an array?) It isn't! Providing an array of 1 item works by sheer JavaScript luck 😄 https://github.com/BuilderIO/mitosis/blob/801894b99aeefa12986185898cf310ed3376447e/packages/core/src/types/config.ts#L21-L24

That is true! Thanks for pointing it out. Not sure how we fixed it 😄

Hmm, I see @raymondmuller. Thanks for investigating! Since Vue 2.7 landed recently with support for Composition API, we're open to updating the Vue generator to output Composition API code. We...

What makes this a bit complex is that `src` accepts a `string | string[]` of _globs_, not paths. So we could actually provide `src: ['src/**/*', 'another-folder/**/*', '**/package/**/src/**/*']`. We could `cd`...

Ah, that's what you suggested in https://github.com/BuilderIO/mitosis/issues/494 actually!

@PatrickJS Debating whether we can keep this logic in generators for now, until we see enough need for it to be permanently embedded in the JSON schema. That way, we...

cc @PatrickJS @alujs I know we spoke about this. @kylecordes built a first draft of this for our e2e tests just now https://github.com/BuilderIO/mitosis/pull/557/files/9dd902f7d4440180f935121f2b0e072fc481e59d#diff-a9fcb86374e6b494262a3f7b6b6472857b9d9ceaa835f3a26a10cf0d43560240