Ghost/core/frontend/services/routing
Vikas Potluri 4ac88dce10
Refactored common lib import to use destructuring (#11835)
* refactored `core/frontend/apps` to destructure common imports
* refactored `core/frontend/services/{apps, redirects, routing}` to destructure common imports
* refactored `core/frontend/services/settings` to destructure common imports
* refactored remaining `core/frontend/services` to destructure common imports
* refactored `core/server/adapters` to destructure common imports
* refactored `core/server/data/{db, exporter, schema, validation}` to destructure common imports
* refactored `core/server/data/importer` to destructure common imports
* refactored `core/server/models/{base, plugins, relations}` to destructure common imports
* refactored remaining `core/server/models` to destructure common imports
* refactored `core/server/api/canary/utils/serializers/output` to destructure common imports
* refactored remaining `core/server/api/canary/utils` to destructure common imports
* refactored remaining `core/server/api/canary` to destructure common imports
* refactored `core/server/api/shared` to destructure common imports
* refactored `core/server/api/v2/utils` to destructure common imports
* refactored remaining `core/server/api/v2` to destructure common imports
* refactored `core/frontend/meta` to destructure common imports
* fixed some tests referencing `common.errors` instead of `@tryghost/errors`
   - Not all of them need to be updated; only updating the ones that are
causing failures
* fixed errors import being shadowed by local scope
2020-05-22 19:22:20 +01:00
..
config 🐛 Fixed /edit route redirect for tag taxonomies 2020-04-16 21:23:38 +12:00
controllers Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
helpers Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
middlewares Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
bootstrap.js Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
CollectionRouter.js Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
index.js Moved settings dynamicRouting to routing.settings 2019-06-21 16:34:17 +02:00
ParentRouter.js Added Router etc to shared/express + use everywhere 2020-05-01 19:32:57 +01:00
PreviewRouter.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
registry.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
RSSRouter.js 🔥 Removed RSS pagination (#11069) 2019-09-02 11:34:13 +01:00
settings.js Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
StaticPagesRouter.js Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
StaticRoutesRouter.js Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
TaxonomyRouter.js Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
UnsubscribeRouter.js Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00