Skip to content

refactor!: use consistent camelCase for entryPoints and serverEntryPoints plugin options#36

Open
FlorianV85 wants to merge 1 commit into
adonisjs:6.xfrom
FlorianV85:refactor/entrypoints-camelcase
Open

refactor!: use consistent camelCase for entryPoints and serverEntryPoints plugin options#36
FlorianV85 wants to merge 1 commit into
adonisjs:6.xfrom
FlorianV85:refactor/entrypoints-camelcase

Conversation

@FlorianV85

Copy link
Copy Markdown
Contributor

❓ Type of change

  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

This PR simply corrects an inconsistency regarding JavaScript conventions and the codebase. Since “entry points” is two words, it should use camelCase.

⚠️Breakings Changes :

  • entrypoints option is renamed entryPoints
  • serverEntrypoints option is renamed serverEntryPoints

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant