From be6d65b3c7ae675b84fa8dc4d28bdf3eff67b6ae Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Wed, 9 Feb 2022 14:13:30 -0500 Subject: [PATCH] chore: make translator / rich translator typings available to exts --- framework/core/js/src/{common => @types}/translator-icu-rich.d.ts | 0 framework/core/js/src/{common => @types}/translator-icu.d.ts | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename framework/core/js/src/{common => @types}/translator-icu-rich.d.ts (100%) rename framework/core/js/src/{common => @types}/translator-icu.d.ts (100%) diff --git a/framework/core/js/src/common/translator-icu-rich.d.ts b/framework/core/js/src/@types/translator-icu-rich.d.ts similarity index 100% rename from framework/core/js/src/common/translator-icu-rich.d.ts rename to framework/core/js/src/@types/translator-icu-rich.d.ts diff --git a/framework/core/js/src/common/translator-icu.d.ts b/framework/core/js/src/@types/translator-icu.d.ts similarity index 100% rename from framework/core/js/src/common/translator-icu.d.ts rename to framework/core/js/src/@types/translator-icu.d.ts