internal/ast
Types
pub type AnotherFilesAst {
AnotherFilesAst(List(FileAst))
}
Constructors
-
AnotherFilesAst(List(FileAst))
Functions
pub fn files_paths_with_ast(
dir: FilesDir,
test_dir: Option(FilesDir),
) -> List(#(FilePath, FileAst, AnotherFilesAst))