/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-transform-function-name/test/fixtures/function-name/modules-3/input.mjs
7 строк
134 B
Logan Smyth
Rename test fixtures using module syntax to .mjs files.
05 мар 2018, 00:31
05 мар 2018, 00:31
beb99df
Код
Авторство
О чём код?
import {getForm} from "./store" export default class Login extends React.Component { getForm() { return getForm().toJS() } }