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
The linker needs to match symbol references to symbol declarations. Currently it does this with a combination of resolveImport() and localRef().
Consider unifying the reference to declaration bindings with a scoped symbol tree approach, like esbuild describes. It might be cleaner, it'd likely be faster, and it'd more upgradable to future submodules/namespaces..
The text was updated successfully, but these errors were encountered:
The linker needs to match symbol references to symbol declarations. Currently it does this with a combination of
resolveImport()
andlocalRef()
.Consider unifying the reference to declaration bindings with a scoped symbol tree approach, like esbuild describes. It might be cleaner, it'd likely be faster, and it'd more upgradable to future submodules/namespaces..
The text was updated successfully, but these errors were encountered: