Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] add support for Svelte #629

Merged
merged 12 commits into from
Oct 1, 2023
Merged

[Feature] add support for Svelte #629

merged 12 commits into from
Oct 1, 2023

Conversation

kkoomen
Copy link
Owner

@kkoomen kkoomen commented Sep 30, 2023

See #628 for the related request.

The idea is that *.svelte files, containing the svelte filetype, will call a custom SvelteParser which will parse top-level script element contents and use the TypescriptParser to parse the inner contents. Svelte therefore automatically extends the same documentation standards (jsdoc for now) as implemented for all the JS/TS filetypes.

@kkoomen kkoomen merged commit 395e4ef into master Oct 1, 2023
@kkoomen kkoomen deleted the feature/svelte branch October 1, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant