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

[CLEANUP] Removes the expandLocalLookup API #19238

Merged
merged 1 commit into from
Oct 29, 2020
Merged

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Oct 29, 2020

expandLocalLookup was an experimental API that was tied
closely to Module Unification. The API was shipped, but was never fully
released, as it was still marked as private. It was primarily used for
experimentation in general. Currently, 3 addons use it, all of which are
experimental addons that try to establish MU like file structures.

This PR removes the API to simplify resolution as a whole, so we can
continue the work toward strict mode.

@pzuraq pzuraq changed the title [CLEANUP] Removes the expandLocalLookup private API [CLEANUP] Removes the expandLocalLookup API Oct 29, 2020
Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do think this is somewhat breaking conceptually, but in practice there are no actual consumers of this API (because we never shipped MU which was where it was going to be used).

`expandLocalLookup` was a experimental API that was tied
closely to Module Unification. The API was shipped, but was never fully
released. It was primarily used for experimentation in general.
Currently, 3 addons use it, all of which are experimental addons that
try to establish MU like file structures.

This PR removes the API to simplify resolution as a whole, so we can
continue the work toward strict mode.
@pzuraq pzuraq force-pushed the cleanup/remove-local-lookup branch from 87d1581 to 473d15a Compare October 29, 2020 21:01
@pzuraq pzuraq merged commit 8f56dc8 into master Oct 29, 2020
@pzuraq pzuraq deleted the cleanup/remove-local-lookup branch October 29, 2020 22:00
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.

2 participants