grafana/public/app/core/specs
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
..
backend_srv.test.ts Auth: Allow soft token revocation (#31601) 2021-03-16 17:44:02 +01:00
factors.test.ts Use factors for max repeated panels per row 2019-01-09 11:17:48 +01:00
flatten.test.ts Chore: reduces strict null errors to 824 (#22744) 2020-03-12 10:22:33 +01:00
OrgSwitcher.test.tsx Chore: Remove angular dependency from backendSrv (#20999) 2020-01-21 10:08:07 +01:00
rangeutil.test.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
search_srv.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
store.test.ts Remove duplicated localStorage mock (#22872) 2020-03-19 09:24:28 +01:00
table_model.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
ticks.test.ts Heatmap: Fixed auto decimals when bucket name is not number but contains dots, fixes #13019 (#16609) 2019-04-16 10:39:12 +02:00
time_series.test.ts Eslint: no-duplicate-imports rule (bump grafana-eslint-config) (#30989) 2021-02-11 13:45:25 +01:00