From e26325316a66ee9452dbcd7adce408419ae866d9 Mon Sep 17 00:00:00 2001 From: Dan Selman Date: Tue, 6 Jun 2023 12:14:46 -0700 Subject: [PATCH] fix(typescript) enum imports Signed-off-by: Dan Selman --- test/codegen/__snapshots__/codegen.js.snap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/codegen/__snapshots__/codegen.js.snap b/test/codegen/__snapshots__/codegen.js.snap index 65f90b84..2d14240c 100644 --- a/test/codegen/__snapshots__/codegen.js.snap +++ b/test/codegen/__snapshots__/codegen.js.snap @@ -4100,11 +4100,11 @@ exports[`codegen #formats check we can convert all formats from namespace unvers // Warning: Beware of circular dependencies when modifying these imports import type { - IState, + State, IAddress, ICompany, - IDepartment, - ILaptopMake + Department, + LaptopMake } from './org.acme.hr'; // Warning: Beware of circular dependencies when modifying these imports @@ -8947,11 +8947,11 @@ exports[`codegen #formats check we can convert all formats from namespace versio // Warning: Beware of circular dependencies when modifying these imports import type { - IState, + State, IAddress, ICompany, - IDepartment, - ILaptopMake + Department, + LaptopMake } from './org.acme.hr@1.0.0'; // Warning: Beware of circular dependencies when modifying these imports