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

Multiline tags are getting split into separate lines #9

Closed
Tracked by #349
danielroe opened this issue Jul 21, 2021 · 0 comments · Fixed by #12
Closed
Tracked by #349

Multiline tags are getting split into separate lines #9

danielroe opened this issue Jul 21, 2021 · 0 comments · Fixed by #12
Labels
bug Something isn't working

Comments

@danielroe
Copy link
Member

e.g.

/**
 * @note Using `buildModules` helps to make production startup faster and also significantly
 * decreases the size of `node_modules` in production deployments. Please refer to each
 * module's documentation to see if it is recommended to use `modules` or `buildModules`.
 */

gets transformed to:

{
  "tags": [
    "@note Using `buildModules` helps to make production startup faster and also significantly",
    "decreases the size of `node_modules` in production deployments. Please refer to each",
    "module's documentation to see if it is recommended to use `modules` or `buildModules`."
  ],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant