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
It seems like when applyDCEGraphRemovals is run the comments that were meant for the statement prior get propogated forward. This result is closure getting confused:
It seems like when
applyDCEGraphRemovals
is run the comments that were meant for the statement prior get propogated forward. This result is closure getting confused:See #23403 (comment)
Here is the before and after of
applyDCEGraphRemovals
:Here you can see the
@export
comment gets erroneous moved to match theassignWasmExports
function... where is it not valid.The text was updated successfully, but these errors were encountered: