This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch js-to-ts
in repository https://gitbox.apache.org/repos/asf/superset.git
from 58e493d471 docs: enforce single-file TypeScript validation strategy
add f802e3a454 feat: migrate reducerUtils.js to TypeScript
add 14e0d220e7 feat: migrate getControlsForVizType.js to TypeScript
add f95efae874 fix a few minimal issues
No new revisions were added by this update.
Summary of changes:
.../controls/FilterControl/columnType.ts | 4 +-
.../controls/MetricControl/columnType.ts | 4 +-
.../controls/MetricControl/savedMetricType.ts | 3 +
superset-frontend/src/types/TagType.ts | 4 +-
...zType.test.js => getControlsForVizType.test.ts} | 4 +-
.../src/utils/getControlsForVizType.ts | 74 ++++++++++++
superset-frontend/src/utils/reducerUtils.test.ts | 129 +++++++++++++++++++++
.../src/utils/{reducerUtils.js => reducerUtils.ts} | 60 ++++++++--
8 files changed, 265 insertions(+), 17 deletions(-)
copy superset-frontend/src/utils/{getControlsForVizType.test.js =>
getControlsForVizType.test.ts} (95%)
create mode 100644 superset-frontend/src/utils/getControlsForVizType.ts
create mode 100644 superset-frontend/src/utils/reducerUtils.test.ts
copy superset-frontend/src/utils/{reducerUtils.js => reducerUtils.ts} (58%)