Add support for es6 modules in boot scripts#280
Conversation
|
Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test." |
|
ok to test |
|
There are errors coming from master, should I try to fix them? |
|
If you can that would be great :) |
|
Rebased on top of the latest master. The tests are passing locally for me, let's see what our CI thinks. @klarkc FWIW, there are more places than just boot scripts where we may need to recognize ES6 default exports - see #250. I am ok to fix those other places incrementally as users start asking for that. |
|
Landed 🎉 Thank you @klarkc for your first contribution! ❤️ Because you send the PR from your
In the future, please create a new feature branch for each pull request. I recommend the following guide for step-by-step instructions showing the recommended contribution workflow: https://www.nearform.com/blog/first-time-with-open-source/ |
Description
Add support for compiled es6 modules in boot scripts
Related issues
Checklist
guide