refactor: rename, format, move things

This commit is contained in:
Jacob Nguyen
2023-05-08 11:36:25 -05:00
parent 9718360530
commit cd1568ff69
7 changed files with 105 additions and 61 deletions

View File

@@ -32,6 +32,7 @@ function checkIsProcessed<T extends Module>(m: T): asserts m is Processed<T> {
}
export const fmtFileName = (n: string) => n.substring(0, n.length - 3);
/**
* a directory string is converted into a stream of modules.
* starts the stream of modules that sern needs to process on init