-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat: Use dynamic import for external JS #26522
base: dev
Are you sure you want to change the base?
Conversation
22e99d2
to
54083d7
Compare
73a09f0
to
250649f
Compare
849dcb7
to
373d1a5
Compare
373d1a5
to
f4775f5
Compare
8e1e385
to
b9c1a52
Compare
4fdb7a9
to
cd7043d
Compare
With the error handling now moving invalid files to the |
node:vm
logic with dynamic importing.js
,.cjs
and.mjs
codesave
when file already exists (also allows to bypass node module caching)TODO: