Ricardo Devis Agullo
Ricardo Devis Agullo
This closes #1193
Slightly related to issue #769, if it happens that you package your component beforehand, and then publish the same packaged OC to different registries, it would be nice to have...
Move all tasks/ files to TypeScript
On `src/cli/domain/package-components.js` there's two TODO on the compileOptions about adding `logger` and `watch` (see [here](https://github.com/opencomponents/oc/blob/7ebdcc7bcd7398f265c3e30137f6e3f0f92ac948/src/cli/domain/package-components.js#L44)). I'm creating an issue for this so we can remove the TODO from comments and...
Right now, every endpoint can only return one thing, but what if I want to type multiple things, linked to status codes? Like, instead of just ```typescript listPublications: GET `/publications/${'category'}`...
Right now, if you want to, let's say, use the react template you can only use a single one (the one specified in `scaffold/src` folder), but makes sense that we...
This puts the `putDir` logic back on OC. The reason is that 1) The logic is the same for all storage adapters (since no storage has really the concept of...
The [oc-template-typescript-react](https://github.com/guestlinelabs/oc-template-typescript-react) has been supporting both Typescript and Javascript for quite a while now, and in general is more mantained. Since this template is the official one, makes sense we...
This moves to vite for compiling, adding among other things out of the box support for Typescript, any Css solution and more. Apart from support for the new React 18...
### Describe the bug Scaffold any SSR example from create-vite-extra and to the following changes: Wrap the code of the client entry point in ```js // client-entry.js export default function...