/
githubmirror
/
atom
Обзор
Документация
Войти
/
githubmirror
/
atom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
spec/fixtures/indentation/classes.js
16 строк
179 B
Christian Fritz
tree-indenter: Applied fix introduced in sane-indentation for atom 1.40
31 май 2021, 05:32
31 май 2021, 05:32
98f3082
Код
Авторство
О чём код?
class MyClass extends OtherComponent { state = { test: 1 } constructor() { test(); } otherfunction = (a, b = { default: false }) => { more(); } }