mirror of https://github.com/grafana/grafana.git
* 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
|
||
|---|---|---|
| .. | ||
| QueryVariableEditor.test.tsx | ||
| QueryVariableEditor.tsx | ||
| QueryVariableRefreshSelect.tsx | ||
| QueryVariableSortSelect.tsx | ||
| VariableQueryRunner.test.ts | ||
| VariableQueryRunner.ts | ||
| actions.test.ts | ||
| actions.ts | ||
| adapter.ts | ||
| operators.test.ts | ||
| operators.ts | ||
| queryRunners.test.ts | ||
| queryRunners.ts | ||
| reducer.test.ts | ||
| reducer.ts | ||
| variableQueryObserver.test.ts | ||
| variableQueryObserver.ts | ||