spacemacs/layers/+frameworks
Lucius Hu 58243c67f8 react: refactor
- Refactored functions
  - Several functions are inlined and removed from global namespace
- Moved function from `packages.el` to `func.el`
- Replaced `(when (not foo) bar)` with `(unless foo bar)`
- Replaced unnecessary backquote construct with simple quotation
- Replaced `pcase` form with only one-arm with `when` or `unless` form
2021-04-04 12:48:21 +02:00
..
django Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
emberjs Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
phoenix Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
react react: refactor 2021-04-04 12:48:21 +02:00
ruby-on-rails Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
vue dumb-jump: Replace obsolete interface with xref-backend 2021-03-31 18:50:44 +02:00