grafana/public/app/plugins/datasource/grafana-azure-monitor-datasource/editor
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
..
kusto Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
editor_component.tsx Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
KustoQueryField.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
query_field.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
typeahead.tsx noImplicitAny: Azure Monitor (#17966) 2019-07-06 07:01:22 +02:00