grafana/packages/grafana-ui/src/slate-plugins
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
..
slate-prism Babel: Refactoring config so that it's shared and removes legacy plugin (#32559) 2021-03-31 19:09:19 +02:00
braces.test.tsx Editor: Ignore closing brace when it was added by editor (#21172) 2019-12-23 12:49:55 +01:00
braces.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
clear.test.tsx Chore: Moves QueryField to @grafana/ui (#19678) 2019-10-31 08:27:01 +00:00
clear.ts Chore: Moves QueryField to @grafana/ui (#19678) 2019-10-31 08:27:01 +00:00
clipboard.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
fuzzy.test.ts Prometheus: Use fuzzy string matching to autocomplete metric names and label (#32207) 2021-04-16 17:06:33 +02:00
fuzzy.ts Prometheus: Use fuzzy string matching to autocomplete metric names and label (#32207) 2021-04-16 17:06:33 +02:00
indentation.ts Chore: Moves QueryField to @grafana/ui (#19678) 2019-10-31 08:27:01 +00:00
index.ts Datasource/Cloudwatch: Adds support for Cloudwatch Logs (#23566) 2020-04-25 22:48:20 +02:00
newline.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
runner.test.tsx Editor: New line on Enter, run query on Shift+Enter (#24654) 2020-05-14 15:13:45 +02:00
runner.ts Editor: New line on Enter, run query on Shift+Enter (#24654) 2020-05-14 15:13:45 +02:00
selection_shortcuts.ts Chore: Moves QueryField to @grafana/ui (#19678) 2019-10-31 08:27:01 +00:00
suggestions.test.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
suggestions.tsx Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00