Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.dojorc extends support #296

Closed
wants to merge 1 commit into from

Conversation

JamesLMilner
Copy link
Contributor

@JamesLMilner JamesLMilner commented Sep 23, 2019

Type: feature

The following has been addressed in the PR:

Description:

The aim is to add a extends property to .dojorc which will allow for extension for a .dojorc from another previously defined .dojorc configuration.

This PR aims to:

  • Allow for multiple nested extension, i.e. a .dojorc file can extend another .dojorc file which can extend another and so forth indefinitely.
  • Provide deep 'merging' of configuration objects (i.e. configuration property values that are also objects will be recursively merged). This will only work for Objects and not Arrays or other types (we have agree this isn't such a great idea as per Feature request: allow user to merge extended arrays in tsconfig files microsoft/TypeScript#20110).

Resolves #295

@JamesLMilner JamesLMilner changed the title Add recursive extends support for deep .dojorc merging .dojorc extends support Sep 23, 2019
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.

Support extending dojorc configuration
1 participant