LearnNewsExamplesServices
Frontmatter
id3985
titlebuildScripts/addConfig: addHook() => method position
stateClosed
labels
bug
assignees[]
createdAtFeb 4, 2023, 5:49 PM
updatedAtFeb 6, 2023, 3:24 PM
githubUrlhttps://github.com/neomjs/neo/issues/3985
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 6, 2023, 3:24 PM

buildScripts/addConfig: addHook() => method position

Closed v8.1.0 bug
tobiu
tobiu commented on Feb 4, 2023, 5:49 PM

new methods no longer get sorted chronologically. this is related to the v5 changes.

for (; i < len; i++) {
    if (contentArray[i].includes('}}')) {
        break;
    }
}

'}}' no longer exists, so we need a different starting point for the first method.

tobiu added the bug label on Feb 4, 2023, 5:49 PM
tobiu referenced in commit 1d74063 - "buildScripts/addConfig: addHook() => method position #3985" on Feb 6, 2023, 3:24 PM
tobiu closed this issue on Feb 6, 2023, 3:24 PM