JSDocs got lost during transpilation #103
Labels
backlog
Queued in backlog
bug
Something isn't working
documentation
Improvements or additions to documentation
spring cleaning
Could be cleaned up one day
Describe the Bug
When building the core components (
npm run build
), the JSDoc comments got lost. As an example, given theSimple
component.it resolves in weird transpilation changes (imports were places after the comments)
Steps to Reproduce
npm run build
Simple
)props: any
)Expected Behavior
JSDoc comment stays where they are and can be consumed in downstream projects after transpilation.
An alternative could be to use type linting for that (cf. #65).
Environment
0.4.2
Also related to bpmn-io/bpmn-properties-panel#111 (comment)
The text was updated successfully, but these errors were encountered: