From 32f12833cdc72e1a1be9a1c726a6a1fe4c73d44f Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 8 Jun 2020 03:02:34 -0500 Subject: [PATCH] Add TODO --- lib/runtime.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/runtime.js b/lib/runtime.js index c224705f..21c562b0 100644 --- a/lib/runtime.js +++ b/lib/runtime.js @@ -1,6 +1,8 @@ 'use babel' import { CompositeDisposable, Disposable } from 'atom'; +// TODO Fix all of these dynamic requires and circular dependencies + export default { modules: require('./runtime/modules'), environments: require('./runtime/environments'),