Roberto Dip

Results 57 issues of Roberto Dip

Add support for `yarn 2`, there are a couple of areas in which friction can be anticipated: - `yarn create diez` & `yarn demo` - Hot reloading in example projects...

enhancement
Help desired

Ensure all features and styles work in evergreen browsers.

enhancement
Help desired
good first issue

A good place to start looking for this feature is the [SearchForm](https://github.com/diez/diez/blob/master/src/utils/docs-template-app/src/components/SearchForm.vue) component and its [test](https://github.com/diez/diez/blob/master/src/utils/docs-template-app/test/components/SearchForm.test.ts)

enhancement
good first issue

Prevent property names with reserved/invalid words in target lang, for example it is possible to define: ```ts class CornerRadii { default = 4; } ``` which compiles to the following...

good first issue

The `playground` example is meant to be used to iterate the stdlib, but currently only has an iOS example project. We need to do something similar to what has already...

good first issue

The `playground` example is meant to be used to iterate the stdlib, but currently only has an iOS example project. We need to do something similar to what has already...

good first issue

Target SDKs can declare dependencies at compilation time, for example: if a design language has a Lottie animation, the Web compiler adds a dependency to `lottie-web` to the SDK `package.json`....

good first issue

Check out https://github.com/diez/diez/blob/master/src/extractors/extractors/src/utils.ts#L38-L45

good first issue