chore(build): update build process#38
Conversation
| "babel-preset-stage-3": "npm:babel-preset-stage-3@6.5.0", | ||
| "core-js": "npm:core-js@1.2.6", | ||
| "regenerator": "github:facebook/regenerator@0.8.42", | ||
| "regenerator": "github:facebook/regenerator@0.8.0", |
There was a problem hiding this comment.
This might explain why regenerator@0.8.42 was not found!?
|
I've actually just been working on some updates to this build, and it is worth noting that the build is created with the latest jspm beta. Once I've posted out this release today, that should work here as expected I think? |
a6d5c40 to
956cd69
Compare
|
Yes ! Way better :) |
|
I rebased my PR. npm v regenerator@^0.8.42 version | tail -n 1 | awk '{print $2}' | tr -d "'" |
| @@ -87,7 +87,7 @@ exports.visitor = { | |||
| bodyBlockPath.node.body = innerBody; | |||
There was a problem hiding this comment.
This file can be removed from the commit.
7f048fc to
90721ad
Compare
|
🆙 I
|
|
I coded #41 on top of thie PR. |
| } | ||
|
|
||
| var outerFnExpr = getOuterFnExpr(path, state); | ||
| var outerFnExpr = getOuterFnExpr(path); |
There was a problem hiding this comment.
All these , state argument are needed here actually.
|
👍 |
48b78f2 to
278f9de
Compare
278f9de to
6198624
Compare
|
🆙 I didn't commit the generated files so you can do it at will ;) |
|
Where would these workflows be without you @douglasduteil.. |
Hi @guybedford
It way harder than expected to update babel (#34).
I tried to run your
build.shscript but it fails with :So given what you wrote I try to make a standalone build script with less environnement descendances. This PR is the state of this experiment.
However, I end up with a strange error from
babel-types@6.8.1:Do you have any idea where it comes from ?
Thanks
##
Full output: