Closed cwgreene closed 7 years ago
The current implementation doesn't really bother to actually do any topological sort, and will fail in many cases.
This isn't cool, so we should do it correctly.
We could just switch over to using "require" everywhere. Do you have a good reason not to?
Nope. Moved to typescript and require.
The current implementation doesn't really bother to actually do any topological sort, and will fail in many cases.
This isn't cool, so we should do it correctly.