Closed lmgyuan closed 3 months ago
Latest commit: 4a1f332fe9cdcacfc61ec50884496dde2829b272
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Updates added. Suggestions resolved.
Issues
1 New issue
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
/rtm
Description Description
add noOverwriteGlobs parameters to methods saveContentToFile and saveRenderedReactContent pass this.noOverwriteGlobs to saveContentToFile check the name of file to be written against the noOverwriteGlobs to determine whether it should be actually written to the target directory add additional comments to relevant codes in the codebase so they are easier for future maintainers and contributors to understand.
Related issue(s)
Fixes https://github.com/asyncapi/generator/issues/1128