mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
c647cf1bc0
swc_ecma_parser: - fix lexer - better error reporting for jsx reference test swc_ecma_codegen: - Update references
9 lines
70 B
JavaScript
9 lines
70 B
JavaScript
function a() {
|
|
b.c('d');
|
|
}
|
|
a();
|
|
{
|
|
}function a() {
|
|
b.c('e');
|
|
}
|