From 07f55ab0406fc1c841911f4910737a49144306b6 Mon Sep 17 00:00:00 2001 From: Bert De Block Date: Tue, 12 Dec 2023 15:42:48 +0100 Subject: [PATCH] [BUGFIX] An addon re-export should always be a JavaScript file (cherry picked from commit 434f9951e33c88776ff155b323305e25ec136ba7) --- .../files/__root__/__path__/{__name__.ts => __name__.js} | 0 .../files/__root__/__path__/{__name__.ts => __name__.js} | 0 .../files/__root__/__path__/{__name__.ts => __name__.js} | 0 .../files/__root__/__path__/{__name__.ts => __name__.js} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename blueprints/component-addon/files/__root__/__path__/{__name__.ts => __name__.js} (100%) rename blueprints/component-class-addon/files/__root__/__path__/{__name__.ts => __name__.js} (100%) rename blueprints/helper-addon/files/__root__/__path__/{__name__.ts => __name__.js} (100%) rename blueprints/route-addon/files/__root__/__path__/{__name__.ts => __name__.js} (100%) diff --git a/blueprints/component-addon/files/__root__/__path__/__name__.ts b/blueprints/component-addon/files/__root__/__path__/__name__.js similarity index 100% rename from blueprints/component-addon/files/__root__/__path__/__name__.ts rename to blueprints/component-addon/files/__root__/__path__/__name__.js diff --git a/blueprints/component-class-addon/files/__root__/__path__/__name__.ts b/blueprints/component-class-addon/files/__root__/__path__/__name__.js similarity index 100% rename from blueprints/component-class-addon/files/__root__/__path__/__name__.ts rename to blueprints/component-class-addon/files/__root__/__path__/__name__.js diff --git a/blueprints/helper-addon/files/__root__/__path__/__name__.ts b/blueprints/helper-addon/files/__root__/__path__/__name__.js similarity index 100% rename from blueprints/helper-addon/files/__root__/__path__/__name__.ts rename to blueprints/helper-addon/files/__root__/__path__/__name__.js diff --git a/blueprints/route-addon/files/__root__/__path__/__name__.ts b/blueprints/route-addon/files/__root__/__path__/__name__.js similarity index 100% rename from blueprints/route-addon/files/__root__/__path__/__name__.ts rename to blueprints/route-addon/files/__root__/__path__/__name__.js