mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
HeatmapNG: pre-allocate arrays during calc (#51465)
This commit is contained in:
@@ -7072,10 +7072,10 @@ exports[`better eslint`] = {
|
||||
"public/app/features/transformers/calculateHeatmap/editor/helper.ts:2898656130": [
|
||||
[10, 37, 3, "Unexpected any. Specify a different type.", "193409811"]
|
||||
],
|
||||
"public/app/features/transformers/calculateHeatmap/heatmap.ts:2895010613": [
|
||||
"public/app/features/transformers/calculateHeatmap/heatmap.ts:992367420": [
|
||||
[65, 9, 52, "Do not use any type assertions.", "3480700880"],
|
||||
[306, 63, 29, "Do not use any type assertions.", "255738422"],
|
||||
[306, 89, 3, "Unexpected any. Specify a different type.", "193409811"]
|
||||
[321, 63, 29, "Do not use any type assertions.", "255738422"],
|
||||
[321, 89, 3, "Unexpected any. Specify a different type.", "193409811"]
|
||||
],
|
||||
"public/app/features/transformers/configFromQuery/ConfigFromQueryTransformerEditor.test.tsx:1060905279": [
|
||||
[44, 29, 21, "Do not use any type assertions.", "1548027068"]
|
||||
|
||||
Reference in New Issue
Block a user