mirror of
https://github.com/swc-project/swc.git
synced 2025-01-08 23:10:13 +03:00
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
|
//@target: es6
|
|||
|
|
|||
|
// <TAB>, <VT>, <FF>, <SP>, <NBSP>, <BOM>
|
|||
|
`\u0009\u000B\u000C\u0020\u00A0\uFEFF`;
|