/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-transform-react-jsx/test/fixtures/react/comments/input.js
7 строк
335 B
liuxingbaoyu
fix: Keep jsx comments (#17538)
29 окт 2025, 22:50
Не верифицирован
29 окт 2025, 22:50
fc11396
Код
Авторство
О чём код?
{ <div {.../*i18n*/{ id: 'hello' }} /> } { <div><Trans {.../*i18n*/{ a: 1 }} /></div> } { <div {...{ id: 'hello' }/* comments */} /> } { <div><Trans {...{ a: 1 }/* comments */} /></div> } { <div><Trans /*test1 */a="1"/**test2 */b="2"/**test3 */ /></div> } { <div><Trans {.../*test1*/{ a: 1}} /**test2 */ b = "2" /*test3 */ /></div> }