Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ICAT
Datahub
Merge requests
!407
Remove dead code and use shorthand arrow functions
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Axel Bocciarelli
requested to merge
dead-code
into
master
Aug 20, 2020
Overview
12
Commits
4
Pipelines
4
Changes
31
I used
ts-prune
to find unused exports. I left a few unused actions, API helpers and mocked data objects just in case.
I used a multi-line regex and the
JavaScript Booster
extension for VSCode to change longhand arrow functions to shorthand.