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

[5.7] Add ability to use the dollar sign for resolve with params. (Option #2) #27079

Closed
wants to merge 1 commit into from
Closed

[5.7] Add ability to use the dollar sign for resolve with params. (Option #2) #27079

wants to merge 1 commit into from

Conversation

AbdelElrafa
Copy link
Contributor

@AbdelElrafa AbdelElrafa commented Jan 6, 2019

This is the same as #27078 but it just does it differently in the code. Here I'm not looking over the param keys to strip out the $, I'm just adding the $ to the dependency name if the non $ version wasn't found. That way everyone who's currently doing it without the $ won't add any more work when resolving out.

I'm aware that this will create a merge conflict with #27077 which I will fix when/if that gets merged.

@AbdelElrafa AbdelElrafa changed the title Add ability to use the dollar sign for resolve with params. [5.7] Add ability to use the dollar sign for resolve with params. (Option #2) Jan 6, 2019
@AbdelElrafa
Copy link
Contributor Author

I've updated #27078 with what I believe to be the best and cleanest approach to doing this.

@AbdelElrafa AbdelElrafa closed this Jan 6, 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.

1 participant