mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
relates #3548 I'll remove the closing name in a follow up PR. The snapshot is incorrect, so I created a follow up issue: https://github.com/oxc-project/oxc/issues/3697
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
let a = <Apple></Banana>;
|
|
|
|
let b = <Apple:Orange></Banana>;
|
|
|
|
let c = <Apple.Orange></Banana>;
|