From 69e276cc901f3a9e5f79a611553036b13f8d335b Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Tue, 20 Aug 2024 09:45:22 -0600 Subject: [PATCH] Rename mipmap *.js => *.ts, see https://github.com/phetsims/chipper/issues/1218 --- mipmaps/{digit0_png.js => digit0_png.ts} | 0 mipmaps/{digit1_png.js => digit1_png.ts} | 0 mipmaps/{digit2_png.js => digit2_png.ts} | 0 mipmaps/{digit3_png.js => digit3_png.ts} | 0 mipmaps/{digit4_png.js => digit4_png.ts} | 0 mipmaps/{digit5_png.js => digit5_png.ts} | 0 mipmaps/{digit6_png.js => digit6_png.ts} | 0 mipmaps/{digit7_png.js => digit7_png.ts} | 0 mipmaps/{digit8_png.js => digit8_png.ts} | 0 mipmaps/{digit9_png.js => digit9_png.ts} | 0 .../{paperBackground1000_png.js => paperBackground1000_png.ts} | 0 mipmaps/{paperBackground100_png.js => paperBackground100_png.ts} | 0 mipmaps/{paperBackground10_png.js => paperBackground10_png.ts} | 0 mipmaps/{paperBackground1_png.js => paperBackground1_png.ts} | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename mipmaps/{digit0_png.js => digit0_png.ts} (100%) rename mipmaps/{digit1_png.js => digit1_png.ts} (100%) rename mipmaps/{digit2_png.js => digit2_png.ts} (100%) rename mipmaps/{digit3_png.js => digit3_png.ts} (100%) rename mipmaps/{digit4_png.js => digit4_png.ts} (100%) rename mipmaps/{digit5_png.js => digit5_png.ts} (100%) rename mipmaps/{digit6_png.js => digit6_png.ts} (100%) rename mipmaps/{digit7_png.js => digit7_png.ts} (100%) rename mipmaps/{digit8_png.js => digit8_png.ts} (100%) rename mipmaps/{digit9_png.js => digit9_png.ts} (100%) rename mipmaps/{paperBackground1000_png.js => paperBackground1000_png.ts} (100%) rename mipmaps/{paperBackground100_png.js => paperBackground100_png.ts} (100%) rename mipmaps/{paperBackground10_png.js => paperBackground10_png.ts} (100%) rename mipmaps/{paperBackground1_png.js => paperBackground1_png.ts} (100%) diff --git a/mipmaps/digit0_png.js b/mipmaps/digit0_png.ts similarity index 100% rename from mipmaps/digit0_png.js rename to mipmaps/digit0_png.ts diff --git a/mipmaps/digit1_png.js b/mipmaps/digit1_png.ts similarity index 100% rename from mipmaps/digit1_png.js rename to mipmaps/digit1_png.ts diff --git a/mipmaps/digit2_png.js b/mipmaps/digit2_png.ts similarity index 100% rename from mipmaps/digit2_png.js rename to mipmaps/digit2_png.ts diff --git a/mipmaps/digit3_png.js b/mipmaps/digit3_png.ts similarity index 100% rename from mipmaps/digit3_png.js rename to mipmaps/digit3_png.ts diff --git a/mipmaps/digit4_png.js b/mipmaps/digit4_png.ts similarity index 100% rename from mipmaps/digit4_png.js rename to mipmaps/digit4_png.ts diff --git a/mipmaps/digit5_png.js b/mipmaps/digit5_png.ts similarity index 100% rename from mipmaps/digit5_png.js rename to mipmaps/digit5_png.ts diff --git a/mipmaps/digit6_png.js b/mipmaps/digit6_png.ts similarity index 100% rename from mipmaps/digit6_png.js rename to mipmaps/digit6_png.ts diff --git a/mipmaps/digit7_png.js b/mipmaps/digit7_png.ts similarity index 100% rename from mipmaps/digit7_png.js rename to mipmaps/digit7_png.ts diff --git a/mipmaps/digit8_png.js b/mipmaps/digit8_png.ts similarity index 100% rename from mipmaps/digit8_png.js rename to mipmaps/digit8_png.ts diff --git a/mipmaps/digit9_png.js b/mipmaps/digit9_png.ts similarity index 100% rename from mipmaps/digit9_png.js rename to mipmaps/digit9_png.ts diff --git a/mipmaps/paperBackground1000_png.js b/mipmaps/paperBackground1000_png.ts similarity index 100% rename from mipmaps/paperBackground1000_png.js rename to mipmaps/paperBackground1000_png.ts diff --git a/mipmaps/paperBackground100_png.js b/mipmaps/paperBackground100_png.ts similarity index 100% rename from mipmaps/paperBackground100_png.js rename to mipmaps/paperBackground100_png.ts diff --git a/mipmaps/paperBackground10_png.js b/mipmaps/paperBackground10_png.ts similarity index 100% rename from mipmaps/paperBackground10_png.js rename to mipmaps/paperBackground10_png.ts diff --git a/mipmaps/paperBackground1_png.js b/mipmaps/paperBackground1_png.ts similarity index 100% rename from mipmaps/paperBackground1_png.js rename to mipmaps/paperBackground1_png.ts