Skip to content

Commit 32f1283

Browse files
committed
Add TODO
1 parent 23d2235 commit 32f1283

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/runtime.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
'use babel'
22
import { CompositeDisposable, Disposable } from 'atom';
33

4+
// TODO Fix all of these dynamic requires and circular dependencies
5+
46
export default {
57
modules: require('./runtime/modules'),
68
environments: require('./runtime/environments'),

0 commit comments

Comments
 (0)