INNER CODE UNIT · JavaScript

filteredContributors

AscensionGameDev/Intersect-Engine · scripts/AUTHORS.md.updater.devtools.js:64

    const filteredContributors = allContributors.filter(({ username }) => !usernamesToIgnore.has(username));
    const sortedContributors = filteredContributors.toSorted(({ username: a }, { username: b }) => a?.localeCompare(b));

    return {
        'AUTHORS.md': `# Authors

${authors.map(userToLine).join('\n\n')}

# Maintainers

${maintainers.map(userToLine).join('\n\n')}

# Collaborators

${collaborators.map(userToLine).join('\n\n')}

# Contributors

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…