forked from rojo-rbx/rojo
Implement build command, shuffle around some internals to make it easier
This commit is contained in:
@@ -157,6 +157,10 @@ impl RbxSession {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn construct_oneoff_tree(project: &Project, imfs: &Imfs) -> RbxTree {
|
||||
construct_initial_tree(project, imfs).0
|
||||
}
|
||||
|
||||
struct ConstructContext<'a> {
|
||||
tree: RbxTree,
|
||||
imfs: &'a Imfs,
|
||||
|
||||
Reference in New Issue
Block a user