mirror of
https://github.com/swc-project/swc.git
synced 2025-01-07 06:06:41 +03:00
9 lines
98 B
JavaScript
9 lines
98 B
JavaScript
|
"use strict";
|
||
|
const a = {
|
||
|
};
|
||
|
for(let b in a)a[b] = a[b].trim();
|
||
|
[
|
||
|
"foo",
|
||
|
].forEach(()=>{
|
||
|
});
|