mirror of
https://github.com/swc-project/swc.git
synced 2025-01-02 10:37:56 +03:00
24 lines
379 B
JavaScript
24 lines
379 B
JavaScript
var tmp = Symbol.iterator, tmp1 = Symbol.iterator;
|
|
!function(...s) {
|
|
}(...new class {
|
|
next() {
|
|
return {
|
|
value: Symbol(),
|
|
done: !1
|
|
};
|
|
}
|
|
[tmp]() {
|
|
return this;
|
|
}
|
|
}, ...new class {
|
|
next() {
|
|
return {
|
|
value: "",
|
|
done: !1
|
|
};
|
|
}
|
|
[tmp1]() {
|
|
return this;
|
|
}
|
|
});
|