NOTE1:If docgen fails to parse the targeted component, it will log a warning. This warning does not make the documentation fail. NOTE2:If you allow all ofnode_modulesto try to be parsed, you might kill performa
1 - // Vitest Snapshot v1 1 + // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html 2 2 3 3 exports[`tests button > should match the snapshot 1`] = ` 4 4 { Diff for: packages/vue-docgen-api/tests/components/button-noscript/__snapshots__/button-noscript...
CI is running/has finished running commands for commit c716932. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 target nx run-many -t build --parallel...
For now, we can't pass options to vue-docgen-api. It's necessary when you use a module alias (e.g. @ for a project root) and import files with it in a component file. Describe the solution you'd like Add a property something like vueDocgenOptions to addon-docs' preset option. /...
2 + 'vue-docgen-api': patch 3 + --- 4 + 5 + fix a bug where interface extension broke the tool packages/vue-docgen-api/src/script-setup-handlers/utils/tsUtils.test.ts +42-7 Original file line numberDiff line numberDiff line change @@ -6,26 +6,43 @@ describe('getTy...
If you've switched from Vue 2 to Vue 3, you've probably heard of the Composition API. If you haven't, it's a brand-new way to set your component's options. It wraps all of the same functionality of the Options API in a setup function, rather than a configuration object. It's ...