From 3e7ee1f0900f7d365ce73f62c353c7d653a35861 Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Tue, 29 May 2018 11:16:10 -0700 Subject: Add explicit HACK comment when we import assert --- packages/connect/src/utils/assert.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/connect') diff --git a/packages/connect/src/utils/assert.ts b/packages/connect/src/utils/assert.ts index f8241aacb..b5d5283bd 100644 --- a/packages/connect/src/utils/assert.ts +++ b/packages/connect/src/utils/assert.ts @@ -1,5 +1,5 @@ import { assert as sharedAssert } from '@0xproject/assert'; -// We need those two unused imports because they're actually used by sharedAssert which gets injected here +// HACK: We need those two unused imports because they're actually used by sharedAssert which gets injected here // tslint:disable-next-line:no-unused-variable import { Schema, schemas } from '@0xproject/json-schemas'; // tslint:disable-next-line:no-unused-variable -- cgit v1.2.3