-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Migrating from RequireJS to ES6 Modules #36595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1419e98 to
890e51f
Compare
e1d1c03 to
61d0116
Compare
d26b6c7 to
613e9f6
Compare
|
Sandbox deployment successful 🚀 |
|
Sandbox deployment successful 🚀 |
0802d3f to
0b85563
Compare
|
Sandbox deployment successful 🚀 |
|
Sandbox deployment successful 🚀 |
|
Wow, great to see this. Question: why are the old .js files not deleted as part of this PR? |
|
Sandbox deployment failed 💥 |
|
Sandbox deployment successful 🚀 |
ahmad-arbisoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@bradenmacdonald |
|
Sandbox deployment successful 🚀 |
|
Sandbox deployment successful 🚀 |
4f66eb1 to
0d2a43f
Compare
|
Sandbox deployment successful 🚀 |
|
Sandbox deployment failed 💥 |
b1a2c4c to
9b4a963
Compare
- Move Video Block JS files from xmodule/js/src/video/ to xmodule/assets/video/public/js/ - Update JavaScript files from RequireJS to ES6 import/export
9b4a963 to
cf26705
Compare
|
Sandbox deployment successful 🚀 |
* fix: enable and fix webpack karma js tests for video block
cf26705 to
d379540
Compare
|
Sandbox deployment successful 🚀 |
salman2013
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Sandbox deployment failed 💥 |
kdmccormick
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome 🎉
Before merging, can you confirm that you have manually tested both the CMS and LMS views of the video block?
Co-authored-by: Kyle McCormick <kyle@axim.org>
|
@kdmccormick |
|
Sandbox deployment successful 🚀 |
|
Sandbox deployment successful 🚀 |
Ticket: #36413
import/exportJS files refactoring details:
How to test:
npm run webpack-devOld archived PR