grafana/public/app/features/explore/state
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
..
datasource.test.ts Dashboards: Adds cheat sheet toggle to supported query editors (#28857) 2021-01-19 23:52:09 +01:00
datasource.ts Explore/Refactor: Simplify URL handling (#29173) 2021-02-12 21:33:26 +01:00
explorePane.test.ts Explore/Refactor: Simplify URL handling (#29173) 2021-02-12 21:33:26 +01:00
explorePane.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
history.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
main.test.ts Routing NG: Replace Angular routing with react-router (#31463) 2021-03-10 18:03:36 +01:00
main.ts Explore: correctly cleanup state on unmount (#32557) 2021-04-07 16:53:37 +02:00
query.test.ts Chore: Fix strict errors, down to 340 (#32109) 2021-03-19 13:10:03 +01:00
query.ts Explore/Refactor: Simplify URL handling (#29173) 2021-02-12 21:33:26 +01:00
selectors.test.ts Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
selectors.ts Explore/Refactor: Simplify URL handling (#29173) 2021-02-12 21:33:26 +01:00
time.test.ts Explore/Refactor: Simplify URL handling (#29173) 2021-02-12 21:33:26 +01:00
time.ts Explore/Refactor: Simplify URL handling (#29173) 2021-02-12 21:33:26 +01:00
utils.test.ts Explore: Load default data source in Explore when the provided source does not exist (#32992) 2021-04-16 08:32:33 +02:00
utils.ts Explore: Load default data source in Explore when the provided source does not exist (#32992) 2021-04-16 08:32:33 +02:00