grafana/public/app/features/dashboard/services
kay delaney bad048b7ba
Performance: Standardize lodash imports to use destructured members (#33040)
* Performance: Standardize lodash imports to use destructured members
Changes lodash imports of the form `import x from 'lodash/x'` to
`import { x } from 'lodash'` to reduce bundle size.

* Remove unnecessary _ import from Graph component

* Enforce lodash import style

* Fix remaining lodash imports
2021-04-21 09:38:00 +02:00
..
__mocks__ Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
ChangeTracker.test.ts Dashboard: Unsaved changes warning shown for anyone that can save (#33145) 2021-04-20 09:55:46 +02:00
ChangeTracker.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
DashboardLoaderSrv.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
DashboardSrv.ts Chore: Reduces strict errors (#33012) 2021-04-15 14:21:06 +02:00
TimeSrv.test.ts TimeSrv: Refactor service to have no dependency on angular (#32562) 2021-04-01 06:33:11 +02:00
TimeSrv.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00