Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

@deprecated JSDoc tags missing in dist #46

Open
fantonangeli opened this issue Jul 5, 2022 · 1 comment · May be fixed by #47
Open

@deprecated JSDoc tags missing in dist #46

fantonangeli opened this issue Jul 5, 2022 · 1 comment · May be fixed by #47

Comments

@fantonangeli
Copy link

The @deprecated JSDoc tags are removed during npm run build, eg. from the file:
https://github.com/mulesoft-labs/yaml-ast-parser/blob/master/src/yamlAST.ts

I think those comments are useful for developers to get a warning in the IDE.

Possible solution:
In tsconfig.json, changing the option removeComments to false will maintain the JSDoc.

Thanks a lot

@git2gus
Copy link

git2gus bot commented Jul 5, 2022

Git2Gus App is installed but the .git2gus/config.json doesn't exist.

@fantonangeli fantonangeli linked a pull request Jul 5, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant