mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
14 lines
208 B
JavaScript
14 lines
208 B
JavaScript
var tmp = Symbol.iterator;
|
|
!function(s1, ...s) {
|
|
}(...new class {
|
|
next() {
|
|
return {
|
|
value: Symbol(),
|
|
done: !1
|
|
};
|
|
}
|
|
[tmp]() {
|
|
return this;
|
|
}
|
|
});
|