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
At the time, they were since browserify was putting all files in the same namespace, so if two files had similar named helper functions, they would collide.
The variables of each script would also leak in the global scope
The text was updated successfully, but these errors were encountered:
francois-roseberry
changed the title
Check if browserify self-executing wrapping functions are still necessary
Check if IIFE (Immediately invoked Function Expression) in browserified source files are still necessary
Nov 29, 2024
At the time, they were since browserify was putting all files in the same namespace, so if two files had similar named helper functions, they would collide.
The variables of each script would also leak in the global scope
The text was updated successfully, but these errors were encountered: