From cd12132e5fb71af43a186bffea50bde813249b5f Mon Sep 17 00:00:00 2001 From: Noah Litov Date: Wed, 15 Jan 2020 15:09:25 -0800 Subject: [PATCH 1/2] break things --- typescript/custom-resource/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typescript/custom-resource/index.ts b/typescript/custom-resource/index.ts index 51d5005865..981bc082a0 100644 --- a/typescript/custom-resource/index.ts +++ b/typescript/custom-resource/index.ts @@ -1,4 +1,3 @@ -import cdk = require('@aws-cdk/core'); import { MyCustomResource } from './my-custom-resource'; /** From 8c42181ae9d69e8582c184b0ceaab7bdc002fd3b Mon Sep 17 00:00:00 2001 From: Noah Litov Date: Wed, 15 Jan 2020 18:22:10 -0800 Subject: [PATCH 2/2] not broken --- typescript/custom-resource/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typescript/custom-resource/index.ts b/typescript/custom-resource/index.ts index 981bc082a0..712ffd93af 100644 --- a/typescript/custom-resource/index.ts +++ b/typescript/custom-resource/index.ts @@ -1,3 +1,5 @@ +import cdk = require('@aws-cdk/core'); + import { MyCustomResource } from './my-custom-resource'; /**