Press n or j to go to the next uncovered block, b, p or k for the previous block.
// @flow export default class CircularDependencyError extends Error { constructor() { super('There is a cycle in dependencies'); } }