/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-parser/test/fixtures/comments/attachComment-false/array-expression-trailing-comma/input.js
18 строк
230 B
Huáng Jùnliàng
Add `attachComment` parser option to disable comment attachment (#13229)
04 авг 2021, 18:04
Не верифицирован
04 авг 2021, 18:04
d5b0d9e
Код
Авторство
О чём код?
const nonTrailing = [ "One", // One // Two "Two" // Three // Four ] const trailingAfterComma = [ "One", // One // Two "Two", // Three // Four ] const trailingAfterArray = [ "One", // One // Two ] // Three