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
on the old code, the updated test would fail since `loc.end` would contain
`{ line: 1, column: 62 }`
also pull new-line handling code out of jsx_readToken for easy reuse. note
that we don't do any normalization of `<CR><LF>` in a JSXAttributeValue,
so as to be consistent with esprima-fb's behavior.
0 commit comments