2018-10-25 07:17:05 +03:00
|
|
|
(function() {
|
2018-11-05 07:12:52 +03:00
|
|
|
while(!// TODO(Constellation):
|
|
|
|
// This transformation sometimes make script bigger size.
|
|
|
|
// So we should handle it in post processing pass.
|
|
|
|
(function () {
|
|
|
|
while (!a || !// TODO(Constellation):
|
|
|
|
// This transformation sometimes make script bigger size.
|
|
|
|
// So we should handle it in post processing pass.
|
|
|
|
(function () {
|
|
|
|
while (!a || !b()){
|
|
|
|
// TODO(Constellation):
|
|
|
|
// This transformation sometimes make script bigger size.
|
|
|
|
// So we should handle it in post processing pass.
|
|
|
|
(function () {
|
|
|
|
while (!a || !b()) {
|
2018-10-25 07:17:05 +03:00
|
|
|
c();
|
|
|
|
}
|
|
|
|
}());
|