LearnNewsExamplesServices
Frontmatter
id3423
titlebuildScripts/createApp: MainContainer => comments
stateClosed
labels
bug
assigneestobiu
createdAtSep 3, 2022, 10:48 AM
updatedAtSep 3, 2022, 10:53 AM
githubUrlhttps://github.com/neomjs/neo/issues/3423
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 3, 2022, 10:53 AM

buildScripts/createApp: MainContainer => comments

Closed v8.1.0 bug
tobiu
tobiu commented on Sep 3, 2022, 10:48 AM

the app generator creates block comments like

/*
 * @member {String} className='ViewModels.view.MainContainer'
 * @protected
 */

instead of doc comments:

/**
 * @member {String} className='ViewModels.view.MainContainer'
 * @protected
 */

this can cause issues with the create-class program.

tobiu added the bug label on Sep 3, 2022, 10:48 AM
tobiu assigned to @tobiu on Sep 3, 2022, 10:48 AM
tobiu referenced in commit 64e3fae - "buildScripts/createApp: MainContainer => comments #3423" on Sep 3, 2022, 10:51 AM
tobiu closed this issue on Sep 3, 2022, 10:53 AM
tobiu cross-referenced by #3424 on Sep 3, 2022, 10:56 AM