grafana/public/app/features/templating
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
..
formatRegistry.ts Variables UI text edits (#32523) 2021-04-01 18:17:39 +02:00
template_srv.test.ts Variables: Adds queryparam formatting option (#30858) 2021-02-05 07:16:06 +01:00
template_srv.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00