Skip to content

first step of ES6 conversion + browserify -> rollup#945

Merged
kkaefer merged 1 commit intomasterfrom
es6
Jan 6, 2020
Merged

first step of ES6 conversion + browserify -> rollup#945
kkaefer merged 1 commit intomasterfrom
es6

Conversation

@kkaefer
Copy link
Member

@kkaefer kkaefer commented Dec 20, 2019

also made benchmarks functional again; some are still a bit buggy though.

Copy link
Member

@mourner mourner left a comment

Choose a reason for hiding this comment

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

Looks good to me at a quick skim. There seem to be a ton of export default { ... a singleton with a bunch of properties ... } which could possibly be refactored so that each of the properties is a named export (where possible), but this could be left for a later PR.

@kkaefer
Copy link
Member Author

kkaefer commented Jan 6, 2020

There seem to be a ton of export default { ... a singleton with a bunch of properties ... } which could possibly be refactored so that each of the properties is a named export (where possible)

Yeah, I'm aware of that; it's a result of my semi-automated conversion. My plan was to leave this for a follow-up PR in the interest of making this PR easier to review and merge.

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