carbon-design-system / sveld

Generate TypeScript definitions for your Svelte components
https://sveld.onrender.com
Apache License 2.0
404 stars 21 forks source link

fix(writer): only print `outFile` name instead of resolved path #110

Closed metonym closed 1 year ago

metonym commented 1 year ago

If no custom markdownOptions.outFile is specified, the fully resolved path to the default file is printed.

For consistency, only the raw outFile should be printed out.

- created "<user>/<folder>/COMPONENT_INDEX.md".
+ created "COMPONENT_INDEX.md".