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

move WeakSet polyfill to @ember/polyfills #16990

Merged
merged 1 commit into from
Sep 22, 2018
Merged

Conversation

bekzod
Copy link
Contributor

@bekzod bekzod commented Sep 19, 2018

it is more appropriate to have it under @ember/polyfills I think

packages/@ember/-internals/container/lib/container.ts Outdated Show resolved Hide resolved
@@ -5,4 +5,5 @@ let merge = MERGE ? deprecatedMerge : undefined;

// Export `assignPolyfill` for testing
export { default as assign, assign as assignPolyfill } from './lib/assign';
export { default as WeakSet } from './lib/weak_set';
Copy link
Member

Choose a reason for hiding this comment

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

The @ember/polyfills package does not intend to have this as public API, can you export it as an underscored property?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@rwjblue rwjblue merged commit 183c853 into emberjs:master Sep 22, 2018
@bekzod bekzod deleted the move-weak-set branch February 14, 2021 18:21
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.

None yet

2 participants