Tymoteusz Czech
Tymoteusz Czech
```patch diff --git a/packages/svelte2tsx/src/svelte2tsx/index.ts b/packages/svelte2tsx/src/svelte2tsx/index.ts index 33e5ba1..bea0060 100644 --- a/packages/svelte2tsx/src/svelte2tsx/index.ts +++ b/packages/svelte2tsx/src/svelte2tsx/index.ts @@ -429,7 +429,10 @@ declare function __sveltets_1_createSvelteComponentTyped( code: str.toString(), map: str.generateMap({ hires: true, source: options?.filename }), exportedNames: exportedNames.getExportsMap(),...
There is a clear need for official _docgen_ tool - I found 5 different projects re-implementing it in various ways (links in comment in _Custom Storybook for SvelteKit_ issue). IMHO...
Oh, sorry, I didn't get it at first. My use case is a bit different. I'd like to hook into it earlier, before emitting the files. To do the `npx`...
## Example for reference Build in Next.js - current version  - from source. chunk dissolved 
Thank you @ldanielw1 , `git fetch --all` in GitLab CI did the trick for me. 👍🏻
I assume a ready-to-use dashboard is something to be used with [dashboard management - import/export](https://grafana.com/docs/grafana/latest/dashboards/manage-dashboards/#export-and-import-dashboards). Seems like a common setup to have, and a template definitely can help. For Unleash...
@ShaswatPrabhat https://github.com/Unleash/unleash/issues/2606 is a good first issue. This doesn't need to be done in full to be helpful. Every refactored file helps. Most of everything else is medium to advanced.
@gastonfournier No. I have a script to do it, I need couple of hours to parse a codebase, fix edge cases.
Might fix https://github.com/benmosher/eslint-plugin-import/issues/1109
Relevant code: https://github.com/anymaniax/orval/blob/f3928e184e9e44e686162e2eda194092e8a564ac/src/core/getters/object.ts#L104 What's the preferred way to fix it? How about checking if object also has properties of other type, and changing to `any` if it does? Are community...