/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-parser/test/fixtures/comments/basic/surrounding-while-loop-comments/input.js
1 строка
69 B
Mickey Rose
remove executable permission from files that shouldn't have it (#13873)
23 окт 2021, 15:18
Не верифицирован
23 окт 2021, 15:18
b5907ef
Код
Авторство
О чём код?
function f() { /* infinite */ while (true) { } /* bar */ var each; }