You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if it's critical - why would anyone wrap UMD with a name that can be later accessed also only as window['j-query'] and not just jQuery? But PR is welcome anyway.
I agree, it is not a priority at all.
Obviously, it does not make much sense for jQuery, but it may be used on intention not to pullute the global namespace (e.g. for plugin which needs to be referenced directly only once).
Can you please assign the ticket to me, so I don't forget about PR?
The "exports" option may be set to invalid identifier (e.g. with dash). Invalid JS code would get generated in UMD:
I am not completely sure how valid is such use case, but the generated code can be changed to:
The text was updated successfully, but these errors were encountered: