mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-22 21:55:15 +00:00
Implement Syncback to support converting Roblox files to a Rojo project (#937)
This is a very large commit. Consider checking the linked PR for more information.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "project_reserialize",
|
||||
"tree": {
|
||||
"$className": "Folder",
|
||||
"attribute_mismatch": {
|
||||
"$attributes": {
|
||||
"foo": "bar"
|
||||
},
|
||||
"$path": "attribute_mismatch.luau"
|
||||
},
|
||||
"property_mismatch": {
|
||||
"$path": "property_mismatch.project.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user