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

Fix bugs in pre-bundled version #3672

Merged
merged 2 commits into from Sep 21, 2019
Merged

Fix bugs in pre-bundled version #3672

merged 2 commits into from Sep 21, 2019

Conversation

Pessimistress
Copy link
Collaborator

Change List

@coveralls
Copy link

Coverage Status

Coverage increased (+2.7%) to 82.999% when pulling f849334 on x/bundle-fix into dbcfffa on master.

@Pessimistress Pessimistress merged commit c0208f9 into master Sep 21, 2019
@@ -8,5 +8,7 @@ const deck = _global.deck || {};
if (!deck.LineLayer) {
throw new Error('@deck.gl/layers is not found');
}
// Merge experimental exports
Object.assign(deckGLLayers.experimental, deck.experimental);
Copy link
Collaborator

Choose a reason for hiding this comment

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

If the variable was called aggregationLayers I would have been less confused...

Didn't we drop experimental export in favor of underscores?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We moved classes to underscore but kept utility functions in the experimental object.

@Pessimistress Pessimistress deleted the x/bundle-fix branch November 28, 2019 00:14
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

4 participants