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
leta=3export{a}export*from"./abc.js"// where abc.js also exports "a"
You'll need to track identifier origins.
This can be done more easily when you implement the load order of waiting on child modules to load before triggering the Entry#loaded() since that will remove the need of capturing multiple module owners so you can associate an identifier with 1 owner module.
The text was updated successfully, but these errors were encountered:
To detect collisions of say
You'll need to track identifier origins.
This can be done more easily when you implement the load order of waiting on child modules to load before triggering the
Entry#loaded()
since that will remove the need of capturing multiple module owners so you can associate an identifier with 1 owner module.The text was updated successfully, but these errors were encountered: