Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Updates fibers to 3.0 to support node >=10 #132

Closed
wants to merge 5 commits into from
Closed

Conversation

BorisOsipov
Copy link
Contributor

Updates fibers to 3.0 to support node >=10

Fixed webdriverio-boneyard/wdio-cucumber-framework#153

@christian-bromann
Copy link
Contributor

Something with the Babel compiling went wrong:

/home/travis/build/webdriverio-boneyard/wdio-sync/test/addCommand.spec.js:3
import _Object$keys from 'babel-runtime/core-js/object/keys';
^^^^^^
SyntaxError: Unexpected token import

@BorisOsipov
Copy link
Contributor Author

Yep, it doesn't work at master for me. Will fix.

Copy link
Contributor

@christian-bromann christian-bromann left a comment

Choose a reason for hiding this comment

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

some comments

"add-module-exports",
{
"plugins": [
"rewire",
Copy link
Contributor

Choose a reason for hiding this comment

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

let's only use this plugin in testing environment

@@ -1,15 +1,24 @@
{
"passPerPreset": true,
Copy link
Contributor

Choose a reason for hiding this comment

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

not sure if we need this option, happy to bump up the node target to 8

@BorisOsipov
Copy link
Contributor Author

Сan not fix it. Current package.json with updated fibers produce a real mess of babel 6 and 7.beta dependencies. Don't have time to deal with it.

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.

2 participants