grafana/public/app/features/variables/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
..
actions.test.ts Variables: Ensures all variable values are strings (#31942) 2021-03-15 08:52:44 +01:00
actions.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
helpers.ts Babel: Target more modern browsers, updates browserlistrc (#32573) 2021-04-01 10:32:00 +02:00
onTimeRangeUpdated.test.ts Variables: Ensures all variable values are strings (#31942) 2021-03-15 08:52:44 +01:00
processVariable.test.ts QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542) 2020-12-04 14:24:55 +01:00
reducers.test.ts Babel: Target more modern browsers, updates browserlistrc (#32573) 2021-04-01 10:32:00 +02:00
reducers.ts Variables: Improves inspection performance and unknown filtering (#31811) 2021-03-09 12:49:05 +01:00
selectors.ts Variables: New Variables are stored immediately (#29178) 2020-11-20 10:51:32 +01:00
setOptionFromUrl.test.ts Variables: Ensures all variable values are strings (#31942) 2021-03-15 08:52:44 +01:00
sharedReducer.test.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
sharedReducer.ts Performance: Standardize lodash imports to use destructured members (#33040) 2021-04-21 09:38:00 +02:00
transactionReducer.test.ts Chore: reduce strict errors for variables (#31241) 2021-02-18 06:21:35 +01:00
transactionReducer.ts Variables: enables cancel for slow query variables queries (#24430) 2020-06-04 08:59:57 +02:00
types.ts Babel: Target more modern browsers, updates browserlistrc (#32573) 2021-04-01 10:32:00 +02:00
upgradeLegacyQueries.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
variablesReducer.ts Babel: Target more modern browsers, updates browserlistrc (#32573) 2021-04-01 10:32:00 +02:00