From ef78bc6a084f92b4794e987b5832240d85b6479e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 22 Jul 2020 14:05:15 +0200 Subject: refactor app using babel module-resolver --- animism-align/frontend/api/crud.types.js | 36 -------------------------------- 1 file changed, 36 deletions(-) delete mode 100644 animism-align/frontend/api/crud.types.js (limited to 'animism-align/frontend/api/crud.types.js') diff --git a/animism-align/frontend/api/crud.types.js b/animism-align/frontend/api/crud.types.js deleted file mode 100644 index 7a64f5c..0000000 --- a/animism-align/frontend/api/crud.types.js +++ /dev/null @@ -1,36 +0,0 @@ - -export const as_type = (a, b) => [a, b].join('_').toUpperCase() - -export const with_type = (type, actions) => - actions.reduce((a, b) => (a[b] = as_type(type, b)) && a, {}) - -export const crud_type = (type, actions=[]) => - with_type(type, actions.concat([ - 'index_loading', - 'index', - 'index_error', - 'index_sort', - 'show_loading', - 'show', - 'show_error', - 'create_loading', - 'create', - 'create_error', - 'update_loading', - 'update', - 'update_error', - 'destroy_loading', - 'destroy', - 'destroy_error', - 'upload_loading', - 'upload_progress', - 'upload_waiting', - 'upload_complete', - 'upload_error', - 'sort', - 'update_option', - 'update_options', - 'loading', - 'loaded', - 'error', - ])) -- cgit v1.2.3-70-g09d2