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
always attach trailingComments to parent node if possible
this is required to correctly calculate expression's ending index correctly
with expr.trailingComments.at(-1).end
in `compiler/phases/1-parse/read/expression.js`
0 commit comments