Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Placeholder PR for cleaner diffs: ES6 #3765

Merged
merged 12 commits into from
Jan 9, 2020

Conversation

turt2live
Copy link
Member

This is never intended to be merged - it's just a combination of two paths of PRs so other PRs can be made linear.

Incorporates:

We use `export default` begrudgingly here. Ideally we'd use just `export`, though this entire SDK expects things to be exported as a default. Instead of breaking everything, we'll sacrifice our export pattern for a smaller diff - a later commit can always do the default export -> regular export conversion.
This is needed because `require()` means something different in webpack - it ends up importing the module as something we didn't expect (and is occasionally async)
@turt2live turt2live self-assigned this Dec 23, 2019
@turt2live turt2live changed the title Placeholder PR for cleaner diffs Placeholder PR for cleaner diffs: ES6 Dec 23, 2019
@turt2live turt2live merged commit d002c2c into travis/sourcemaps Jan 9, 2020
@turt2live turt2live deleted the travis/sourcemaps-es6 branch January 9, 2020 21:02
@turt2live
Copy link
Member Author

this isn't needed anymore

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant