swc/ecmascript/parser/tests/jsx/basic/issue-2264/input.js
Donny/강동윤 ca0d6ddf2e
fix(es/parser): Fix bugs (#2255)
swc_ecma_parser:
 - Treat `{` after an arrow as a brace stmt. (#2237)
 - Handle comments correctly while backtracking. (#2264)
2021-09-23 11:32:40 +00:00

4 lines
45 B
JavaScript

const t = <Switch>
// 1
/* 2 */
</Switch>