Conversation
Codecov Report
@@ Coverage Diff @@
## 7.0 #3670 +/- ##
========================================
+ Coverage 85.5% 85.5% +<.01%
========================================
Files 80 200 +120
Lines 5706 9495 +3789
Branches 1842 2700 +858
========================================
+ Hits 4879 8119 +3240
- Misses 557 882 +325
- Partials 270 494 +224
Continue to review full report at Codecov.
|
|
@danez: I'm so sorry I haven't had a chance to submit this PR yet! It really was on my todo list, I swear! Regardless, thanks so much anyway! I commented on your pirates PR. And I'm more than happy to add you to a contributor to pirates as well. (Hopefully life will calm down soon and I'll actually have some time to work on it properly.) |
3d5429f to
3408a3d
Compare
97b39ef to
f06affc
Compare
hzoo
left a comment
There was a problem hiding this comment.
lgtm, we should look into issues in pkg: register and triage (close, figure out if this fixes it, make a new pr)
Pirates is a simple module that enables easy require hooking. It makes sure that your require hook works properly. It also makes the implimentation of babel-register a lot simpler. For more on pirates: http://ariporad.link/piratesjs
|
Are we okay with merging this now? @hzoo @loganfsmyth |
* 'master' of github.com:hulkish/babel: (190 commits) Fix incorrect property ordering with obj rest spread on nested (babel#5685) Fix PathHoister hoisting before a same-scope variable declaration. Updated transform-react-display-name for createReactClass addon (babel#5554) Fix PathHoister error attaching after export declarations. add .mjs to list of well known extensions Remove babel-helper-builder-conditional-assignment-operator-visitor, unused in babel [skip ci] (babel#5676) use find-cache-dir for babel-register cache (babel#5669) Fix operator processing in object super. -> parsedAst string -> sourceCode, ast -> generatedCode back to babylon Switch to pirates for babel-register. (babel#3670) [skip ci] babylon -> babel, ast -> parsedAst [readme] change code -> string Add support for object type spread (babel#5525) Fix object destructuring in param arrays (babel#5650) Remove merge helper and add more type declarations. (babel#5649) Typecheck much more of the config loading process (babel#5642) update to alpha.9 (babel#5639) v7.0.0-alpha.9 ...
* '7.0' of https://github.com/babel/babel: (190 commits) Fix incorrect property ordering with obj rest spread on nested (babel#5685) Fix PathHoister hoisting before a same-scope variable declaration. Updated transform-react-display-name for createReactClass addon (babel#5554) Fix PathHoister error attaching after export declarations. add .mjs to list of well known extensions Remove babel-helper-builder-conditional-assignment-operator-visitor, unused in babel [skip ci] (babel#5676) use find-cache-dir for babel-register cache (babel#5669) Fix operator processing in object super. -> parsedAst string -> sourceCode, ast -> generatedCode back to babylon Switch to pirates for babel-register. (babel#3670) [skip ci] babylon -> babel, ast -> parsedAst [readme] change code -> string Add support for object type spread (babel#5525) Fix object destructuring in param arrays (babel#5650) Remove merge helper and add more type declarations. (babel#5649) Typecheck much more of the config loading process (babel#5642) update to alpha.9 (babel#5639) v7.0.0-alpha.9 ...
This is the follow up for #3139 and #3609
This uses pirates for registering the module extension and adds basic tests
danez/pirates#27