Roberto Dip
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...
Ensure all features and styles work in evergreen browsers.
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)
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...
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...
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...
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`....
Check out https://github.com/diez/diez/blob/master/src/extractors/extractors/src/utils.ts#L38-L45